leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.64k stars 658 forks source link

label for range and calculate between marks #1188

Closed devopg closed 2 years ago

devopg commented 2 years ago

how i can show 1 label beetween marks ? and calculate value beetween marks? image

I read the documentation, I didn't find how to do it. noUiSlider can do this?

leongersen commented 2 years ago

You can add a tooltip element to .noUi-base, and translate it to the right (or set left) on the update event. This isn't a build in feature, but should be doable this way.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.