mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Sparkline: Support spanNulls graph config prop (#91797)
support spanNulls config prop for sparkline
This commit is contained in:
parent
c9ddc688a2
commit
6dce2ecbde
@ -207,6 +207,7 @@ export class Sparkline extends PureComponent<SparklineProps, State> {
|
||||
fillColor: customConfig.fillColor,
|
||||
lineStyle: customConfig.lineStyle,
|
||||
gradientMode: customConfig.gradientMode,
|
||||
spanNulls: customConfig.spanNulls,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user