Commit 3a35dee0 by Gregoire Seux

Default to auto scaling for grid min setting

fixes #226
parent 8fe4422d
......@@ -48,7 +48,7 @@
"y_formats": ["short", "short"],
"grid": {
"max": null,
"min": 0
"min": null
},
"resolution": 100,
"lines": true,
......@@ -150,4 +150,4 @@
"hide": false
},
"refresh": false
}
\ No newline at end of file
}
......@@ -94,7 +94,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
*/
grid : {
max: null,
min: 0,
min: null,
threshold1: null,
threshold2: null,
threshold1Color: 'rgba(216, 200, 27, 0.27)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment