ion.rangeSlider icon indicating copy to clipboard operation
ion.rangeSlider copied to clipboard

allow specifying grid markers

Open pdeva opened this issue 10 years ago • 7 comments

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.

pdeva avatar Nov 18 '14 05:11 pdeva

Ok, will add external array of grid values. Maybe next release.

IonDen avatar Nov 18 '14 06:11 IonDen

+1

harunozer avatar Dec 04 '14 08:12 harunozer

+1

evmek avatar Dec 04 '14 08:12 evmek

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'}]

})

evmek avatar Dec 04 '14 09:12 evmek

I will think about last one.

IonDen avatar Dec 04 '14 15:12 IonDen

+1 for labels

andrevlins avatar Nov 05 '15 02:11 andrevlins

Hello, In Latest version it this possible ? Custome grid markers

JigneshR avatar Mar 19 '19 13:03 JigneshR