mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
do not fill max lines (#307)
This commit is contained in:
parent
ce8eb8a207
commit
2ec248453b
1 changed files with 7 additions and 3 deletions
|
@ -2509,6 +2509,7 @@
|
|||
{
|
||||
"alias": "max allowed",
|
||||
"color": "#C4162A",
|
||||
"fill": 0,
|
||||
"stack": false
|
||||
}
|
||||
],
|
||||
|
@ -3466,7 +3467,8 @@
|
|||
"seriesOverrides": [
|
||||
{
|
||||
"alias": "max",
|
||||
"color": "#C4162A"
|
||||
"color": "#C4162A",
|
||||
"fill": 0
|
||||
}
|
||||
],
|
||||
"spaceLength": 10,
|
||||
|
@ -3685,7 +3687,8 @@
|
|||
"seriesOverrides": [
|
||||
{
|
||||
"alias": "max",
|
||||
"color": "#C4162A"
|
||||
"color": "#C4162A",
|
||||
"fill": 0
|
||||
}
|
||||
],
|
||||
"spaceLength": 10,
|
||||
|
@ -4011,7 +4014,8 @@
|
|||
"seriesOverrides": [
|
||||
{
|
||||
"alias": "max",
|
||||
"color": "#C4162A"
|
||||
"color": "#C4162A",
|
||||
"fill": 0
|
||||
}
|
||||
],
|
||||
"spaceLength": 10,
|
||||
|
|
Loading…
Reference in a new issue