ecomfe / echarts-gl

Extension pack for Apache ECharts, providing globe visualization and 3D plots.
BSD 3-Clause "New" or "Revised" License
2.57k stars 844 forks source link

2.0.8版本 3D图形的双击事件dblclick全部失效 #479

Open keepbao opened 1 year ago

keepbao commented 1 year ago

All the double click events of all 3D maps drawn with ECharts gl version 2.0.8 are invalid. This is my operation

echartInstance.on('dblclick',param=>{console.log(param)})

But I didn't get the print results on the console? Boss, take me

我是用2.0.8版本的echarts-gl绘制的所有3D图的双击事件全部都失效,这是我的操作 echartInstance.on('dblclick',param=>{console.log(param)}) 但是我在控制台并没有得到打印结果?大佬们,带带我

helgasoft commented 1 year ago

confirmed with Demo Code