ngx-slider
ngx-slider copied to clipboard
Custom StepsArray ticks are always equidistant
Hi,
If I provide a Steps Array with values 0, 5, 100, then the '5' tick is always exactly in the middle of the slider. How can I get the ticks to show up where they belong, i.e. the 5 being very close to the 0? I am able to do this with a Ticks array, however the ticks array doesn't seem to enforce only selecting a value on a tick.
@metallidevils didi you found the solution ???