mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
test sort tooltip descending
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
"tooltip": {
|
"tooltip": {
|
||||||
"value_type": "individual",
|
"value_type": "individual",
|
||||||
"shared": true,
|
"shared": true,
|
||||||
"sort": 0
|
"sort": 2
|
||||||
},
|
},
|
||||||
"aliasColors": {},
|
"aliasColors": {},
|
||||||
"seriesOverrides": [],
|
"seriesOverrides": [],
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user