Closed khorammfar closed 2 years ago
Yes, you can use steps like that. You'll just need to specify the percentages to position the starting locations for those steps on the slider.
Have a look at: https://refreshless.com/nouislider/slider-values/#section-non-linear-step
It does not work very interestingly on some sufferings
Take a look at this link
https://*.io/telegram-views/
I implemented the same with percentage
ranges for every product are different
I'm can't debug your site for you, if you have a specific problem, feel free to ask about it here.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I need to give the range of numbers to the slider myself instead of using %.
For example instead of writing this
range: {'min': 10, 'max': 2000, "2%": 200, "20%": 600}
use this:
For example, when the suffering number reaches 100, take ten to ten steps. When it reaches 1000, the steps will be 100 steps
Can such steps be specified?