Can the Gauge chart show multiple needles?
« Back to message list
Hi there!
Is it possible to have a gauge graph showing more than one indicator (needle) inside?
It would be appeciated to show multiple information in only one widget.
Thanks in advance
Posted by RGraph support on 16th July 2013Is it possible to have a gauge graph showing more than one indicator (needle) inside?
It would be appeciated to show multiple information in only one widget.
Thanks in advance
Hi there,
Yes the example page has a Gauge on it with two needles:
www.rgraph.net/demos/index.html#gauge
And to get them you just specify an array of values instead of just one:
var gauge = new RGraph.Gauge('cvs', 0, 200, [184,12]);
Richard
Yes the example page has a Gauge on it with two needles:
www.rgraph.net/demos/index.html#gauge
And to get them you just specify an array of values instead of just one:
var gauge = new RGraph.Gauge('cvs', 0, 200, [184,12]);
Richard
Add a reply
« Back to message list