mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
style: set Line strokeWidth to 1
This commit is contained in:
parent
84e28da07f
commit
40c0dff7df
@ -255,7 +255,7 @@ export function NetworkChart({
|
|||||||
<Line
|
<Line
|
||||||
key={key}
|
key={key}
|
||||||
isAnimationActive={false}
|
isAnimationActive={false}
|
||||||
strokeWidth={2}
|
strokeWidth={1}
|
||||||
type="linear"
|
type="linear"
|
||||||
dot={false}
|
dot={false}
|
||||||
dataKey={key}
|
dataKey={key}
|
||||||
|
Loading…
Reference in New Issue
Block a user