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 7779e6192 fix(types): graph autoCurveness option
     new 4a5219984 Merge pull request #16897 from kongmoumou/fix-type
7779e6192 is described below

commit 7779e61927b3735dbf23183f84a2342c59ad80d3
Author: kongmoumou <kongmoumou...@gmail.com>
AuthorDate: Sat Apr 16 14:36:39 2022 +0800

    fix(types): graph autoCurveness option
---
 src/chart/graph/GraphSeries.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/chart/graph/GraphSeries.ts b/src/chart/graph/GraphSeries.ts
index d6c84687a..299b9a44d 100644
--- a/src/chart/graph/GraphSeries.ts
+++ b/src/chart/graph/GraphSeries.ts
@@ -224,6 +224,11 @@ export interface GraphSeriesOption
 
         layoutAnimation?: boolean
     }
+
+    /**
+     * auto curveness for multiple edge, invalid when `lineStyle.curveness` is 
set
+     */
+    autoCurveness?: boolean | number | number[]
 }
 
 class GraphSeriesModel extends SeriesModel<GraphSeriesOption> {


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

Reply via email to