Skip to content

Commit

Permalink
MDL-70305 lib: Update thirdpartylibs chartjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dias committed Jan 13, 2021
1 parent 79ee30c commit a057360
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/amd/build/chartjs-lazy.min.js.map

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions lib/amd/src/chartjs-lazy.js
Expand Up @@ -4,6 +4,17 @@
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/

/**
* Description of import into Moodle:
*
* - Download Chart.bundle.js from https://github.com/chartjs/Chart.js/releases.
* - Copy Chart.bundle.js content to lib/amd/src/chartjs-lazy.js.
* - Convert line endings to LF-Unix format.
* - Keep these instructions to the file.
* - Visit lib/tests/other/chartjstestpage.php to see if the library still works after the update.
*/

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion lib/thirdpartylibs.xml
Expand Up @@ -242,7 +242,7 @@
<location>amd/src/chartjs-lazy.js</location>
<name>Chart.js</name>
<license>MIT</license>
<version>2.7.0</version>
<version>2.9.4</version>
</library>
<library>
<location>maxmind/GeoIp2</location>
Expand Down

0 comments on commit a057360

Please sign in to comment.