bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

Two pointers on one gauge #215

Closed warwickfoster closed 5 years ago

warwickfoster commented 5 years ago

Is that a thing? Can I have two pointers on a guage

kplindegaard commented 5 years ago

That's possible. Just provide an array to the .set() function. Please be aware that it's a bit buggy, see e.g. issue #150.

kplindegaard commented 5 years ago

See also #193 for more inspiration.