Skip to content

Commit ef5e4d4

Browse files
authored
docs(types): fix description in index.d.ts (#11674)
1 parent bfce645 commit ef5e4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3268,11 +3268,11 @@ export type LinearScaleOptions = CartesianScaleOptions & {
32683268
*/
32693269
beginAtZero: boolean;
32703270
/**
3271-
* Adjustment used when calculating the maximum data value.
3271+
* Adjustment used when calculating the minimum data value.
32723272
*/
32733273
suggestedMin?: number;
32743274
/**
3275-
* Adjustment used when calculating the minimum data value.
3275+
* Adjustment used when calculating the maximum data value.
32763276
*/
32773277
suggestedMax?: number;
32783278
/**

0 commit comments

Comments
 (0)