We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb968f commit 5b825a9Copy full SHA for 5b825a9
docs/migration/v4-migration.md
@@ -30,7 +30,7 @@ A number of changes were made to the configuration options passed to the `Chart`
30
* Time and timeseries scales use `ticks.stepSize` instead of `time.stepSize`, which has been removed.
31
* `maxTickslimit` wont be used for the ticks in `autoSkip` if the determined max ticks is less then the `maxTicksLimit`.
32
* `dist/chart.js` has been removed.
33
-* `dist/chart.min.js` has been renamed to `dist/chart.umd.min.js`.
+* `dist/chart.min.js` has been renamed to `dist/chart.umd.min.js` (and before 4.5.0 `dist/chart.umd.js`).
34
* `dist/chart.esm.js` has been renamed to `dist/chart.js`.
35
36
#### Type changes
0 commit comments