]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix month (#10826)
authorKevin Zhu <54754524+BDimension7@users.noreply.github.com>
Thu, 27 Oct 2022 23:17:05 +0000 (19:17 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 23:17:05 +0000 (01:17 +0200)
docs/axes/cartesian/time.md

index a05aa37ecd5ecaf313adc2c0c284c8c20f79ec87..0723f7978ad927cb13c84271d42a97ea4b0b706f 100644 (file)
@@ -131,7 +131,7 @@ If this is a function, it must return a type that can be handled by your date ad
 ## Min Max Configuration
 
 For both the `min` and `max` properties, the value must be `string` that is parsable by your date adapter or a number with the amount of milliseconds that have elapsed since UNIX epoch.
-In the example below the x axis will start at 7 October 2021.
+In the example below the x axis will start at 7 November 2021.
 
 ```javascript
 let chart = new Chart(ctx, {