Skip to content

Commit

Permalink
Fix month (#10826)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrilliantDeviation7 authored Oct 27, 2022
1 parent ae1a720 commit 8a29eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/cartesian/time.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 8a29eba

Please sign in to comment.