mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Sparklines should scale to the data range (#12010)
* Add a full range option to sparklines * line zero=false
This commit is contained in:
parent
7b09dfe9a0
commit
17b9609209
@ -580,6 +580,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
lines: {
|
||||
show: true,
|
||||
fill: 1,
|
||||
zero: false,
|
||||
lineWidth: 1,
|
||||
fillColor: panel.sparkline.fillColor,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user