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
2c9d544f58
commit
fc503be954
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user