mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/ui: Fix displaying of bars in React Graph (#21922)
This commit is contained in:
parent
caac9d83ca
commit
88226672f1
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user