You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/07/10 06:59:54 UTC

[GitHub] [incubator-echarts] ckoenigs opened a new issue #12951: Self-loop in graph

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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12951: Self-loop in graph

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12951:
URL: https://github.com/apache/incubator-echarts/issues/12951#issuecomment-656518128


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] ericzon commented on issue #12951: Self-loop in graph

Posted by GitBox <gi...@apache.org>.
ericzon commented on issue #12951:
URL: https://github.com/apache/incubator-echarts/issues/12951#issuecomment-743203843


   this should be also useful to display conversational flows, any ETA on this feature?


----------------------------------------------------------------
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:
users@infra.apache.org



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