Skip to content

Commit

Permalink
Fixing null not being represented as 0 for job graph
Browse files Browse the repository at this point in the history
  • Loading branch information
shairozan committed Sep 27, 2019
1 parent 57e9bac commit 98de474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1569598406627,
"iteration": 1569599551681,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -262,7 +262,7 @@
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"nullPointMode": "null as zero",
"options": {
"dataLinks": []
},
Expand Down Expand Up @@ -796,7 +796,7 @@
]
},
"time": {
"from": "now-30m",
"from": "now-1h",
"to": "now"
},
"timepicker": {
Expand All @@ -816,5 +816,5 @@
"timezone": "",
"title": "Sun Grid Engine",
"uid": "EMc73BpZz",
"version": 9
"version": 10
}

0 comments on commit 98de474

Please sign in to comment.