You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/10/22 05:53:06 UTC

[incubator-echarts] branch next updated: test: update ecstat dep.

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/next by this push:
     new 8b79d3c  test: update ecstat dep.
     new 7252403  Merge branch 'next' of github.com:apache/incubator-echarts into next
8b79d3c is described below

commit 8b79d3c0ebb119e1cd06ed3938381808ada63397
Author: 100pah <su...@gmail.com>
AuthorDate: Thu Oct 22 13:34:17 2020 +0800

    test: update ecstat dep.
---
 test/lib/config.js     | 4 ++--
 test/lib/ecStat.min.js | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/lib/config.js b/test/lib/config.js
index 323ea7c..f5db7b5 100644
--- a/test/lib/config.js
+++ b/test/lib/config.js
@@ -63,8 +63,8 @@
             paths: {
                 'echarts': ecDistPath,
                 'zrender': 'node_modules/zrender/dist/zrender',
-                // 'ecStat': 'test/lib/ecStat.min.js',
-                'ecStat': 'http://localhost:8001/echarts/echarts-stat/dist/ecStat',
+                'ecStat': 'test/lib/ecStat.min',
+                // 'ecStat': 'http://localhost:8001/echarts/echarts-stat/dist/ecStat',
                 'geoJson': '../geoData/geoJson',
                 'theme': 'theme',
                 'data': 'test/data',
diff --git a/test/lib/ecStat.min.js b/test/lib/ecStat.min.js
new file mode 100644
index 0000000..2225296
--- /dev/null
+++ b/test/lib/ecStat.min.js
@@ -0,0 +1 @@
+!function(n,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.ecStat=r():n.ecStat=r()}(this,function(){return function(n){function r(e){if(t[e])return t[e].exports;var o=t[e]={exports:{},id:e,loaded:!1};return n[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}var t={};return r.m=n,r.c=t,r.p="",r(0)}([function(n,r,t){var e;e=function(n){return{clustering:t(6),regression:t(8),st [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org