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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]