Skip to content

Commit

Permalink
Move dashboard legends to the bottom of the graph (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Dec 7, 2023
1 parent aa03501 commit 153c8db
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/grafana_dashboards/postgresql-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@
"current": true,
"max": true,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
Expand Down Expand Up @@ -1772,7 +1772,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"total": true,
"values": true
Expand Down Expand Up @@ -1873,7 +1873,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sideWidth": null,
"sort": "current",
Expand Down Expand Up @@ -1971,7 +1971,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
Expand Down Expand Up @@ -2068,7 +2068,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
Expand Down Expand Up @@ -2167,7 +2167,7 @@
"hideEmpty": false,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
Expand Down Expand Up @@ -2265,7 +2265,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "total",
"sortDesc": true,
Expand Down Expand Up @@ -2362,7 +2362,7 @@
"current": true,
"max": true,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": false,
Expand Down Expand Up @@ -2459,7 +2459,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"sort": "current",
"sortDesc": true,
Expand Down Expand Up @@ -2556,7 +2556,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
Expand Down Expand Up @@ -2647,7 +2647,7 @@
"current": true,
"max": true,
"min": true,
"rightSide": true,
"rightSide": false,
"show": true,
"total": false,
"values": true
Expand Down Expand Up @@ -2766,7 +2766,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"total": true,
"values": true
Expand Down Expand Up @@ -2864,7 +2864,7 @@
"current": true,
"max": false,
"min": false,
"rightSide": true,
"rightSide": false,
"show": true,
"total": true,
"values": true
Expand Down

0 comments on commit 153c8db

Please sign in to comment.