mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55: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: {
|
lines: {
|
||||||
show: true,
|
show: true,
|
||||||
fill: 1,
|
fill: 1,
|
||||||
|
zero: false,
|
||||||
lineWidth: 1,
|
lineWidth: 1,
|
||||||
fillColor: panel.sparkline.fillColor,
|
fillColor: panel.sparkline.fillColor,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user