Skip to content

Commit

Permalink
fix(effectSymol): fix to es3 code.
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Sep 6, 2019
1 parent 5661c6e commit 129c334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/helper/EffectSymbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 129c334

Please sign in to comment.