UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 616 B
import { AxisConfig } from "../../../../models/index.js"; import { CartesianChartSeriesType } from "../../../../models/seriesType/config.js"; import { ChartSeriesConfig } from "../../models/seriesConfig/index.js"; import { ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js"; import { GetZoomAxisFilters } from "./zoom.types.js"; export declare const getAxisExtremum: <T extends CartesianChartSeriesType>(axis: AxisConfig, axisDirection: "x" | "y", seriesConfig: ChartSeriesConfig<T>, axisIndex: number, formattedSeries: ProcessedSeries<T>, getFilters?: GetZoomAxisFilters) => number[];