noru commented on issue #9815:
URL: 
https://github.com/apache/incubator-echarts/issues/9815#issuecomment-654557254


   > 持续关注这个问题,目前采用了替代方案:
   > `document.oncontextmenu = function () { return false; };`
   > 先屏蔽系统的右键操作,然后通过右键点击实现弹窗:
   > `myChart.on('contextmenu', function (params) { //do something });`
   
   Not working on 4.8.0


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to