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

This commit is contained in:
Volodymyr Sergeyev 2020-04-04 12:09:50 +03:00 committed by GitHub
parent 816b611eb9
commit 9751a2a7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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