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