Merge pull request #420 from vmarmol/gauge
Don't limit gauges width. Also make them smaller.
This commit is contained in:
commit
acc7fab5ee
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user