Enable autoSkip for time scale to match others (#7570)

This commit is contained in:
Ben McCann
2020-07-06 06:35:16 -07:00
committed by Evert Timberg
parent b1dc6bd55a
commit 71f313facb
3 changed files with 3 additions and 4 deletions

View File

@@ -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