From c953a66ebe2ddfd483790fb885bd3e36a6428c1b Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 6 Feb 2022 11:53:41 -0500 Subject: [PATCH] Remove spurious type overrides --- types/index.esm.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 7f24e1e8b6c..1a4ce77da6b 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -3089,8 +3089,6 @@ export interface CartesianScaleOptions extends CoreScaleOptions { } export type CategoryScaleOptions = CartesianScaleOptions & { - min: string | number; - max: string | number; labels: string[] | string[][]; }; @@ -3192,9 +3190,6 @@ export const LogarithmicScale: ChartComponent & { }; export type TimeScaleOptions = CartesianScaleOptions & { - min: string | number; - max: string | number; - suggestedMin: string | number; suggestedMax: string | number; /**