Skip to content

Commit

Permalink
Update Chart.js library to v2.8.0
Browse files Browse the repository at this point in the history
Fixes #25951
  • Loading branch information
dregad committed Aug 8, 2019
1 parent 2e1d1ca commit 0dda9fa
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
2 changes: 1 addition & 1 deletion library/README.md
Expand Up @@ -23,7 +23,7 @@ ace-admin theme | 1.4.0 | customized
moment.js | 2.15.2 | unpatched
bootstrap-datetimepicker | 4.17.47 | unpatched
dropzone.js | 5.5.0 | unpatched
chart.js | 2.7.3 | unpatched
chart.js | 2.8.0 | unpatched
chartjs-plugin-colorschemes | 0.3.0 | unpatched
typeahead.js | 1.1.1 | unpatched
list.js | 1.5.0 | unpatched
Expand Down
6 changes: 3 additions & 3 deletions plugins/MantisGraph/MantisGraph.php
Expand Up @@ -28,9 +28,9 @@ class MantisGraphPlugin extends MantisPlugin {
* @see https://www.chartjs.org/ Home page
* @see https://www.jsdelivr.com/package/npm/chart.js CDN
*/
const CHARTJS_VERSION = '2.7.3';
const CHARTJS_HASH = 'sha256-oSgtFCCmHWRPQ/JmR4OoZ3Xke1Pw4v50uh6pLcu+fIc=';
const CHARTJSBUNDLE_HASH = 'sha256-MZo5XY1Ah7Z2Aui4/alkfeiq3CopMdV/bbkc/Sh41+s=';
const CHARTJS_VERSION = '2.8.0';
const CHARTJS_HASH = 'sha256-Uv9BNBucvCPipKQ2NS9wYpJmi8DTOEfTA/nH2aoJALw=';
const CHARTJSBUNDLE_HASH = 'sha256-xKeoJ50pzbUGkpQxDYHD7o7hxe0LaOGeguUidbq6vis=';

/**
* ChartJS colorschemes plugin
Expand Down
10 changes: 0 additions & 10 deletions plugins/MantisGraph/files/Chart-2.7.3.min.js

This file was deleted.

7 changes: 7 additions & 0 deletions plugins/MantisGraph/files/Chart-2.8.0.min.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions plugins/MantisGraph/files/Chart.bundle-2.7.3.min.js

This file was deleted.

7 changes: 7 additions & 0 deletions plugins/MantisGraph/files/Chart.bundle-2.8.0.min.js

Large diffs are not rendered by default.

0 comments on commit 0dda9fa

Please sign in to comment.