Skip to content

Commit

Permalink
docs(types): fix description in index.d.ts (#11674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed Feb 18, 2024
1 parent bfce645 commit ef5e4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/index.d.ts
Expand Up @@ -3268,11 +3268,11 @@ export type LinearScaleOptions = CartesianScaleOptions & {
*/
beginAtZero: boolean;
/**
* Adjustment used when calculating the maximum data value.
* Adjustment used when calculating the minimum data value.
*/
suggestedMin?: number;
/**
* Adjustment used when calculating the minimum data value.
* Adjustment used when calculating the maximum data value.
*/
suggestedMax?: number;
/**
Expand Down

0 comments on commit ef5e4d4

Please sign in to comment.