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 2021/03/22 06:52:13 UTC

[GitHub] [echarts] MichaelElliot1999 opened a new issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

MichaelElliot1999 opened a new issue #14510:
URL: https://github.com/apache/echarts/issues/14510


   ### Version
   5.0.2
   
   ### Steps to reproduce
   Create any graph diagram with layout set to none or force. When draggable is set to true on force layout, all of the nodes shuffle and its not good to control. When layout is set to none and positions are fixed, draggable cannot be set
   
   ### What is expected?
   I expect to be able to set draggable on 'layout: none' or have some setting on force layout to keep other nodes static while one is being dragged
   
   ### What is actually happening?
   All nodes move or no nodes move at all
   
   ---
   I am trying to create a directional node graph which represents software architectures, the user should be able to customise the layout of their architecture by dragging and dropping nodes
   
   <!-- 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] [echarts] 100pah commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-929837515


   An suggestion of circular layout dragging:
   
   <img width="538" alt="Screen Shot 2021-09-29 at 12 52 12 PM" src="https://user-images.githubusercontent.com/1956569/135206144-d495f407-70c2-4aa1-9965-c81e88e111e5.png">
   
   <img width="451" alt="Screen Shot 2021-09-29 at 12 52 18 PM" src="https://user-images.githubusercontent.com/1956569/135206159-e6d46d07-accc-48c7-ae99-5060088c8974.png">
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] Ovilia commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-805737921


   This is not a bug because [the document](https://echarts.apache.org/en/option.html#series-graph.draggable) states:
   
   > Only available when using force-directed layout.
   
   I will mark this as a new 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


[GitHub] [echarts] 100pah commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-929837515


   An suggestion of circular layout dragging:
   
   <img width="538" alt="Screen Shot 2021-09-29 at 12 52 12 PM" src="https://user-images.githubusercontent.com/1956569/135206144-d495f407-70c2-4aa1-9965-c81e88e111e5.png">
   
   <img width="451" alt="Screen Shot 2021-09-29 at 12 52 18 PM" src="https://user-images.githubusercontent.com/1956569/135206159-e6d46d07-accc-48c7-ae99-5060088c8974.png">
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] 100pah removed a comment on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
100pah removed a comment on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-929837515


   An suggestion of circular layout dragging:
   
   <img width="538" alt="Screen Shot 2021-09-29 at 12 52 12 PM" src="https://user-images.githubusercontent.com/1956569/135206144-d495f407-70c2-4aa1-9965-c81e88e111e5.png">
   
   <img width="451" alt="Screen Shot 2021-09-29 at 12 52 18 PM" src="https://user-images.githubusercontent.com/1956569/135206159-e6d46d07-accc-48c7-ae99-5060088c8974.png">
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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] [echarts] MichaelElliot1999 commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
MichaelElliot1999 commented on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-803842060


   This old issue is on the same topic: https://github.com/apache/echarts/issues/6467 


-- 
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] [echarts] echarts-bot[bot] commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

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


   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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] [echarts] 100pah removed a comment on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

Posted by GitBox <gi...@apache.org>.
100pah removed a comment on issue #14510:
URL: https://github.com/apache/echarts/issues/14510#issuecomment-929837515


   An suggestion of circular layout dragging:
   
   <img width="538" alt="Screen Shot 2021-09-29 at 12 52 12 PM" src="https://user-images.githubusercontent.com/1956569/135206144-d495f407-70c2-4aa1-9965-c81e88e111e5.png">
   
   <img width="451" alt="Screen Shot 2021-09-29 at 12 52 18 PM" src="https://user-images.githubusercontent.com/1956569/135206159-e6d46d07-accc-48c7-ae99-5060088c8974.png">
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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