echarts-gl
echarts-gl copied to clipboard
bar3D的官方示例及我部署的示例失效
前几天还能正常访问,这几天出现echarts-gl.min.js的报错。
Uncaught Error: ERROR: 0:576: 'textureCubeLodEXT' : no matching overloaded function found
ERROR: 0:576: 'RGBMDecode' : no matching overloaded function found
ERROR: 0:576: '=' : dimension mismatch
ERROR: 0:576: 'assign' : cannot convert from 'const mediump float' to 'highp 3-component vector of float'
Uncaught TypeError: Failed to execute 'getAttribLocation'
on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
我的示例:https://aqi.zfe.space/ 官方示例:https://echarts.apache.org/examples/zh/editor.html?c=metal-bar3d&gl=1
我这可以正常访问,是因为系统不支持?
2天前突然出现了这个问题,这几天又恢复正常了。
这个一般是因为系统或者浏览器兼容的问题