ecomfe / vue-echarts

Vue.js component for Apache ECharts™.
https://vue-echarts.dev
MIT License
9.43k stars 1.48k forks source link

View not updated #718

Closed l406054531 closed 1 year ago

l406054531 commented 1 year ago

请确认

您是如何将 Vue-ECharts 引入项目的?

通过 ES 模块 import

版本信息

no error

问题详情

I can add data to option, such as yAxis or series, but the next assignment is missing the existing yAxis or series and the view will not be updated

问题复现

https://codesandbox.io/s/intelligent-kate-q8k22f

Justineo commented 1 year ago

https://codesandbox.io/s/intelligent-kate-q8k22f

This link only contains default demo of this project. Please add a minimal reproduction of your issue.