xieziyu / ngx-echarts

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

Graph Force Layout Animation is triggering Angular Change Detection #302

Closed BenjaminHofstetter closed 3 years ago

BenjaminHofstetter commented 3 years ago

I am using ngx-echarts to display a graph with force layout. The force layout animation is triggering Angular Change detection with every tick until the force layout becomes stable.

I think this is not a desired behaviour. May be this may help you https://github.com/angular/angular/issues/10883

xieziyu commented 3 years ago

Should be fixed in v7.