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