We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7d2fb commit c953a66Copy full SHA for c953a66
types/index.esm.d.ts
@@ -3089,8 +3089,6 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
3089
}
3090
3091
export type CategoryScaleOptions = CartesianScaleOptions & {
3092
- min: string | number;
3093
- max: string | number;
3094
labels: string[] | string[][];
3095
};
3096
@@ -3192,9 +3190,6 @@ export const LogarithmicScale: ChartComponent & {
3192
3190
3193
3191
3194
export type TimeScaleOptions = CartesianScaleOptions & {
3195
3196
3197
-
3198
suggestedMin: string | number;
3199
suggestedMax: string | number;
3200
/**
0 commit comments