dragdealer icon indicating copy to clipboard operation
dragdealer copied to clipboard

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

Open Exposian opened this issue 7 years ago • 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

Exposian avatar Jun 06 '17 13:06 Exposian

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.

pankamilr avatar Aug 18 '17 12:08 pankamilr