Open Flash Chart 2 as a SWC component - source code

Here is the source code for Open Flash Chart 2 as a SWC component.

Download [OFC2library-src] source code by WebASP.
Things i modified from original Open Flash Chart 2 (Jörmungandr-2)

Modified Files:

Loading.as
Tooltip.as
BackGround.as
Keys.as
Title.as
YAxisBase
YAxisLeft
YAxisRight
XLegend.as
YLegendBase
YLegendLeft.as
YLegendRight.as
Menu.as

so what i modified, add new two extra parameter to all classes that using “stageWidth” and “stageHeight”(pWidth:Number,pHeight:Number).

Open Flash Chart 2 used lot of “stageWidth” and “stageHeight” to draw chart. As it only get size of main drawing area (EG: most times we need chart less than the size of the container and we have other elements around). Above modicifation accept width/height values from the parent container and size itself accordingly.

pWidth —- Parent Width
pHeight — Parent Height
New Added File :

Chart.as(as it only work as to generate flex component) : From main.as with some changes. I didn’t add any comments in it, most things are understandable.

Links (for more understanding):
http://forums.openflashchart.com/viewtopic.php?f=5&t=864
http://forums.openflashchart.com/viewtopic.php?f=5&t=473
http://forums.openflashchart.com/viewtopic.php?f=5&t=384

Flash, OFC2

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Comments

4 Responses to “Open Flash Chart 2 as a SWC component - source code”

Leave Comment

(required)

(required)