mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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,
|
stack: isStacked,
|
||||||
lines: {
|
lines: {
|
||||||
show: showLines,
|
show: showLines,
|
||||||
linewidth: lineWidth,
|
lineWidth: lineWidth,
|
||||||
zero: false,
|
zero: false,
|
||||||
},
|
},
|
||||||
points: {
|
points: {
|
||||||
|
Loading…
Reference in New Issue
Block a user