I'm using google charts to render a gauge charts for 3 values (inlet pressure, outlet pressure and difference) Example
I'm using this example jsfiddle
, but I have an issue that all the 3 gauges have the same options and ranges so I need to make each of them has its options (colors, rangers, ...).
I read that I can make that by making 3 divs (a div
for each gauge) but in my case I need the 3 gauges to be in one div as the example.
So, is there a way to pass a multiple options?
it's not possible to pass multiple options...
but you can use css to align the charts and display the same as one,
see following working snippet...