Fix InfluxDB graph Y-min to 0

Change-Id: I63e68121f585b552d9c76c911c39a7583865b6c4
This commit is contained in:
Swann Croiset
2016-03-03 12:55:58 +01:00
parent b2669e74ed
commit 0cbc501b8b

View File

@@ -4,7 +4,7 @@
}, },
"editable": true, "editable": true,
"hideControls": false, "hideControls": false,
"id": 9, "id": null,
"links": [], "links": [],
"originalTitle": "InfluxDB", "originalTitle": "InfluxDB",
"refresh": "1m", "refresh": "1m",
@@ -112,7 +112,7 @@
"grid": { "grid": {
"leftLogBase": 1, "leftLogBase": 1,
"leftMax": null, "leftMax": null,
"leftMin": null, "leftMin": 0,
"rightLogBase": 1, "rightLogBase": 1,
"rightMax": null, "rightMax": null,
"rightMin": null, "rightMin": null,
@@ -579,7 +579,7 @@
"grid": { "grid": {
"leftLogBase": 1, "leftLogBase": 1,
"leftMax": null, "leftMax": null,
"leftMin": null, "leftMin": 0,
"rightLogBase": 1, "rightLogBase": 1,
"rightMax": null, "rightMax": null,
"rightMin": null, "rightMin": null,
@@ -1099,6 +1099,7 @@
"tags": [ "tags": [
{ {
"key": "service", "key": "service",
"operator": "=",
"value": "influxd" "value": "influxd"
} }
] ]
@@ -1865,6 +1866,7 @@
"tags": [ "tags": [
{ {
"key": "service", "key": "service",
"operator": "=",
"value": "grafana-server" "value": "grafana-server"
} }
] ]
@@ -2256,5 +2258,5 @@
}, },
"timezone": "browser", "timezone": "browser",
"title": "InfluxDB", "title": "InfluxDB",
"version": 4 "version": 5
} }