style: set Line strokeWidth to 1

This commit is contained in:
hamster1963 2024-10-10 09:38:31 +08:00
parent 2c9d544f58
commit fc503be954

View File

@ -243,7 +243,7 @@ export function NetworkChart({
{activeChart !== defaultChart && ( {activeChart !== defaultChart && (
<Line <Line
isAnimationActive={false} isAnimationActive={false}
strokeWidth={2} strokeWidth={1}
type="linear" type="linear"
dot={false} dot={false}
dataKey="avg_delay" dataKey="avg_delay"
@ -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}