add maxDataPoints and min interval to more panels

This commit is contained in:
m0duspwnens
2021-07-15 11:53:24 -04:00
parent 1cbf895e0e
commit e88b258208
5 changed files with 15 additions and 5 deletions

View File

@@ -227,5 +227,7 @@
"steppedLine": false,
"timeFrom": null,
"timeShift": null,
"description": ""
"description": "",
"maxDataPoints": 750,
"interval": "30s"
}

View File

@@ -227,5 +227,7 @@
"steppedLine": false,
"timeFrom": null,
"timeShift": null,
"description": ""
"description": "",
"maxDataPoints": 750,
"interval": "30s"
}

View File

@@ -198,5 +198,7 @@
"stack": false,
"steppedLine": false,
"timeFrom": null,
"timeShift": null
"timeShift": null,
"maxDataPoints": 750,
"interval": "30s"
}

View File

@@ -174,5 +174,7 @@
"percentage": false,
"steppedLine": false,
"timeFrom": null,
"timeShift": null
"timeShift": null,
"maxDataPoints": 750,
"interval": "30s"
}

View File

@@ -178,5 +178,7 @@
"bars": false,
"stack": false,
"percentage": false,
"steppedLine": false
"steppedLine": false,
"maxDataPoints": 750,
"interval": "30s"
}