@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
8 lines (7 loc) • 347 B
TypeScript
import { AxisDefaultized, AxisId } from '../models/axis';
import { SeriesId } from '../models/seriesType/common';
export declare function checkScaleErrors(verticalLayout: boolean, seriesId: SeriesId, xAxisKey: AxisId, xAxis: {
[axisKey: AxisId]: AxisDefaultized;
}, yAxisKey: AxisId, yAxis: {
[axisKey: AxisId]: AxisDefaultized;
}): void;