Re: [flexcoders] Is it possible to put a chart inside a DataGridColumn as an itemRenderer?

2006-07-19 Thread Pan Troglodytes
The BarChart can be pretty persnickety about how the data is arranged.  You didn't fully explain exactly what you wanted the chart to look like, so I made some assumptions.  Like I assumed you wanted the axis to say "gold, red, yellow."  The BarChart doesn't seem to like it much when each axis c

[flexcoders] Is it possible to put a chart inside a DataGridColumn as an itemRenderer?

2006-07-19 Thread klumikaze
I'm having trouble passing data to an itemRenderer (which is a BarChart). Essentially what I want to do is have a DataGrid with a few columns and a chart representing three colors (green, yellow nad red) as BarSeries components. Normally passing data in to itemRenders works for me this way: http: