analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Sorting of integer values on x-axis

Open thisiszeev opened this issue 11 months ago • 2 comments

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.

vapi Offsets 256 wrong

vapi Offsets 256 correct

thisiszeev avatar Mar 11 '24 12:03 thisiszeev