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?
   
   
![image](https://user-images.githubusercontent.com/5130528/81291716-e8028a80-909c-11ea-9ec6-96cb1e3f7da2.png)
   
   
   ### After: How is it fixed in this PR?
   
   
![image](https://user-images.githubusercontent.com/5130528/81376233-ae319280-9135-11ea-9917-d0ee5949f7e3.png)
   
   ## 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]

Reply via email to