ovidiuch/dragdealer

Change color of the 'handle red-bar' depending on the value?

Opened this issue · 1 comments

Hi,
How would I change the class values of 'red-bar' depending on the value/or where the bar is on the axis?
Regards,
Philippe

Hi @Exposian
if you still want to set a class to the "red-bar" you can do it within dragStopCallback function. It has a x and y parameters and in function body you can manipulate elements while the x value changed. Hope that helps.