jQuery UI Widgets › Forums › Editors › ScrollBar, Slider, BulletChart, RangeSelector › Tick labels is not visible
Tagged: Angular slider, javascript slider, jquery slider, slider tick labels
This topic contains 3 replies, has 2 voices, and was last updated by ivailo 9 years ago.
Tick labels is not visible any more after update. But I have figured it out. You set the whole slider overflow as hidden and the label is put out of the div block.
Hi kinders,
Please, use showTickLabels: true if you want visible tick labels. Here is a demo.
showTickLabels: true
Best Regards, Ivailo Ivanov
jQWidgets Team http://www.jqwidgets.com
I did set the labels true
$label("Slider_Age").jqxSlider({width: 670, showMinorTicks: true, showButtons:true, height:30, min:0, max:100, step:1, ticksFrequency:10, values:[30, 60], mode:'fixed', rangeSlider:true, tooltip:true, showTickLabels:true, ticksPosition: 'top', theme:definedTheme});
You have to increase the value of the height property. With correct value everything is displayed as expected. Here is a demo.
You must be logged in to reply to this topic.