score:0

Accepted answer

SOLVED: The problem was with Date.parse() because IE uses other format. http://www.ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/Date.html#method-i-httpdate solved the problem

score:-1

I find a solution to render Highcharts on IE7, IE8 and more !

Add this :

<meta http-equiv="X-UA-Compatible" content="chrome=IE7">

I don't know why this works but it works :)


Related Query

More Query from same tag