apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.48k stars 19.62k forks source link

在3d地球组件结合世界地图组件,在电脑上可以响应点击事件,但是在大屏上无法响应 #13301

Closed z-lionel closed 1 year ago

z-lionel commented 4 years ago

Version

"echarts": "^4.8.0", "echarts-gl": "^1.1.1",

Steps to reproduce

正常引入使用 import echarts from "echarts"; import "echarts-gl"; import "echarts/map/js/world.js";

What is expected?

在大屏上,可以3d地图组件,可以响应世界地图组件canvas上的事件 this.mapChart.getZr().on("click", (params) => {})

What is actually happening?

1.在3d地球组件结合世界地图组件,在电脑上可以响应点击事件,但是在大屏上无法响应。 2.在大屏上单独加载世界地图组件,可以正常响应地图组件上的点击事。 this.mapChart.getZr().on("click", (params) => {})

echarts-bot[bot] commented 4 years ago

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

z-lionel commented 4 years ago

在移动端上也无法响应3d地球组件,也无法响应加载的canvas的世界地图上组件上的而点击事件 this.mapChart.getZr().on("click", (params) => {}) 请问该如何处理?

ghost commented 3 years ago

请问现在可以了么 5.0.0版本似乎还无法使用

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] commented 1 year ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!