zwb910615 commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽 URL: https://github.com/apache/incubator-echarts/issues/7428#issuecomment-477032291 myChart.on('globalout', function (params) { var mouseEvent= document.createEvent('MouseEvents'); mouseEvent.initEvent('mouseup', true, true); myChart._dom.getElementsByTagName('canvas')[0].dispatchEvent(mouseEvent) });
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
