Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

True range locations #28

Open
johnroper100 opened this issue Sep 2, 2019 · 0 comments
Open

True range locations #28

johnroper100 opened this issue Sep 2, 2019 · 0 comments

Comments

@johnroper100
Copy link

Hi,

I have ranges for parameters in my application that look like this:

{
 "begin": 0,
"default": 0,
 "end": 25,
"label": "Closed"
}

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:

{
 "begin": 26,
"default": 26,
 "end": 50,
"label": "Strobe slow to fast"
}

(i.e. 26 is slow, 50 is fast, and 40 is medium).

I have two requests:

  1. 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.

  2. The slider should not snap to range values because there are mini ranges inside each range. (like the speed example above)

Thanks!

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

No branches or pull requests

1 participant