UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

7 lines 472 B
import type { UseChartCartesianAxisSignature } from "../../internals/plugins/featurePlugins/useChartCartesianAxis/index.mjs"; import type { ChartState } from "../../internals/plugins/models/chart.mjs"; import type { SeriesItemIdentifierWithType } from "../../models/seriesType/index.mjs"; export default function getItemAtPosition(state: ChartState<[UseChartCartesianAxisSignature]>, point: { x: number; y: number; }): SeriesItemIdentifierWithType<'line'> | undefined;