c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

IE8 support #220

Closed alexis-pasialis closed 10 years ago

alexis-pasialis commented 10 years ago

Hi,

Is there any way to render the C3 charts in IE8 browsers?

Sorry, I may be posting at the wrong place.

Thank you in advance, Alexis

masayuki0812 commented 10 years ago

Hi, Sorry c3 does not support IE8 because d3 does not support IE8. If d3 could run on IE8, it might be possible to render. There seem to be some solution (ex: R2D3), but I've never tried before..