pimkle commented on issue #7941: 
渲染树形图时,如果设置了charts.on('dblclick',[function])后,双击操作在特定场景下难以触发
URL: 
https://github.com/apache/incubator-echarts/issues/7941#issuecomment-451043610
 
 
   可以把点击事件从 `dblclick` 转为 鼠标右键的 `contextmenu`, contextmenu 的回调里面 ``` 
params.event.event.preventDefault() ``` 会屏蔽默认右键操作。  
   一定要用 dblclick 的话,`series` 儿子里面 加个 `animationDelayUpdate` 的属性,延迟 
300,这样用户就更容易点击得到。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to