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

sushuang pushed a commit to branch fix/label-valueAnimation
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 1ddd1f7ce0794efb43d175069ca83470d56fccc1
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Wed Dec 9 16:57:20 2020 +0800

    fix: fix formatter not work when valueAnimation: true.
---
 src/label/labelStyle.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/label/labelStyle.ts b/src/label/labelStyle.ts
index b2c6d1a..7934fe5 100644
--- a/src/label/labelStyle.ts
+++ b/src/label/labelStyle.ts
@@ -696,7 +696,7 @@ export function animateLabelValue(
 
         const labelText = getLabelText({
             labelDataIndex: dataIndex,
-            // labelFetcher: seriesModel,
+            labelFetcher: seriesModel,
             defaultText: defaultInterpolatedText
                 ? defaultInterpolatedText(interpolated)
                 : interpolated + ''


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

Reply via email to