shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 941 forks source link

IE9 doesn't support element.classList, prevents all graphs from loading #16

Closed smithclay closed 12 years ago

smithclay commented 12 years ago

When viewing any rickshaw graph in IE9, there's a javascript exception when rickshaw attempts to use the HTML5 ClassList API (http://davidwalsh.name/classlist).

This classList shim for IE9 seems to fix the issue for IE9 users: https://gist.github.com/1381839

skellytt commented 12 years ago

True and thanks

dchester commented 12 years ago

Thanks -- this is addressed with commit 4bb198518a25b0707756a714b6f76fff948e64cf.