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 bfce645 commit ef5e4d4Copy full SHA for ef5e4d4
src/types/index.d.ts
@@ -3268,11 +3268,11 @@ export type LinearScaleOptions = CartesianScaleOptions & {
3268
*/
3269
beginAtZero: boolean;
3270
/**
3271
- * Adjustment used when calculating the maximum data value.
+ * Adjustment used when calculating the minimum data value.
3272
3273
suggestedMin?: number;
3274
3275
- * Adjustment used when calculating the minimum data value.
+ * Adjustment used when calculating the maximum data value.
3276
3277
suggestedMax?: number;
3278
0 commit comments