epochjs / epoch

A general purpose, real-time visualization library.
http://epochjs.github.io/epoch
MIT License
4.97k stars 278 forks source link

Realtime charts do not work in IE11 #161

Open ping13 opened 9 years ago

ping13 commented 9 years ago

The page http://fastly.github.io/epoch/real-time/ throws a JS error in Internet Explorer 11 (mode "edge"). Specfically, it chokes at a d3.js call, but it's hard to debug from here as I have only minified source code.

Tha basic charts work fine.

image

boysmovie commented 9 years ago

any update on this issue. same problem here....

@ping13 did you manage to solve this issue with a workaround?

rsandor commented 9 years ago

Latest version of Epoch now contains a non-minified version of the library at dist/js/epoch.js. If anyone wants to use this to take a look at the IE 11 issues I would be very grateful.

amitbrcmit commented 8 years ago

include this line in your html worked for me. <meta http-equiv="X-UA-Compatible" content="IE=9;FF=3;OtherUA=4" />

BenMcLeanHRBlock commented 8 years ago

That meta tag results in the chart being drawn in the wrong place, outside where it's space should be.

fixanoid commented 8 years ago

https://github.com/fixanoid/epoch addresses this issue.