Skip to content

Commit

Permalink
Merge pull request #278 from taosdata/fix/TD-30850
Browse files Browse the repository at this point in the history
fix pannel min value issue
  • Loading branch information
sheyanjie-qq authored Jul 2, 2024
2 parents 1163f3c + 3d8f438 commit 8a4270f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dashboards/TDinsightV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -538,6 +539,7 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -592,6 +594,7 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -646,6 +649,7 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -700,6 +704,7 @@
"mode": "thresholds"
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -3843,7 +3848,7 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
},
{
"allValue": null,
"current": {},
Expand Down Expand Up @@ -3891,7 +3896,7 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
},
{
"auto": true,
"auto_count": 100,
Expand Down

0 comments on commit 8a4270f

Please sign in to comment.