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 2019/11/06 21:19:32 UTC

[incubator-echarts] 01/03: fix: code style

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

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

commit caa9eff1628a30fe3a9132e139432feace2c8a25
Author: SHUANG SU <su...@gmail.com>
AuthorDate: Tue Nov 5 01:23:29 2019 +0800

    fix: code style
---
 src/coord/polar/polarCreator.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coord/polar/polarCreator.js b/src/coord/polar/polarCreator.js
index 670776b..156f97f 100644
--- a/src/coord/polar/polarCreator.js
+++ b/src/coord/polar/polarCreator.js
@@ -50,7 +50,7 @@ function resizePolar(polar, polarModel, api) {
 
     var radius = polarModel.get('radius');
     if (radius == null) {
-        radius = [0, "100%"];
+        radius = [0, '100%'];
     }
     else if (!zrUtil.isArray(radius)) {
         // r0 = 0


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