From 88226672f19916fbc0282e97ac5d88059cf14b54 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Tue, 4 Feb 2020 23:14:42 +0100 Subject: [PATCH] grafana/ui: Fix displaying of bars in React Graph (#21922) --- 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..3211740904a 100644 --- a/packages/grafana-ui/src/components/Graph/Graph.tsx +++ b/packages/grafana-ui/src/components/Graph/Graph.tsx @@ -319,7 +319,7 @@ export class Graph extends PureComponent { // Dividig the width by 1.5 to make the bars not touch each other barWidth: showBars ? this.getBarWidth() / 1.5 : 1, zero: false, - lineWidth: lineWidth, + lineWidth: 0, }, shadowSize: 0, },