From 6dce2ecbde887a5b8cd4f9d1a207e4363c7a1a9a Mon Sep 17 00:00:00 2001 From: Domas Date: Mon, 12 Aug 2024 15:36:52 +0300 Subject: [PATCH] Sparkline: Support spanNulls graph config prop (#91797) support spanNulls config prop for sparkline --- packages/grafana-ui/src/components/Sparkline/Sparkline.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Sparkline/Sparkline.tsx b/packages/grafana-ui/src/components/Sparkline/Sparkline.tsx index 1ecba02b578..09d58a9ebac 100644 --- a/packages/grafana-ui/src/components/Sparkline/Sparkline.tsx +++ b/packages/grafana-ui/src/components/Sparkline/Sparkline.tsx @@ -207,6 +207,7 @@ export class Sparkline extends PureComponent { fillColor: customConfig.fillColor, lineStyle: customConfig.lineStyle, gradientMode: customConfig.gradientMode, + spanNulls: customConfig.spanNulls, }); }