Fix 23056: fixed typo linewidth->lineWidth in Graph component (#23341)

pull/23343/head
Volodymyr Sergeyev 5 years ago committed by GitHub
parent 816b611eb9
commit 9751a2a7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/Graph/Graph.tsx

@ -304,7 +304,7 @@ export class Graph extends PureComponent<GraphProps, GraphState> {
stack: isStacked,
lines: {
show: showLines,
linewidth: lineWidth,
lineWidth: lineWidth,
zero: false,
},
points: {

Loading…
Cancel
Save