tonyawad88 opened a new issue, #20728: URL: https://github.com/apache/echarts/issues/20728
### Version latest ### Link to Minimal Reproduction https://echarts.apache.org/en/api.html ### Steps to Reproduce Currently the website at https://echarts.apache.org/en/api.html isn't loading and throwing errors in both Firefox and Chrome. Errors below: ``` Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. api.html:12 Refused to load the stylesheet 'https://fastly.jsdelivr.net/npm/[email protected]/lib/theme-chalk/index.css' because it violates the following Content Security Policy directive: "style-src 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. $ is not defined Uncaught TypeError: Cannot read properties of undefined (reading 'directive') echartsDoc is not defined ``` ### Current Behavior As mentioned above ### Expected Behavior Page loads properly ### Environment ```markdown - OS:MacOS - Browser: Firefox and Chrome - Framework: N/A ``` ### Any additional comments? _No response_ -- 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]
