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/08/07 02:34:25 UTC

[GitHub] [incubator-echarts] cdydayang opened a new issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   ### What problem does this feature solve?
   echarts 力导向图,如何通过鼠标点击节点后从节点随鼠标移动连出一条线到另一个节点???
   
   ### What does the proposed API look like?
   make line,drawing line from node
   
   <!-- This issue is generated by echarts-issue-helper. 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] cdydayang commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   有哪位遇到的呢


----------------------------------------------------------------
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] cdydayang commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   > > > 你是想实现:通过鼠标移动节点和另外的节点连接么?
   > > 
   > > 
   > > 是的呢,你有什么好办法吗???
   > 
   > 当前通过直接配置貌似是不支持的,可以提供一个实现思路,绑定拖放事件,然后通过调整数据结构来重绘图形实现
   > 另外,因为力导图是自动计算布局的,所以只能通过重新绘制来实现
   
   貌似我水平不行啊,我试过绑定这个拖放了,但是echarts如何绘制线条,我找不到那个的函数,还有就是实时计算鼠标当前位置 @wf123537200 


----------------------------------------------------------------
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] wf123537200 commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   > > 你是想实现:通过鼠标移动节点和另外的节点连接么?
   > 
   > 是的呢,你有什么好办法吗???
   
   当前通过直接配置貌似是不支持的,可以提供一个实现思路,绑定拖放事件,然后通过调整数据结构来重绘图形实现
   另外,因为力导图是自动计算布局的,所以只能通过重新绘制来实现
   


----------------------------------------------------------------
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 #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   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] wf123537200 commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   你是想实现:通过鼠标移动节点和另外的节点连接么?


----------------------------------------------------------------
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] wf123537200 commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   绘制线条可以通过改变数据来绘制哈


----------------------------------------------------------------
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] cdydayang commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   > 绘制线条可以通过改变数据来绘制哈
   
   有demo参考下吗?


----------------------------------------------------------------
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] cdydayang commented on issue #13093: 力导向图,如何通过鼠标点击后从节点随鼠标移动连出一条线到另一个节点???

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


   > 你是想实现:通过鼠标移动节点和另外的节点连接么?
   
   是的呢,你有什么好办法吗???


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