mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: remove ChartTooltip defaultIndex
This commit is contained in:
parent
791ec6097d
commit
b14efedd18
@ -246,8 +246,6 @@ export function NetworkChart({
|
|||||||
tickFormatter={(value) => `${value}ms`}
|
tickFormatter={(value) => `${value}ms`}
|
||||||
/>
|
/>
|
||||||
<ChartTooltip
|
<ChartTooltip
|
||||||
cursor={false}
|
|
||||||
defaultIndex={1}
|
|
||||||
content={
|
content={
|
||||||
<ChartTooltipContent
|
<ChartTooltipContent
|
||||||
indicator={"line"}
|
indicator={"line"}
|
||||||
|
Loading…
Reference in New Issue
Block a user