Feature #36701
closedUpdate Chart.js to 3.7.1
0%
Description
Redmine is now using 2.8.0 which was released almost 3 years ago (14 Mar 2019). There are use cases in which plugin developers would want to use Chart.js but to use latest features they have to ship another js bundle.
I looked into code, there are only few usages, so it should not be hard to upgrade.
Also it would be nice to upgrade jQuery to latest (3.6.0 atm).
I wonder why jQuery is shipped in single bundle with jQueryUI and Rails UJS making them harder to upgrade.
Files
Updated by Marius BÄ‚LTEANU over 2 years ago
Please see #35729 for jQuery 3.6.0.
I'm in favour of updating the Chart.js library.
Updated by Maciej Pankanin over 2 years ago
- File update_chartjs.patch update_chartjs.patch added
Made an update following this guide: https://www.chartjs.org/docs/latest/getting-started/v3-migration.html
Updated by Go MAEDA over 2 years ago
- Target version set to 5.0.0
Thank you for posting the patch. Charts on Issue summary page and repository page are displayed without problem.
Setting the target version to 5.0.0.
Updated by Go MAEDA over 2 years ago
- Subject changed from Update Chart.js to latest (3.7.1) to Update Chart.js to 3.7.1
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.