jQuery UI Widgets › Forums › Editors › ScrollBar, Slider, BulletChart, RangeSelector › Slider labels and value
Tagged: Angular slider, jquery slider, jqxslider, label, max, min, slider, slider range, value
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 8 years, 5 months ago.
In my code slider labels are not in line with value. For example if value=16, it pass label 16.
$('#jqxSlider').jqxSlider({ width: 700, height: 60, template: "primary", tooltip: true, mode: 'fixed', ticksFrequency: 5, min: 1, max: 30, showMinorTicks: false, minorTicksFrequency: 1, showTickLabels: true });
Hello arkgroup,
Thank you for your feedback. This issue seems to occur only when the slider’s range (max – min) is not divisible by the ticksFrequency. In your case 31 is not divisible by 5.
Here is a workaround you can try: https://www.jseditor.io/?key=jqxslider-atypical-range-workaround. We hope it is helpful to you.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.