Closed jo-elimu closed 2 months ago
The changes involve updating the charting implementation in two JavaServer Pages (JSP) files by replacing local references to Chart.js with a CDN-hosted version (4.4.4). Modifications include renaming canvas elements for consistency and enhancing dataset configurations with new properties like tension
and fill
. These updates aim to improve performance and modernize the chart rendering process.
File Path | Change Summary |
---|---|
src/main/webapp/WEB-INF/jsp/analytics/storybook-learning-event/list.jsp src/main/webapp/WEB-INF/jsp/content/contributor/contributor-summarized.jsp |
Updated to use CDN-hosted Chart.js (v4.4.4), changed canvas IDs to chart , and modified dataset configuration to include tension property. |
Objective | Addressed | Explanation |
---|---|---|
Upgrade Chart.js to the latest version (#1350) | ✅ |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 15.10%. Comparing base (
b092929
) to head (0e97bc8
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves #1350
Technical Details
Testing Instructions
Screenshots
Format Checks
If this PR contains files with format violations, run
mvn spotless:apply
to fix them.