ion.rangeSlider
ion.rangeSlider copied to clipboard
allow specifying grid markers
as mentioned in #150 instead of having 1, 26, 51, 75,100 one would like to have grid markers for 1, 25, 50, 75, 100.
There should be a way to specify this.
Ok, will add external array of grid values. Maybe next release.
+1
+1
Hi everybody , maybe you can add external array of grid values with labels for example .ionRangeSlider({ from: 50, min:1, max:100,
grid: false,
markers:[{value:1,label:'English'} ,{value:20,label:'Math'}]
})
I will think about last one.
+1 for labels
Hello, In Latest version it this possible ? Custome grid markers