Skip to content

Commit

Permalink
chore(lib): Update echarts 4.8.0 ==> 5.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
  • Loading branch information
Khusika Dhamar Gusti committed Aug 10, 2021
1 parent 1138602 commit 9bf8df1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assets/data/cdn/jsdelivr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ libFiles:
katexMhchemJS: [email protected]/dist/contrib/mhchem.min.js
# [email protected] https://github.com/knsv/mermaid
mermaidJS: [email protected]/dist/mermaid.min.js
# echarts@4.8.0 https://echarts.apache.org/
echartsJS: echarts@4.8.0/dist/echarts.min.js
echartsMacaronsJS: echarts@4.8.0/theme/macarons.min.js
# echarts@5.1.2 https://echarts.apache.org/
echartsJS: echarts@5.1.2/dist/echarts.min.js
echartsMacaronsJS: echarts@5.1.2/theme/macarons.min.js
# [email protected] https://docs.mapbox.com/mapbox-gl-js
mapboxGLCSS: [email protected]/dist/mapbox-gl.min.css
mapboxGLJS: [email protected]/dist/mapbox-gl.min.js
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ [email protected] https://github.com/ellisonleao/sharer.js
[email protected] https://github.com/alexmacarthur/typeit
[email protected] https://katex.org/
[email protected] https://github.com/knsv/mermaid
echarts@4.8.0 https://echarts.apache.org/
echarts@5.1.2 https://echarts.apache.org/
[email protected] https://github.com/mapbox/mapbox-gl-js
[email protected] https://github.com/MoePlayer/APlayer
[email protected] https://github.com/metowolf/MetingJS
Expand Down
25 changes: 24 additions & 1 deletion assets/lib/echarts/echarts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/echarts/macarons.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
typeof exports.nodeName !== 'string'
) {
// CommonJS
factory(exports, require('echarts'));
factory(exports, require('echarts/lib/echarts'));
} else {
// Browser globals
factory({}, root.echarts);
Expand Down

0 comments on commit 9bf8df1

Please sign in to comment.