Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/lib/echarts/macarons.js')
-rw-r--r--assets/lib/echarts/macarons.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/lib/echarts/macarons.js b/assets/lib/echarts/macarons.js
index d6094ae..d78f7e9 100644
--- a/assets/lib/echarts/macarons.js
+++ b/assets/lib/echarts/macarons.js
@@ -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);