UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 308 B
/** * Hook that registers pointer interaction handlers on the chart container. * It iterates through all series configs' `getItemAtPosition` to find which * item is at the pointer position and updates highlight/tooltip state accordingly. */ export declare function useRegisterPointerInteractions(): void;