Fix 23056: fixed typo linewidth->lineWidth in Graph component (#23341)
This commit is contained in:
@@ -304,7 +304,7 @@ export class Graph extends PureComponent<GraphProps, GraphState> {
|
||||
stack: isStacked,
|
||||
lines: {
|
||||
show: showLines,
|
||||
linewidth: lineWidth,
|
||||
lineWidth: lineWidth,
|
||||
zero: false,
|
||||
},
|
||||
points: {
|
||||
|
||||
Reference in New Issue
Block a user