amCharts support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

Flash Charts: Flash Charts Bundle


#1 2012-07-19 04:20:19

divya
Member

Display range in the Category-axis

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

 

#2 2012-07-19 06:27:51

martynasma
Administrator

Re: Display range in the Category-axis

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