-
Notifications
You must be signed in to change notification settings - Fork 52
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-Slider : Non-Linear slider #1416
Comments
Would it be simpler to specify that you want a log scale? |
Yeah, I was considering LOG scale as well, but it will be difficult to setup for valid scale values. In below example I can determine exactly the values which are of interest for me: Don't get me wrong a LOG scale might be useful for a lot of use-cases (and maybe another feature request) but in my case a "customized scale" would be more flexible |
There are two issues here.
The second might be useful even with a linear scale, and the two together might do what you want. So in your case specifying a log scale and the values that you want (but letting the slider work out exactly where those are on the scale) might be the way to go. However, if 0 is actually a valid value that you need sent then you can't use a log scale.
|
No support for uneven steps. vuetifyjs/vuetify#5930 There are many ways to achieve multiple regions with different grow rate of course.
|
Hey @hotNipi , yes this does work well .. I still need to understand how ... but it works and I can adjust to my needs already thx a lot |
Description
Would it be possible to add the option of having a non-linear slider.
Example:
this would result in a slider for 0-90 days
0| 0.2| 0.4 | 0.6 | 0.8 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 20 | 30 | 40| 50 | 60 | 70 | 80 | 90
thanks for considering
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: