You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Can you make a way to place the ranges on the graph in their actual location? Right now they are just evenly spread out. Maybe use the beginning and end values.
The slider should not snap to range values because there are mini ranges inside each range. (like the speed example above)
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have ranges for parameters in my application that look like this:
they are built so that any value in between would work (i.e. 0-25 is closed) and sometimes they allow for ranges of speed:
(i.e. 26 is slow, 50 is fast, and 40 is medium).
I have two requests:
Can you make a way to place the ranges on the graph in their actual location? Right now they are just evenly spread out. Maybe use the beginning and end values.
The slider should not snap to range values because there are mini ranges inside each range. (like the speed example above)
Thanks!
The text was updated successfully, but these errors were encountered: