Open ping13 opened 9 years ago
any update on this issue. same problem here....
@ping13 did you manage to solve this issue with a workaround?
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.
include this line in your html worked for me.
<meta http-equiv="X-UA-Compatible" content="IE=9;FF=3;OtherUA=4" />
That meta tag results in the chart being drawn in the wrong place, outside where it's space should be.
https://github.com/fixanoid/epoch addresses this issue.
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.