Skip to content

Commit

Permalink
format decimals for number of users and number of workspaces to have …
Browse files Browse the repository at this point in the history
…zero precision

Signed-off-by: Tom George <tg82490@gmail.com>
  • Loading branch information
tomgeorge committed Sep 24, 2019
1 parent 076c162 commit 0e5fdb3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3626,7 +3626,7 @@ data:
"gnetId": null,
"graphTooltip": 1,
"id": 2,
"iteration": 1568900496815,
"iteration": 1569330248249,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -4670,6 +4670,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"decimals": 0,
"fill": 1,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -4733,6 +4734,7 @@ data:
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": null,
"logBase": 1,
Expand All @@ -4741,6 +4743,7 @@ data:
"show": true
},
{
"decimals": null,
"format": "short",
"label": null,
"logBase": 1,
Expand Down Expand Up @@ -4774,6 +4777,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "$datasource",
"decimals": 0,
"fill": 1,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -4836,6 +4840,7 @@ data:
},
"yaxes": [
{
"decimals": 0,
"format": "short",
"label": null,
"logBase": 1,
Expand Down

0 comments on commit 0e5fdb3

Please sign in to comment.