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

This commit is contained in:
Volodymyr Sergeyev
2020-04-04 11:09:50 +02:00
committed by GitHub
parent 816b611eb9
commit 9751a2a7ca
@@ -304,7 +304,7 @@ export class Graph extends PureComponent<GraphProps, GraphState> {
stack: isStacked,
lines: {
show: showLines,
linewidth: lineWidth,
lineWidth: lineWidth,
zero: false,
},
points: {