Fixes #3: Gauge Panels return N/A if left running for long periods.
This commit is contained in:
parent
9d2efe0277
commit
dd23962805
|
@ -63,7 +63,7 @@
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"links": [],
|
"links": [],
|
||||||
"maxDataPoints": 100,
|
"maxDataPoints": 1000,
|
||||||
"options": {
|
"options": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"reduceOptions": {
|
"reduceOptions": {
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"links": [],
|
"links": [],
|
||||||
"maxDataPoints": 100,
|
"maxDataPoints": 1000,
|
||||||
"options": {
|
"options": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"reduceOptions": {
|
"reduceOptions": {
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
"id": 12,
|
"id": 12,
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"links": [],
|
"links": [],
|
||||||
"maxDataPoints": 100,
|
"maxDataPoints": 1000,
|
||||||
"options": {
|
"options": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
"reduceOptions": {
|
"reduceOptions": {
|
||||||
|
@ -562,5 +562,5 @@
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Internet connection",
|
"title": "Internet connection",
|
||||||
"uid": "o9mIe_Aik",
|
"uid": "o9mIe_Aik",
|
||||||
"version": 2
|
"version": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue