xieziyu / ngx-echarts

An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
https://xieziyu.github.io/ngx-echarts/
MIT License
1.1k stars 195 forks source link

ngx-echarts : Time axis chart issue with data zoom #215

Open dileepyelleti opened 4 years ago

dileepyelleti commented 4 years ago

This issue is happening for line chart with time on x axis and contain data zoom option. If we load different data after zooming then chart is getting messy.

Please check below stackblitz sample to reproduce this issue.

https://stackblitz.com/edit/angular-echarts-issue-time Reproduce steps:

anthony-bt commented 3 years ago

I got the same issue. I am planned to force to reload the whole chart with the new data (not optimal in my opinion). Maybe you have found an other solution since ?