Skip to content

Commit

Permalink
update migration guide (#10885)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 18, 2022
1 parent 909c719 commit 934c140
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/migration/v4-migration.md
Expand Up @@ -29,6 +29,9 @@ A number of changes were made to the configuration options passed to the `Chart`
* `maintainAspectRatio` respects container height.
* Time and timeseries scales use `ticks.stepSize` instead of `time.stepSize`, which has been removed.
* `maxTickslimit` wont be used for the ticks in `autoSkip` if the determined max ticks is less then the `maxTicksLimit`.
* `dist/chart.js` has been removed.
* `dist/chart.min.js` has been renamed to `dist/chart.umd.js`.
* `dist/chart.esm.js` has been renamed to `dist/chart.js`.

#### Type changes
* The order of the `ChartMeta` parameters have been changed from `<Element, DatasetElement, Type>` to `<Type, Element, DatasetElement>`.
Expand Down

0 comments on commit 934c140

Please sign in to comment.