diff --git a/src/components/LiveChart/LineChart.tsx b/src/components/LiveChart/LineChart.tsx index 9e8a36226a..2f053a3368 100644 --- a/src/components/LiveChart/LineChart.tsx +++ b/src/components/LiveChart/LineChart.tsx @@ -212,7 +212,7 @@ const LineChart = ({ { - setHoverValue(props.payload.value) + setTimeout(() => setHoverValue(props.payload.value)) return '' }} cursor={}