Skip to content

Commit

Permalink
Merge pull request #3 from henri9813/test
Browse files Browse the repository at this point in the history
fix: null point should not be connected
  • Loading branch information
henri9813 authored May 13, 2021
2 parents daf72a1 + 34104d6 commit 651de86
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"lines": true,
"linewidth": 1,
"nullPointMode": "connected",
"nullPointMode": "null as zero",
"options": {
"alertThreshold": true
},
Expand All @@ -66,15 +66,21 @@
{
"groupBy": [
{
"params": ["$__interval"],
"params": [
"5m"
],
"type": "time"
},
{
"params": ["name"],
"params": [
"name"
],
"type": "tag"
},
{
"params": ["null"],
"params": [
"null"
],
"type": "fill"
}
],
Expand All @@ -86,7 +92,9 @@
"select": [
[
{
"params": ["total"],
"params": [
"total"
],
"type": "field"
},
{
Expand All @@ -102,7 +110,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Panel Title",
"title": "Poloniex Balances",
"tooltip": {
"shared": true,
"sort": 0,
Expand All @@ -118,6 +126,7 @@
},
"yaxes": [
{
"$$hashKey": "object:78",
"format": "short",
"label": null,
"logBase": 1,
Expand All @@ -126,6 +135,7 @@
"show": true
},
{
"$$hashKey": "object:79",
"format": "short",
"label": null,
"logBase": 1,
Expand All @@ -148,12 +158,12 @@
"list": []
},
"time": {
"from": "2021-04-16T15:03:06.665Z",
"to": "2021-04-16T20:23:06.665Z"
"from": "now-2d",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "Crpyto Dashboard",
"uid": "I7MB1AuGk",
"version": 2
"version": 4
}

0 comments on commit 651de86

Please sign in to comment.