You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/01/14 11:15:39 UTC

[incubator-echarts] branch ts-zr updated: add back vml

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

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


The following commit(s) were added to refs/heads/ts-zr by this push:
     new 8994da8  add back vml
8994da8 is described below

commit 8994da8146062dffa617bd9cf8c105ac549ef678
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jan 14 19:15:15 2020 +0800

    add back vml
---
 echarts.all.js    | 4 ++--
 echarts.common.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/echarts.all.js b/echarts.all.js
index 4906da2..0869a28 100644
--- a/echarts.all.js
+++ b/echarts.all.js
@@ -267,7 +267,7 @@ import './src/component/visualMapPiecewise';
 
 
 // Provide IE 6,7,8 compatibility.
-// import 'zrender/src/vml/vml';
+import 'zrender/esm/vml/vml';
 
 // Render via SVG rather than canvas.
-import 'zrender/esm/svg/svg';
+import 'zrender/esm/svg/svg';
\ No newline at end of file
diff --git a/echarts.common.js b/echarts.common.js
index f7631e6..a2efe82 100644
--- a/echarts.common.js
+++ b/echarts.common.js
@@ -40,5 +40,5 @@ import './src/component/markArea';
 import './src/component/dataZoom';
 import './src/component/toolbox';
 
-// import 'zrender/src/vml/vml';
+import 'zrender/esm/vml/vml';
 import 'zrender/esm/svg/svg';
\ 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