This commit is contained in:
Kevin Zhu 2022-10-27 19:17:05 -04:00 committed by GitHub
parent ae1a720e83
commit 8a29ebab6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 ## 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. 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 ```javascript
let chart = new Chart(ctx, { let chart = new Chart(ctx, {