You are not logged in.
Hi All,
I'm working on a chart where the y-axis is Account balance(integer) and the x-axis has to be month names. I get data for all the days of a month for the past 6 months(therefore currently the x-axis is displayed as Jan-1, Jan-2, Jan-3 and so on..), but I want the x-axis to display only the month names and the data points to be displayed as a range(ie. without displaying the corresponding day of the month). Please Help !!
Last edited by divya (2012-07-19 04:21:08)
Offline
You will need to aggregate your data as the chart can't do that. I mean create a script that iterates through the individual days and creates new data where category is month date range and the value aggregate value (or some other chart type suitable for displaying value ranges, like candlestick or floating columns)
Offline
© amCharts | Forum engine: PunBB