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

渲染太多饼图导致前面渲染的饼图消失掉了 #504

Open Barnett-Guo opened 10 months ago

Barnett-Guo commented 10 months ago

image 我一个页面需要有24个3D饼状图来制作效果,但是制作过程中发现每次渲染到第16个开始 前面的就会消失 是由什么限制吗?最开始放在一个页面渲染 报错Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'. 后来分成iframe就没有任何报错 但是还是上述问题