View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025951 | mantisbt | plug-ins | public | 2019-08-02 13:44 | 2020-08-03 12:59 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.22.0 | Fixed in Version | 2.22.0 | ||
| Summary | 0025951: MantisGraph: update Chart.js library to v2.8.0 | ||||
| Description | Chart.js 2.8.0 was released in March 2019. At the same time, the colorschemes plugin should also be updated as v0.4.0 was released on 31-May-2019. | ||||
| Tags | No tags attached. | ||||
| related to | 0025488 | closed | atrol | Update Chart.js to 2.7.3 |
| related to | 0025523 | closed | dregad | MantisGraph: improve handling of colors in Pie charts |
| related to | 0025952 | closed | dregad | MantisGraph: define Chart.js-related constants in the plugin |
| related to | 0027124 | closed | dregad | MantisGraph: update Chart.js library to v2.9.3 |
|
Currently the plugin uses 2 distinct CDN sources for the Chart.js (CloudFlare) and the colorschemes plugin (jsDelivr). Standardizing on a single CDN would facilitate future maintenance. |
|
|
MantisBT: master 2e1d1ca1 2019-08-01 02:59 Details Diff |
Use jsDelivr CDN for all MantisGraph javascripts Standardize on a single CDN source. jsDeliver was selected because the colorschemes Chart.js plugin is not available on CloudFlare. Fixes 0025951 (see 0025951:0062489) |
Affected Issues 0025951 |
|
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
|
MantisBT: master 0dda9fa1 2019-08-03 05:54 Details Diff |
Update Chart.js library to v2.8.0 Fixes 0025951 |
Affected Issues 0025951 |
|
| mod - library/README.md | Diff File | ||
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
| rm - plugins/MantisGraph/files/Chart-2.7.3.min.js | Diff | ||
| add - plugins/MantisGraph/files/Chart-2.8.0.min.js | Diff File | ||
| rm - plugins/MantisGraph/files/Chart.bundle-2.7.3.min.js | Diff | ||
| add - plugins/MantisGraph/files/Chart.bundle-2.8.0.min.js | Diff File | ||
|
MantisBT: master c46d88a0 2019-08-03 05:55 Details Diff |
Update colorschemes Chart.js plugin to v0.4.0 Fixes 0025951 |
Affected Issues 0025951 |
|
| mod - library/README.md | Diff File | ||
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
| add - plugins/MantisGraph/files/chartjs-plugin-colorschemes-0.4.0.min.js | Diff File | ||
| rm - plugins/MantisGraph/files/chartjs-plugin-colorschemes.min.js | Diff | ||