mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix packets legend
This commit is contained in:
@@ -216,12 +216,13 @@
|
|||||||
"pointradius": 2,
|
"pointradius": 2,
|
||||||
"legend": {
|
"legend": {
|
||||||
"show": true,
|
"show": true,
|
||||||
"values": false,
|
"values": true,
|
||||||
"min": false,
|
"min": false,
|
||||||
"max": false,
|
"max": true,
|
||||||
"current": false,
|
"current": true,
|
||||||
"total": false,
|
"total": false,
|
||||||
"avg": false
|
"avg": true,
|
||||||
|
"alignAsTable": true
|
||||||
},
|
},
|
||||||
"nullPointMode": "null",
|
"nullPointMode": "null",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
|
|||||||
@@ -216,12 +216,13 @@
|
|||||||
"pointradius": 2,
|
"pointradius": 2,
|
||||||
"legend": {
|
"legend": {
|
||||||
"show": true,
|
"show": true,
|
||||||
"values": false,
|
"values": true,
|
||||||
"min": false,
|
"min": false,
|
||||||
"max": false,
|
"max": true,
|
||||||
"current": false,
|
"current": true,
|
||||||
"total": false,
|
"total": false,
|
||||||
"avg": false
|
"avg": true,
|
||||||
|
"alignAsTable": true
|
||||||
},
|
},
|
||||||
"nullPointMode": "null",
|
"nullPointMode": "null",
|
||||||
"tooltip": {
|
"tooltip": {
|
||||||
|
|||||||
Reference in New Issue
Block a user