RE: [flexcoders] Re: what is the best way to format a chart data

2006-11-24 Thread Ely Greenfield
It sounds like you want to alter the data the chart is displaying before it displays it. In which case, your best bet is to do exactly that...alter the data _before_ you assign it as the dataProvider to the chart. Ely. From:

[flexcoders] Re: what is the best way to format a chart data

2006-11-23 Thread shemeshkale
a custom series? this is big. isnt this possible to do inside the series itemRenderer? i have started checking this option on a columnSeries itemRenderer and gotten this far: i have a getter and setter for data: public function get data():Object { return _data; } public function set