ckoenigs opened a new issue #12951:
URL: https://github.com/apache/incubator-echarts/issues/12951


   ### What problem does this feature solve?
   This feature would solve that it is possible for an edge of a node to point 
to the node itself. I want to generate a graph that shows the schema of my 
Neo4j database and some nodes in the schema point to themselves. This is 
because of hierarchical structures in one label. For example as a Disease, 
cancer is very general and malignant mixed neoplasm is a more specific kind of 
cancer. So these two nodes are connected with a relationship is_a.
   
   Example: https://imgur.com/a/cFJyn14
   
   ### What does the proposed API look like?
   It should be like it is now: 
nodes:[{name:'Disease'}],edges:[{source:'Disease', target:'Disease'}]
   and generate then the self-loop.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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