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

This commit is contained in:
Ivana Huckova 2020-02-04 23:14:42 +01:00 committed by GitHub
parent caac9d83ca
commit 88226672f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: lineWidth,
lineWidth: 0,
},
shadowSize: 0,
},