Skip to content

Commit 4a52199

Browse files
authored
Merge pull request #16897 from kongmoumou/fix-type
fix(types): graph autoCurveness option
2 parents a5257e3 + 7779e61 commit 4a52199

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/chart/graph/GraphSeries.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ export interface GraphSeriesOption
224224

225225
layoutAnimation?: boolean
226226
}
227+
228+
/**
229+
* auto curveness for multiple edge, invalid when `lineStyle.curveness` is set
230+
*/
231+
autoCurveness?: boolean | number | number[]
227232
}
228233

229234
class GraphSeriesModel extends SeriesModel<GraphSeriesOption> {

0 commit comments

Comments
 (0)