mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeSeries: don't auto-disable fill of fillBelowTo targets (#43165)
This commit is contained in:
@@ -1991,7 +1991,7 @@
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"drawStyle": "line",
|
||||
"fillOpacity": 29,
|
||||
"fillOpacity": 0,
|
||||
"gradientMode": {
|
||||
"label": "None",
|
||||
"value": "none"
|
||||
|
@@ -1346,7 +1346,7 @@
|
||||
"axisPlacement": "auto",
|
||||
"drawStyle": "line",
|
||||
"fillGradient": "hue",
|
||||
"fillOpacity": 25,
|
||||
"fillOpacity": 0,
|
||||
"hideFrom": {
|
||||
"graph": false,
|
||||
"legend": false,
|
||||
|
Reference in New Issue
Block a user