jettro / c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
http://jettro.github.io/c3-angular-directive/
MIT License
203 stars 98 forks source link

Numerous donuts on page #162

Open banksone opened 7 years ago

banksone commented 7 years ago

I've got a problem with a very long time of charts initialisation. It's quite specific case because there is about 30 blocks with charts rendered using ng-repeat (other hand the data is ultra-simle to show). All blocks are rendered, than app freezes for like 7 sec waiting for charts to show up. Is there any way to enforce asynchronous rendering of the charts or while ng-repeat is working?