ChartsVoronoiHandler API
API reference docs for the React ChartsVoronoiHandler component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { ChartsVoronoiHandler } from '@mui/x-charts/ChartsVoronoiHandler';
// or
import { ChartsVoronoiHandler } from '@mui/x-charts';
Callback fired when clicking on a scatter item.
Type:func
Signature:
function(event: MouseEvent, scatterItemIdentifier: ScatterItemIdentifier) => void
event
Mouse event catched at the svg levelscatterItemIdentifier
Identify whihc item got clicked
The component cannot hold a ref.