Merge pull request #420 from vmarmol/gauge

Don't limit gauges width. Also make them smaller.
This commit is contained in:
Rohit Jnagal 2015-01-05 14:13:01 -08:00
commit acc7fab5ee

View File

@ -1499,7 +1499,7 @@ function drawGauges(elementId, gauges) {
// Create and draw the visualization.
var options = {
width: 400, height: 120,
height: 100,
redFrom: 90, redTo: 100,
yellowFrom:75, yellowTo: 90,
minorTicks: 5,