Re: [Dcflash-users] Looking forward for more classes
Status: Beta
Brought to you by:
darrencook
|
From: Darren C. <da...@dc...> - 2006-12-19 04:33:07
|
> What chart style, in particular, are you waiting for? For line charts, and bar charts... Is the x-axis time? If so, the next release (0.2.0) will contain a TimePeriodData class. If your x-axis is a fixed size set then a simple array will suffice. But, either way, the charts for it won't be in until 0.3.0. However, in the current release, take a look at drawLinesToRight() in the Line class (also drawMountain(), which is in both Line and Shape). Also, for bar chart, take a look at drawVerticalColumns (in both Line and Shape). This draws them all on the same movieclip. The chart classes that will be in 0.3.0 will allow putting each item on its own movieclip (which makes tool-tips, drill-down, etc. much easier). Darren |