I'm using google charts to render a gauge charts for 3 values (inlet pressure, outlet pressure and difference)

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?