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

pull/21972/head
Ivana Huckova 5 years ago committed by GitHub
parent 8b632ac029
commit 9b9f1ad1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/Graph/Graph.tsx

@ -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,
},

Loading…
Cancel
Save