Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting of integer values on x-axis #389

Open
thisiszeev opened this issue Mar 11, 2024 · 1 comment
Open

Sorting of integer values on x-axis #389

thisiszeev opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
enhancement Feature request

Comments

@thisiszeev
Copy link

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

@Rello Rello self-assigned this Mar 11, 2024
@Rello Rello added the enhancement Feature request label Mar 11, 2024
@Rello
Copy link
Owner

Rello commented Mar 11, 2024

Hi @thisiszeev
thank you for this valid commend. let me have a look. It makes sense...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

No branches or pull requests

2 participants