]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
docs(types): fix description in index.d.ts (#11674)
authormirumi <mail@mirumi.tech>
Sun, 18 Feb 2024 12:31:37 +0000 (21:31 +0900)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2024 12:31:37 +0000 (13:31 +0100)
src/types/index.d.ts

index 84cf089cad2f3a95f4502aeec0f9f4e4bb5b2780..98bdf09a21251eef9e88d78e2a18eaf482c550b2 100644 (file)
@@ -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;
   /**