Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6540437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:58:45+00:00 2026-05-25T10:58:45+00:00

I have a flex pie chart: <mx:PieChart alpha=0.9 fontSize={QPieSeries_font} width=100% top=20 height=320 id=QPieChart dataProvider={dataObj}

  • 0

I have a flex pie chart:

    <mx:PieChart alpha="0.9" fontSize="{QPieSeries_font}" width="100%" top="20" height="320" id="QPieChart" 
                 dataProvider="{dataObj}" horizontalCenter="0" color="0xFFFFFF" fontFamily="MyriadWebPro" 
                 showDataTips="true" dataTipFunction="QdataTipFunction" 
                 dataTipItemsSet="true" itemClick="QPieChart_itemClickHandler(event)">
        <mx:series>
            <mx:PieSeries id="QPieSeries" labelField="Answer" field="Value" labelPosition="callout"
                          showDataEffect="QSeriesInterpolate" alpha="1"
                          reserveExplodeRadius="0.05"/>
        </mx:series>
    </mx:PieChart>

where the QSeriesInterpolate is a simple interpolation given in the declaration:

<fx:Declarations>       
    <mx:SeriesInterpolate id="QSeriesInterpolate" duration="500" />
</fx:Declarations>

and the item click event looks like:

protected function QPieChart_itemClickHandler(event:ChartItemEvent):void
        {
                var ExAr:Array = [];
                ExAr[event.hitData.chartItem.index] = 0.05;
                QPieSeries.perWedgeExplodeRadius = ExAr;
        }

Basically, what annoys me is that when I click a segment to activate the interpolated event, the datatips disappear for it’s duration. Whilst this is only half a second, it still detracts from user experience. Is there anything I can do to avoid it??

ALSO! Another thing: Is it obvious to anyone why my dataTipFunction doesnt work? It looks as follows:

            public function QdataTipFunction(hitData:HitData):String
        {
            var a:String = "abc"
            return a;
        }

Yes it’s simple but I was just trying to persuade it to work… to no avail. I think it might be some sort of font issue?

Thanks!

Josh

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:58:45+00:00Added an answer on May 25, 2026 at 10:58 am

    You might consider looking into Axiis. It is a flex data visualization framework, and has some awesome example charts. The main deal though is you have full control over EVERTHING! Probably overkill for what you are doing, but it really is awesome.

    http://www.axiis.org/examples.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working with the PieChart and PieSeries components in Flex, and have ran into
I have a Flex ComboBox that gets populated by a dataprovider all is well...
I have Flex 4 application in which I have one component as top layer
I have a flex list, nothing fancy: <s:List id=list left=0 right=0 top=0 bottom=0 borderVisible=false
I have Flex Builder Professional Ver 3 (Built with Eclipse) version. I need to
I have a portlet. Inside of this portlet I have Flex application that displays
So, I have Flex project that loads a Module using the ModuleManager - not
I have a Flex swf hosted at http://www.a.com/a.swf . I have a flash code
I have a flex application that needs the ability to generate and execute JavaScript.
I have a Flex application where I'm using a Canvas to contain several other

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.