GraFiddle / angular-chart

AngularJS directive for adjustable dynamically updating c3 charts
http://grafiddle.github.io/angular-chart/
MIT License
127 stars 40 forks source link

Chart not rendering on IE 8/7 #59

Closed sagar-k closed 9 years ago

sagar-k commented 9 years ago

I have added angularJS1.2.28 instead of angularJS 1.3.x. Chart is working fine till IE 9 but It is not support for IE 8/7. Is there any pollyfill for supporting chart on IE 8/7?

maxklenk commented 9 years ago

As you already saw, AngularJS dropped the support for IE below version 9. I have not tested the support of these browsers either. You can try the following for IE 8 and in a second step for IE 7 too:

maxklenk commented 9 years ago

@sagar-mindstix have you tried some of this steps?