@grafana/ui: Fix displaying of bars in React Graph (#21968)

This commit is contained in:
Ivana Huckova
2020-02-06 13:30:41 +01:00
committed by GitHub
parent 8b632ac029
commit 9b9f1ad1b9
@@ -319,7 +319,7 @@ export class Graph extends PureComponent<GraphProps, GraphState> {
// 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,
},