Closed
Description
Sometimes I want to use a range with a non-linear list of steps.
Say I have a range from 0 to 60, and instead of equally sized steps, I want to step 5 by 5 until 30, and then 10 by 10 until 60.
I could manually define an array with these values: [5, 10, 15, 20, 25, 30, 40, 50].
There is a fork of an old version that does this, with a rz-slider-step-array
option: https://github.com/hrishi1183/angular-slider-custom-rzslider-
Demo here: http://plnkr.co/edit/sUFdW4lulu2NQBvn9fq0?p=preview