Mikhus / canvas-gauges

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.
http://canvas-gauges.com/
MIT License
1.57k stars 396 forks source link

Editable Gauges #141

Open psujit opened 7 years ago

psujit commented 7 years ago

Hello,

Can we have an editable version of the gauges? Like clicking on the specific value and the pointer points to that value and the value gets updated and so on. Please let me know if there is any workaround to achieve this as well.

Thanks and regards

edent commented 7 years ago

Take a look at https://rawgit.com/Mikhus/canvas-gauges/master/examples/issue-63.html - is that what you mean?

psujit commented 7 years ago

I had seen that. But that is not what I am looking for. I was expecting a gauge where a user can click on the gauge(say at value 23), and then the value of the gauge would be set to 23. More so like an interactive gauge. Something like this: https://www.rgraph.net/demos/thermometer-adjustable.html.