gazetteerhk / census_explorer

Explore Hong Kong's neighborhoods through visualizations of census data
http://gazetteer.hk
MIT License
42 stars 12 forks source link

IE8 Support #52

Open hxu opened 10 years ago

hxu commented 10 years ago

IE8 browsers currently get an error when going to the landing page. This is part of the default Angular Yeoman generator. However, D3 also doesn't work in IE8, because IE8 does not support SVG.

We should consider supporting IE8 by using an SVG polyfill like http://raphaeljs.com/, or we can draw charts as DIV elements instead of SVG (see here).

Also, need to double check the compatibility of Angular and the other libraries.

debuggingfuture commented 10 years ago

another option: https://github.com/shawnbot/aight