NightCatSama/vue-slider-component

Add the ability to evenly distribute intervals

DmitryAlexandrovv opened this issue · 0 comments

Describe the feature

Add the ability to evenly distribute intervals.

Describe the solution

If several markers are specified, then the intervals between them are distributed according to the number of points. I would like to be able to pass a prop that will distribute point intervals evenly

Additional context

Now it works like this:
Снимок экрана 2023-07-27 в 15 17 46

What i want:
Снимок экрана 2023-07-27 в 15 21 32

Count of dots between 0 - 3 is 30. Between 3 - 5 is 20. I want the intervals to take the same space and and all dots must to be selectable