plainheart commented on issue #20128: URL: https://github.com/apache/echarts/issues/20128#issuecomment-2217044950
需要升级到 5.5.1,然后将此补丁压缩包 [patches.zip](https://github.com/user-attachments/files/16140792/patches.zip) 解压到你的项目根目录,然后在 package.json 中添加一行 script ```json "scripts": { "postinstall": "npx patch-package" } ``` 安装依赖之后会自动应用补丁。 -- 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]
