apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Bug] The restore function seems to restore the data to the first assigned value. #20505

Open ltxhhz opened 1 week ago

ltxhhz commented 1 week ago

Version

5.5.1

Link to Minimal Reproduction

https://codesandbox.io/p/sandbox/temperature-change-in-the-coming-week-forked-mfpnqh

Steps to Reproduce

Open the page for two seconds and click the restore button

Current Behavior

The chart is reduced to the state of the first assigned data

Expected Behavior

The data in the chart should be the last value assigned.

Environment

- OS:Windows 11
- Browser:Edge 130.0.2849.80

Any additional comments?

No response