mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Fix 23056: fixed typo linewidth->lineWidth in Graph component (#23341)
This commit is contained in:
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user