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/04/27 01:05:00 UTC

[echarts] branch master updated: Changed LineEndLabelOption.valueAnimation to be optional.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ad5e0d  Changed LineEndLabelOption.valueAnimation to be optional.
     new 2790425  Merge pull request #14806 from Bilge/valueAnimation
1ad5e0d is described below

commit 1ad5e0d0e9f4a9decbd9bb3f65670b85d45cad05
Author: Bilge <bi...@scriptfusion.com>
AuthorDate: Mon Apr 26 22:29:27 2021 +0100

    Changed LineEndLabelOption.valueAnimation to be optional.
---
 src/chart/line/LineSeries.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chart/line/LineSeries.ts b/src/chart/line/LineSeries.ts
index b0a3f28..3b20536 100644
--- a/src/chart/line/LineSeries.ts
+++ b/src/chart/line/LineSeries.ts
@@ -65,7 +65,7 @@ export interface LineDataItemOption extends SymbolOptionMixin,
 }
 
 export interface LineEndLabelOption extends SeriesLabelOption {
-    valueAnimation: boolean
+    valueAnimation?: boolean
 }
 
 

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