From: Kevin Zhu <54754524+BDimension7@users.noreply.github.com> Date: Thu, 27 Oct 2022 23:17:05 +0000 (-0400) Subject: Fix month (#10826) X-Git-Tag: v4.0.0-release~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a29ebab6fa8aed672b545bbef35867641f938a4;p=thirdparty%2FChart.js.git Fix month (#10826) --- diff --git a/docs/axes/cartesian/time.md b/docs/axes/cartesian/time.md index a05aa37ec..0723f7978 100644 --- a/docs/axes/cartesian/time.md +++ b/docs/axes/cartesian/time.md @@ -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, {