markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

IE 11 MouseOut #58

Closed weweje closed 10 years ago

weweje commented 10 years ago

Datamaps Countries are reacting on Hover, but doesn't come back to original color on MouseOut. Tested on IE 11.

Abrissirba commented 10 years ago

Was any solution found to this issue?

weweje commented 10 years ago

my solution so far had been adding

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">

to the page header