12/20/2010 9:20:37 PM
Title:
charts in flex 4.5 Hero for mobile
Hi,
I want to develop a android AIR app which has some charts and dashboards.
anybody knows how to create bar chart and pie chart for it..?
Because flex 4 charts are not supported in flex 4.5 mobile.
I heard we can use FXG for that, but not getting clear idea for PIE and BAR charts.
12/21/2010 9:01:48 AM
have a look at the following links for creating flex charting for mobile
http://www.flexpert.be/2010/12/drawing-charts-in-a-flex-4-5-mobile-application/
this one is very good article on flex charting for mobile applications
http://coenraets.org/blog/2010/09/building-lightweight-mobile-ready-charts-with-fxg/
12/21/2010 9:30:32 AM
HI Mug,
I've seen that links before.
All those examples only for line charts or AREA charts.
Not for PIE chart or Column chart..
Anyway thanks for sharing the link
12/22/2010 12:27:28 AM
you can write your own code rather than using a component to draw a pie chart using actionscript 3.0 for mobile appilcations. Check this article to draw a pie chart from actionscript.
http://www.nerdsandco.com/?p=24