Closed BenjaminHofstetter closed 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
Should be fixed in v7.
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