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

UI Freezes if Min Step is 0 #1124

Closed
gktval opened this issue Jul 19, 2023 · 1 comment
Closed

UI Freezes if Min Step is 0 #1124

gktval opened this issue Jul 19, 2023 · 1 comment

Comments

@gktval
Copy link

gktval commented Jul 19, 2023

Very low priority bug, but if the YAxis has a MinStep of 0, the UI will freeze.

I had a flat line graph where all the y values were constant. In some calculations, this produced a MinStep value of 0. Very easy workaround for me was to make the increase the MinStep just slightly.

Not sure if you want to throw an error or just add a small value to MinStep if 0. Otherwise, you can close this issue.

beto-rodriguez added a commit that referenced this issue Jul 28, 2023
@beto-rodriguez
Copy link
Owner

beto-rodriguez commented Jul 28, 2023

Hi and thanks for the report, to reproduce this issue it is also necessary to set the ForceStepToMin to true.

This will throw now in future versions and let know the developer about it, thanks for the report!.

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

No branches or pull requests

2 participants