0

I have a JQuery knob that's displaying a value that can range from -5000 to 5000. I want it to have 0 be straight up, highlight going cw if the value is positive, highlight going ccw if the value is negative. Is there a simple way to do this with JQuery Knob?

vkapadia
  • 290
  • 1
  • 6
  • 17

1 Answers1

0

I have done your requirement with roundSlider plugin, here you can completely customize this further. Check the below demo:

Demo -JSFiddle

roundSlider - zero at center, negative value at counter clock wise direction and positive value at clockwise direction

Community
  • 1
  • 1
Soundar
  • 2,569
  • 1
  • 16
  • 24