fusioncharts / angularjs-fusioncharts

AngularJS Directive for FusionCharts JavaScript Charting Library (for Angular 1.x)
https://fusioncharts.github.io/angularjs-fusioncharts/
MIT License
111 stars 101 forks source link

This commit fix the execution order of fusionchart and angular js. #17

Closed adotg closed 8 years ago

adotg commented 9 years ago

FusionChart rendering will start only after angular is done compiling the DOM. Earlier there were intercepted execution of FusionChart and angular causing initial rendering issue. Issue like chart visual jerk in angular tab.

adotg commented 8 years ago

This change has already been committed.