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

bigosmallm pushed a commit to branch feature/echarts
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/echarts by this push:
     new a8093c2  Remove echarts from repo.  Load it from cdn.
a8093c2 is described below

commit a8093c203c52331148198e3de7250feea5a0ccf3
Author: Om Muppirala <[email protected]>
AuthorDate: Fri Mar 16 02:24:41 2018 -0700

    Remove echarts from repo.  Load it from cdn.
---
 examples/royale/ECharts/js/echarts.min.js | 1 -
 examples/royale/ECharts/template.html     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/royale/ECharts/js/echarts.min.js 
b/examples/royale/ECharts/js/echarts.min.js
deleted file mode 100644
index 5b48053..0000000
--- a/examples/royale/ECharts/js/echarts.min.js
+++ /dev/null
@@ -1 +0,0 @@
-!function(t,e){"object"==typeof exports&&"undefined"!=typeof 
module?e(exports):"function"==typeof 
define&&define.amd?define(["exports"],e):e(t.echarts={})}(this,function(t){"use 
strict";function e(t,e){"createCanvas"===t&&(Gx=null),Bx[t]=e}function 
i(t){if(null==t||"object"!=typeof t)return t;var e=t,n=kx.call(t);if("[object 
Array]"===n){if(!O(t)){e=[];for(var o=0,a=t.length;o<a;o++)e[o]=i(t[o])}}else 
if(Lx[n]){if(!O(t)){var 
r=t.constructor;if(t.constructor.from)e=r.from(t);else{e=new r( [...]
diff --git a/examples/royale/ECharts/template.html 
b/examples/royale/ECharts/template.html
index 57e0bb4..a28c6ce 100644
--- a/examples/royale/ECharts/template.html
+++ b/examples/royale/ECharts/template.html
@@ -3,7 +3,7 @@
 <head>
 <meta charset="utf-8"/>
 <title>ECharts Example</title>
-<script type="text/javascript" src="../../js/echarts.min.js"></script>
+<script type="text/javascript" 
src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.0.4/echarts-en.min.js";></script>
 ${head}
 </head>
 <body>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to