UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

3 lines 378 B
import type { ChartSeriesType } from "../../../../../models/seriesType/config.mjs"; import type { ProcessedSeries } from "../../../corePlugins/useChartSeries/useChartSeries.types.mjs"; export declare function getMaxSeriesLength<OutSeriesType extends Exclude<ChartSeriesType, 'sankey'>>(series: ProcessedSeries<ChartSeriesType>, availableSeriesTypes: Set<OutSeriesType>): number;