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 2019/10/21 04:16:15 UTC

[incubator-echarts] branch master updated: fix(ie): fix error syntax in IE 11

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b8a67f  fix(ie): fix error syntax in IE 11
8b8a67f is described below

commit 8b8a67fae50e3be2b530d1fc323781d324e48517
Author: earo-Lau <ea...@outlook.com>
AuthorDate: Mon Oct 21 12:16:06 2019 +0800

    fix(ie): fix error syntax in IE 11
---
 src/coord/radar/RadarModel.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/coord/radar/RadarModel.js b/src/coord/radar/RadarModel.js
index 1ee7a4c..c7e7196 100644
--- a/src/coord/radar/RadarModel.js
+++ b/src/coord/radar/RadarModel.js
@@ -68,7 +68,7 @@ var RadarModel = echarts.extendComponentModel({
                 scale: scale,
                 axisLine: axisLine,
                 axisTick: axisTick,
-                axisType,
+                axisType: axisType,
                 axisLabel: axisLabel,
                 // Compatible with 2 and use text
                 name: indicatorOpt.text,
@@ -155,4 +155,4 @@ var RadarModel = echarts.extendComponentModel({
     }
 });
 
-export default RadarModel;
\ No newline at end of file
+export default RadarModel;


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