Skip to content

Instantly share code, notes, and snippets.

@rockydd
Created February 14, 2011 03:12
Show Gist options
  • Save rockydd/825433 to your computer and use it in GitHub Desktop.
Save rockydd/825433 to your computer and use it in GitHub Desktop.
pie chart sample. with showDataEffect
<mx:PieChart x="92" y="200" id="pieTeamEffort" dataProvider="{teamEffort}" showDataTips="true">
<mx:series>
<mx:PieSeries displayName="Effort" field="effort" nameField="name">
<mx:showDataEffect>
<mx:SeriesInterpolate duration="1000"/>
</mx:showDataEffect>
</mx:PieSeries>
</mx:series>
</mx:PieChart>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment