wpoely86 / D3.js-Diverging-Stacked-Bar-Chart

Use D3.js to plot a diverging stacked bar chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bar Text (numbers) do not show in IE9

hemant1016 opened this issue · comments

Hello,

First thank you for providing this awesome tool for viewing survey data. The issue is with IE9, where the numerical values do not show up on top of the bars. I'm not using IE9 in compatibility mode. The charts work fine in Chrome and Firefox.

SCRIPT87: Invalid argument.
d3.min.js, line 3 character 2396

Hi @hemant1016,

I'm afraid IE9 doesn't play well with D3.js in general. I don't have any computers any more that run IE9, so I cannot test it but this should help: https://github.com/shawnbot/aight
The author of D3.js recommends to use aight for IE8-9. Can you give it a spin?
And what about compatibility mode? Does that fix things?

Thank you for getting back to me so quick! I could not get it working with aight but I did not spend more than 30 mins on it. Like you said IE9 is not heavily utilized anymore. Therefore I will try to get our organization to upgrade the browsers and focus on D3 vs crappy MS products.