The display of x-axis in always in the alphabetical order instead of the sequece that we entered in. For example if we enter Jan, Feb, Mar, Apr. While plotting the graph changes it to Apr, Feb, Jan, Mar and so...

Enclosed image shows a screen shot of the fusionchart demo charts

CommentFileSizeAuthor
fusionchart_x_axis_display.PNG13.73 KBjivmuk

Comments

aaron1234nz’s picture

Status: Active » Fixed

Check the latest dev release. I've added in some proper data validation and recombination routines which replaces the crude sort() which I used previously.

kmessing’s picture

Thanks, It works great now. Do you think you could allow it to accept blank spaces in the chart data? when charting data, if a space is left empty the chart wont render and will come up with an error. I'm doing charts with spending in 2009, so as you can imagine, i have a lot of data that isnt collected and I have to put a "0" in the space in order for the chart to render.

aaron1234nz’s picture

Category: bug » feature
Status: Fixed » Active

seems fair enough. I'll look into it. I thinking of having a checkbox on the edit form which you can tick to say "fill blanks with 0"

aaron1234nz’s picture

Title: The display of x-axis » "fill blanks with 0" tick box
aaron1234nz’s picture

Component: Code » FusionCharts content type
Status: Active » Fixed

Done.

Status: Fixed » Closed (fixed)
Issue tags: -Fusion Chart

Automatically closed -- issue fixed for 2 weeks with no activity.