panel cleanup

This commit is contained in:
m0duspwnens
2021-11-08 16:26:41 -05:00
parent 17fc03a553
commit f6b753b805
4 changed files with 14 additions and 8 deletions

View File

@@ -160,9 +160,12 @@
"mode": "multi" "mode": "multi"
}, },
"legend": { "legend": {
"displayMode": "list", "displayMode": "table",
"placement": "bottom", "placement": "bottom",
"calcs": [] "calcs": [
"max",
"mean"
]
} }
}, },
"targets": [ "targets": [

View File

@@ -57,7 +57,7 @@
] ]
}, },
"mappings": [], "mappings": [],
"decimals": 0, "decimals": 2,
"unit": "short" "unit": "short"
}, },
"overrides": [ "overrides": [
@@ -162,9 +162,12 @@
"mode": "multi" "mode": "multi"
}, },
"legend": { "legend": {
"displayMode": "list", "displayMode": "table",
"placement": "bottom", "placement": "bottom",
"calcs": [] "calcs": [
"max",
"mean"
]
} }
}, },
"targets": [ "targets": [

View File

@@ -68,6 +68,7 @@
] ]
}, },
"mappings": [], "mappings": [],
"decimals": 2,
"unit": "short" "unit": "short"
}, },
"overrides": [] "overrides": []
@@ -81,8 +82,7 @@
"placement": "bottom", "placement": "bottom",
"calcs": [ "calcs": [
"max", "max",
"mean", "mean"
"min"
] ]
} }
}, },

View File

@@ -92,7 +92,7 @@
"mode": "single" "mode": "single"
}, },
"legend": { "legend": {
"displayMode": "list", "displayMode": "table",
"placement": "bottom", "placement": "bottom",
"calcs": [ "calcs": [
"max", "max",