wf123537200 opened a new pull request #12590: URL: https://github.com/apache/incubator-echarts/pull/12590
<!-- Please fill in the following information to help us review your PR more efficiently. --> the ```type=graph``` support multiple edges between two nodes This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? the ```type=graph``` support multiple edges between two nodes ### Fixed issues #6811 ## Details ### Before: What was the problem?  ### After: How is it fixed in this PR?  ## Usage ### Are there any API changes? - [x] The API has been changed. ```series > autoCurveness``` ``` // if number will set curveness list max length with params // if function will use the return array as the curveness list autoCurveness: 'number | function() {}' ``` ### Related test cases or examples to use the new APIs graph-mulitple-edges.html ## Others ### Merging options - [x] Please squash the commits into a single one when merge. ### Other information ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
