I can see the advantages of line 56 of fusioncharts.module:
sort($data);
But if the category labels on a stacked chart are say, months of the year (Jan, March, etc.) then you have a big issue with this kind of sorting.
What's the rationale behind it?
Comments
Comment #1
aaron1234nz commentedDownload the latest -dev copy. I have removed this and replaced it with some proper data validation and data sanitization.
Comment #2
aaron1234nz commented