Skip to content
Advertisement

Tag: nouislider

Add css class to noUiSlider handle on event

By default on the start event noUiSlider adds an active class to the active handle but removes it when the event has ended. I want a way to show the user that the handle has been dragged already so changing the colour via a css class would be ideal. I cannot tell which of the handles has been dragged from

How to change the initial value Chart.js-RangeSlider? [Solved]

The Chart.js-RangeSlider doesnt starts at the initial value given (1901, 1910) and shows the chart: What i’m searching is changin the initial value, and get the image below: The code: https://jsfiddle.net/sckull/hy0p75cq/14/ Answer Solved The initial value has to be in range of the length of the data (0 to 112 in my case): Solved: https://jsfiddle.net/sckull/hy0p75cq/16/

Advertisement