springframework
04-09-2008, 07:54 PM
I have a line chart.
I have a dataprovider.
my dataprovider has a "Date" field (which will be used as the x-axis).
There are multiple items in my dataprovider with the same "Date"
example: "08/08/2008" is the in the "Date" field for 10 items
I want all records with the same "Date" ... "08/08/2008" to have their y-axis values totaled so that there is only one "08/08/2008" displayed on the chart
currently my chart has multiple "08/08/2008" values displaying.
All the examples I find online also have duplicate x-axis values showing up where duplicate values are present.
Does anyone know how to get it to combine the y-axis values so not to have duplicate x-axis values?
I have a dataprovider.
my dataprovider has a "Date" field (which will be used as the x-axis).
There are multiple items in my dataprovider with the same "Date"
example: "08/08/2008" is the in the "Date" field for 10 items
I want all records with the same "Date" ... "08/08/2008" to have their y-axis values totaled so that there is only one "08/08/2008" displayed on the chart
currently my chart has multiple "08/08/2008" values displaying.
All the examples I find online also have duplicate x-axis values showing up where duplicate values are present.
Does anyone know how to get it to combine the y-axis values so not to have duplicate x-axis values?