hugetiny opened a new issue #12212: 喝多了后注册了个endof.world想记录下世界末日,用echarts用下来发现这么几个问题 URL: https://github.com/apache/incubator-echarts/issues/12212 ### Version 4.6.0 ### Reproduction link [https://github.com/hugetiny/endofworld](https://github.com/hugetiny/endofworld) ### Steps to reproduce https://github.com/apache/incubator-echarts/issues/12200 https://www.echartsjs.com/examples/zh/editor.html?c=scatter3d-globe-population&gl=1 https://gallery.echartsjs.com/editor.html?c=xnyknPF1R ### What is expected? 首先是兼容性吧, 希望告知下webglreport.com中哪几项webgl属性必须要支持才能跑echarts-gl.其他的慢慢来。我开源项目就放在那边 ### What is actually happening? 1.手上用小米系列手机的浏览器(UC,百度,小米,chrome)对于echarts-gl兼容性差,提过issue https://github.com/apache/incubator-echarts/issues/12200 2.globe中的baseTexture其实既是纹理又是网格, 用了静态图片則不能实现地图分块: baseTexture: ROOT_PATH "data-gl/asset/world.topo.bathy.200401.jpg", 用了分块則不能加个漂亮的地球皮肤: baseTexture引用外面```echarts.registerMap('world'.....``` 的数据 3.官方案例:https://www.echartsjs.com/examples/zh/editor.html?c=scatter3d-globe-population&gl=1 散点的tooltip会因为地球角度不同被卡在地球里面看不见 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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]
