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 2021/02/02 14:17:46 UTC

[echarts] branch enhance-morph updated: fix: rename splitPath to dividePath

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

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


The following commit(s) were added to refs/heads/enhance-morph by this push:
     new 0c8c9eb  fix: rename splitPath to dividePath
0c8c9eb is described below

commit 0c8c9eb5511dddbb98a0db60f727b5c79d73f2c6
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Feb 2 22:17:02 2021 +0800

    fix: rename splitPath to dividePath
---
 src/chart/custom/transitionHelper.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chart/custom/transitionHelper.ts b/src/chart/custom/transitionHelper.ts
index a6cd8c0..1adfe2d 100644
--- a/src/chart/custom/transitionHelper.ts
+++ b/src/chart/custom/transitionHelper.ts
@@ -159,7 +159,7 @@ export function applyMorphAnimation(
     }
 
     const animationCfgWithSplitPath = defaults({
-        splitPath: clonePaths
+        dividePath: clonePaths
     }, animationCfg);
 
     function morphOneBatch(batch: MorphingBatch, fromIsMany: boolean, forceManyOne?: boolean) {


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