test sort tooltip descending

This commit is contained in:
m0duspwnens
2021-07-21 10:00:14 -04:00
parent 1fee4e87c4
commit e3e74a84f2
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@
"tooltip": { "tooltip": {
"value_type": "individual", "value_type": "individual",
"shared": true, "shared": true,
"sort": 0 "sort": 2
}, },
"aliasColors": {}, "aliasColors": {},
"seriesOverrides": [], "seriesOverrides": [],

View File

@@ -11,7 +11,7 @@
"x": {{ PANELS.cpu_usage_tasks_graph.gridPos.x }}, "x": {{ PANELS.cpu_usage_tasks_graph.gridPos.x }},
"y": {{ PANELS.cpu_usage_tasks_graph.gridPos.y }}, "y": {{ PANELS.cpu_usage_tasks_graph.gridPos.y }},
"w": {{ PANELS.cpu_usage_tasks_graph.gridPos.w }}, "w": {{ PANELS.cpu_usage_tasks_graph.gridPos.w }},
"h": {{ PANELS.cpu_usage_tasks_graph .gridPos.h }} "h": {{ PANELS.cpu_usage_tasks_graph.gridPos.h }}
}, },
"id": 61871, "id": 61871,
"legend": { "legend": {
@@ -132,7 +132,7 @@
"title": "CPU Usage", "title": "CPU Usage",
"tooltip": { "tooltip": {
"shared": true, "shared": true,
"sort": 0, "sort": 2,
"value_type": "individual" "value_type": "individual"
}, },
"type": "graph", "type": "graph",

View File

@@ -153,7 +153,7 @@
"tooltip": { "tooltip": {
"msResolution": false, "msResolution": false,
"shared": true, "shared": true,
"sort": 0, "sort": 2,
"value_type": "individual" "value_type": "individual"
}, },
"type": "graph", "type": "graph",