I have a simple problem with D3 in IE9.
Take a look at this example in both Chrome / Firefox and IE9. -> http://bl.ocks.org/d/1005873/
Click on one block to use the zoom function. It works in Chrome, but IE9 cannot βhideβ all other elements when scaling. The contents of the div block are displayed.
I am wondering how this problem can be solved. One way is to integrate the chart into an iframe, for example, on this page: http://bl.ocks.org/1005873
but I was wondering if there is a better way to install D3 to avoid the iframe workaround.
Thank you very much.
source share