k644606347 opened a new issue, #19902:
URL: https://github.com/apache/echarts/issues/19902

   ### What problem does this feature solve?
   
   
我想使用echarts绘制关系图,例如:https://echarts.apache.org/examples/zh/editor.html?c=graph;
   
我想实现移动鼠标时,整个graph也跟着移动,类似Antv/G6的能力:https://g6.antv.antgroup.com/zh/examples/interaction/customBehavior/#dragCanvasTwoFingers
   
   但是我发现roam仅支持配置true / scale / move,均无法实现此类交互,必需按住触摸板后才能移动整个graph(我是mac);
   想问下能否实现无需按住,就能直接就能移动整个graph的方法那?或者能否新增一个配置项来实现类似的交互?感觉还是蛮有用的:) 
   
   ### What does the proposed API look like?
   
   // 这仅是一个想法,希望鼠标移动时,整个graph也跟着移动,而无需按住触摸板
   ```roam: "wheel"```


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

Reply via email to