helgasoft commented on issue #20728: URL: https://github.com/apache/echarts/issues/20728#issuecomment-2699692057
@patcon, thank you for pointing that one out. I think the problem is due to an **omission** in a [recent PR](https://github.com/apache/echarts-examples/commit/f7ad8779b7301c37611e1ef847bebbdc8a41bc38#diff-bda8c2c937c0ca5f3440c0f7bcc0b3ba7ff57af51027d02c54758f7188801833L131). I think [this line 140](https://github.com/apache/echarts-examples/blob/d908a88933d24886b8eb6c8efef81f44370a3e4d/src/common/config.js#L140) and the next should be updated as follows: ``` echartsStatJS: `${CDN_ROOT}echarts-stat/dist/ecStat.min.js`, echartsGLJS: `${CDN_ROOT}echarts-gl/dist/echarts-gl.min.js`, ``` That could fix temporarily not only _ecStat_, but also all _3D/GL_ examples people are complaining about (#20801, #20786). @plainheart ? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
