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