mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-24 17:16:52 +01:00
Enable autoSkip for time scale to match others (#7570)
This commit is contained in:
committed by
Evert Timberg
parent
b1dc6bd55a
commit
71f313facb
@@ -156,7 +156,8 @@ options: {
|
||||
}
|
||||
```
|
||||
|
||||
Also, the time scale option `distribution: 'series'` was removed and a new scale type `timeseries` was introduced in its place.
|
||||
* The time scale option `distribution: 'series'` was removed and a new scale type `timeseries` was introduced in its place
|
||||
* In the time scale, `autoSkip` is now enabled by default for consistency with the other scales
|
||||
|
||||
#### Animations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user