Skip to content

Commit

Permalink
Remove spurious type overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Feb 6, 2022
1 parent 4a7d2fb commit c953a66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/index.esm.d.ts
Expand Up @@ -3089,8 +3089,6 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
}

export type CategoryScaleOptions = CartesianScaleOptions & {
min: string | number;
max: string | number;
labels: string[] | string[][];
};

Expand Down Expand Up @@ -3192,9 +3190,6 @@ export const LogarithmicScale: ChartComponent & {
};

export type TimeScaleOptions = CartesianScaleOptions & {
min: string | number;
max: string | number;

suggestedMin: string | number;
suggestedMax: string | number;
/**
Expand Down

0 comments on commit c953a66

Please sign in to comment.