gauge.js
gauge.js copied to clipboard
Multiple bars [enhancement]
Is it possible to have multiple bars? Like this:
This would be awesome! Even if the number of dimensions is limited to just a few... (multiple needles would also be nice).
Oh yeah. It would be great if some can implement this. @ktsaou multiple needles in the existing gauge should already work. Just provide an array of values instead of a scalar value in the .set() method.
Well, I solved this with multiple canvas' and a little css.
Hi,
Can anybody please share example to add multiple bar with multiple needles.
I would like to show gauges as shown in below image
Thank you for the trick of sending an array of value instead of a value to the .set() method. It is working perfectly!
Do you have any idea how we could differentiate the colors of these 2 needles? I would need to have the first needle of one color, and the second of another color.
Thanks for the help