This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/tmp-es in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit d78e84d108fa31ab57934461bf901a8f0bbf349d Author: sushuang <sushuang0...@gmail.com> AuthorDate: Fri Sep 6 01:20:07 2019 +0800 fix(effectSymol): fix to es3 code. --- src/chart/helper/EffectSymbol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chart/helper/EffectSymbol.js b/src/chart/helper/EffectSymbol.js index c515c7f..1f3a5e2 100644 --- a/src/chart/helper/EffectSymbol.js +++ b/src/chart/helper/EffectSymbol.js @@ -38,7 +38,7 @@ function normalizeSymbolSize(symbolSize) { } function updateRipplePath(rippleGroup, effectCfg) { - const color = effectCfg.rippleEffectColor || effectCfg.color; + var color = effectCfg.rippleEffectColor || effectCfg.color; rippleGroup.eachChild(function (ripplePath) { ripplePath.attr({ z: effectCfg.z, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org