diff --git a/packages/x-charts/src/ScatterChart/ScatterChart.tsx b/packages/x-charts/src/ScatterChart/ScatterChart.tsx index 1ad1242fc8d8..3ccd27d56903 100644 --- a/packages/x-charts/src/ScatterChart/ScatterChart.tsx +++ b/packages/x-charts/src/ScatterChart/ScatterChart.tsx @@ -135,7 +135,7 @@ const ScatterChart = React.forwardRef(function ScatterChart( <ChartsOverlay {...overlayProps} /> {!props.hideLegend && <ChartsLegend {...legendProps} />} <ChartsAxisHighlight {...axisHighlightProps} /> - {!props.loading && <Tooltip {...props.slotProps?.tooltip} />} + {!props.loading && <Tooltip trigger="item" {...props.slotProps?.tooltip} />} {children} </ZAxisContextProvider> </ChartContainer>