ngx-slider
ngx-slider copied to clipboard
Ability to set a color for full slider bar without using CSS
I assume, at present there is no way to change the color of the slider's full bar using options similar to getTickColor
or getSelectionBarColor
. Currently, it is possible to change it only by overriding the CSS classes related to the full bar element.
I am using ng5-slider in one of my Angular component and I want to change the color of the full bar dynamically - is there any way to do so?
Thanks.
Correct. There is currently no way to change this programmatically. I can add this feature, but I'll need to think how to do that in sensible way.
Great. Thank you.
I need this option too (
Any news?