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, "steppedLine": false,
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"description": "" "description": "",
"maxDataPoints": 750,
"interval": "30s"
} }

View File

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

View File

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

View File

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

View File

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