Closed bobbingwide closed 1 year ago
chart.js v4.2.0 is now an ESM package.
According to the documentation at https://www.chartjs.org/docs/latest/migration/v4-migration.html, Chart.js became an ESM-only package as of v4.0. But it also states the UMD bundle is still available.
chart.umd.js
or chart.umd.min.js
file the JavaScript continues to work.date-fns
adapter supports v4. See https://github.com/chartjs/awesome.Note: there seems to be very little difference between chart.umd.js
and chart.umd.min.js
. Is it worth delivering both?
Chart.js is now at v4.2.1. We should also deliver the matching .map
file. It may aid debugging.
Delivered in v1.2.0
Chartjs v4.0.1 was released on 14th November 2022.
Requirements
Proposed solution