Skip to content

Commit

Permalink
MantisGraph: Update chart.js to 2.9.3
Browse files Browse the repository at this point in the history
Fixes #27124
  • Loading branch information
dregad committed Aug 9, 2020
1 parent 4e82e3a commit cd2246c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions plugins/MantisGraph/MantisGraph.php
Expand Up @@ -32,8 +32,8 @@ class MantisGraphPlugin extends MantisPlugin {
* includes Moment.js, and per documentation this could cause issues.
* @see https://www.chartjs.org/docs/latest/getting-started/installation.html#bundled-build
*/
const CHARTJS_VERSION = '2.8.0';
const CHARTJS_HASH = 'sha256-Uv9BNBucvCPipKQ2NS9wYpJmi8DTOEfTA/nH2aoJALw=';
const CHARTJS_VERSION = '2.9.3';
const CHARTJS_HASH = 'sha256-R4pqcOYV8lt7snxMQO/HSbVCFRPMdrhAFMH+vr9giYI=';

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

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit cd2246c

Please sign in to comment.