Problems with Dygraphs in IE

I am having problems handling dygraphs in IE.

example: http://www.mytrails.com.au/trails_dg.php?tid=1000519

It works in all other major browsers (Firefox, Safari, Opera, Chrome)

I am testing it in IE8 on Windows 7. It will draw the graph very slowly, but the rollover function does not work. Then sometimes he simply draws an axis, not a graph.

I added the following code to my page as indicated on the dygraphs page (http://dygraphs.com/):

<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"> 
<!--[if IE]><script src="path/to/excanvas.js"></script><![endif]-->

but I still get the same results.

I would really like to use Dygraphs, because I like the highlight function (when it works :).

Can anyone suggest why this might not work or a really good javascript alternative?

Thanks at Advance

+3
source share

All Articles