analytics
analytics copied to clipboard
Sorting of integer values on x-axis
The data I am analyzing has 25 floats per data field, and their labels are 1-25.
I needed the line graph to build showing the floats from 1-25 so I can see the change.
The problem is the app sorted the labels as 1, 10, 11 etc.
I have rewritten my code to create the CSV file with a lead zero on the single digit integers, but I can see how for some instances this quirk could be a problem for others.
It would be nice to have the data labels sort as 1, 2, 3 etc by default.