mhemesath / r2d3

Raphael Rendered, Data Driven Documents
MIT License
546 stars 133 forks source link

IE8 & symbols map #62

Closed msusol closed 11 years ago

msusol commented 11 years ago

I'm evaluating the r2d3 resource to possibly support D3 on IE for a .gov client. I was looking specifically at the symbols map example provided from IE8 (winXP)..works fine on Chrome of course.

I simply get a blank white page, no errors displayed

mhemesath commented 11 years ago

This examply likely doesn't work because I haven't patched d3.xhr yet. I opened an issue for this here: https://github.com/mhemesath/r2d3/issues/63. If you want to use that example, you can likely make it work by loading the JSON data via jQuery instead of D3.

mhemesath commented 11 years ago

d3.xhr is patched now. Please try this example again and if it doesn't work please log it as an issue to the feature that fails.