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):