Do not abbreviate values for fds & sockets

Draw nulls as zeroes, otherwise the msgs unack'ed graph will look choppy
This commit is contained in:
Gerhard Lazu 2019-06-27 19:24:50 +01:00
parent c4dfdc6471
commit cd99957d2d
1 changed files with 5 additions and 5 deletions

View File

@ -1146,8 +1146,8 @@
}, },
"yaxes": [ "yaxes": [
{ {
"decimals": null, "decimals": 0,
"format": "short", "format": "none",
"label": "", "label": "",
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -1294,8 +1294,8 @@
}, },
"yaxes": [ "yaxes": [
{ {
"decimals": null, "decimals": 0,
"format": "short", "format": "none",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -1490,7 +1490,7 @@
"lines": true, "lines": true,
"linewidth": 1, "linewidth": 1,
"links": [], "links": [],
"nullPointMode": "null", "nullPointMode": "null as zero",
"options": {}, "options": {},
"percentage": false, "percentage": false,
"pointradius": 2, "pointradius": 2,