From 9b9f1ad1b9a5bfe60b28de5fceae2727ef371f30 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Thu, 6 Feb 2020 13:30:41 +0100 Subject: [PATCH] @grafana/ui: Fix displaying of bars in React Graph (#21968) --- 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 3211740904a..1558378c6f9 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: 0, + lineWidth: lineWidth, }, shadowSize: 0, },