mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
SinglestatPanel: fix min/max config in singlestat sparklines (#17543)
This commit is contained in:
parent
7b70e7db2d
commit
a2370a379d
@ -552,9 +552,10 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
fill: 1,
|
||||
lineWidth: 1,
|
||||
fillColor: getColorFromHexRgbOrName(panel.sparkline.fillColor, config.theme.type),
|
||||
zero: false,
|
||||
},
|
||||
},
|
||||
yaxes: {
|
||||
yaxis: {
|
||||
show: false,
|
||||
min: panel.sparkline.ymin,
|
||||
max: panel.sparkline.ymax,
|
||||
|
Loading…
Reference in New Issue
Block a user