ant-design-charts
ant-design-charts copied to clipboard
default or any other implemented animation works in local but does not works after the build, same with brushFilter
🧐 问题描述 [详细地描述问题,让大家都能理解]
- i've implemented @ant-design/plots in a react vite app.
- the animation which is already there by default is working fine on local env as visible in attached video
https://github.com/user-attachments/assets/8605a7a4-210c-4941-9f00-c522f6e3fd75
- but the same thing wont work after the creating the build
https://github.com/user-attachments/assets/9089bc41-f6d7-4f5f-8067-98208b351fb3
- also while using the brushFilter on build preview, we're getting this error -
💻 示例代码 [如果有必要,展示代码,线上示例,或仓库]
- here is the code structure that i've implemented