From: Jacco van den Berg Date: Fri, 18 Nov 2022 17:39:58 +0000 (+0100) Subject: update migration guide (#10885) X-Git-Tag: v4.1.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934c14069f4e15b81e38a711a753f6f46281b313;p=thirdparty%2FChart.js.git update migration guide (#10885) --- diff --git a/docs/migration/v4-migration.md b/docs/migration/v4-migration.md index 7c0eb647b..fd80b6465 100644 --- a/docs/migration/v4-migration.md +++ b/docs/migration/v4-migration.md @@ -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 `` to ``.