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

Best practice for loading multiple( more than 10 ) pie/zoomline in (fusion chart js API + Angular js) #34

Closed akilanvit closed 6 years ago

akilanvit commented 8 years ago

Is there any other best option for loading multiple chart with good performance (avoid browser overload, comfort user interaction)

According to analysis, rendering multiple (pie/zoomline) charts with synchronous way like using ajax call (first chart completed after then rest of charts one by one) .I dont know exactly this one is good way or not.

please suggest me which one is best way to follow this kind of usecase without major drawbacks

rousan commented 6 years ago

@akilanvit The best solution will be rendering charts one by one because charts are rendered asynchronously and they do not block each other. please look at this fiddle.