From 9751a2a7caef5734e550a557cf30a6700f83bb23 Mon Sep 17 00:00:00 2001 From: Volodymyr Sergeyev Date: Sat, 4 Apr 2020 12:09:50 +0300 Subject: [PATCH] Fix 23056: fixed typo linewidth->lineWidth in Graph component (#23341) --- packages/grafana-ui/src/components/Graph/Graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Graph/Graph.tsx b/packages/grafana-ui/src/components/Graph/Graph.tsx index 1558378c6f9..d34a5ea9df2 100644 --- a/packages/grafana-ui/src/components/Graph/Graph.tsx +++ b/packages/grafana-ui/src/components/Graph/Graph.tsx @@ -304,7 +304,7 @@ export class Graph extends PureComponent { stack: isStacked, lines: { show: showLines, - linewidth: lineWidth, + lineWidth: lineWidth, zero: false, }, points: {