echarts-bot[bot] commented on issue #19902: URL: https://github.com/apache/echarts/issues/19902#issuecomment-2098139449
@k644606347 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Feature] Can the roam configuration support the entire graph moving when the mouse is moved? **BODY** ### What problem does this feature solve? I want to use echarts to draw a relationship diagram, for example: https://echarts.apache.org/examples/zh/editor.html?c=graph; I want to realize that when the mouse is moved, the entire graph also moves, similar to the ability of Antv/G6: https://g6.antv.antgroup.com/zh/examples/interaction/customBehavior/#dragCanvasTwoFingers However, I found that Roam only supports the configuration of true/scale/move, and cannot achieve such interaction. You must hold down the touchpad to move the entire graph (I am a Mac); I would like to ask if there is a way to move the entire graph directly without holding down? Or can a new configuration item be added to achieve similar interaction? It feels quite useful :) ### What does the proposed API look like? // This is just an idea. I hope that when the mouse moves, the entire graph will also move without holding down the touchpad. ```roam: "wheel"``` </details> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
