I want a line chart with a line for each row returned from a ColdFusion query.
The data looks something like this, but the number of rows returned is user
selectable:
Fields: Description|2007|2008|2009|
Row1: Personnel Services|1111|1155|1298|
Row2: Purchased Services|1523|1423|1523|
In this instance the Description field is the legend, the 2007, 2008, 2009 are
the horizontal/category axis points and the numbers are the amounts to plot on
the vertical axis.
I'm just not seeing how to create a line chart with the data in this format. Any
ideas how to do so in Flex or how to reformat that data to do so? Thanks.
Steve Moore