chore(lib): update echarts 4.8.0 -> 5.3.2

This commit is contained in:
Dillon
2022-05-09 02:32:16 +08:00
parent d813292d3f
commit c5bed70e04
9 changed files with 889 additions and 249 deletions

View File

@@ -676,7 +676,7 @@ var Theme = /*#__PURE__*/function () {
_this8._echartsArr = [];
_this8.util.forEach(document.getElementsByClassName('echarts'), function ($echarts) {
var chart = echarts.init($echarts, _this8.isDark ? 'dark' : 'macarons', {
var chart = echarts.init($echarts, _this8.isDark ? 'chalk' : 'macarons', {
renderer: 'svg'
});
chart.setOption(JSON.parse(_this8.data[$echarts.id]));