提交 092921c2 编写于 作者: S SHUANG SU 提交者: sushuang

fix: code style

上级 fef810f5
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册