|
Thanks for the response! So I see this error on the demo site itself (and in any code I try to write). If you go to http://highcharts.paulovich.com.br/Sample01.aspx on ie 8 or ie 7, you see pieces of the chart show up (the series and x axis), but nothing
else. The javascript error I get is
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2)Timestamp: Wed, 22 Feb 2012 20:06:46 UTC
Message: Object doesn't support this property or methodLine: 4Char: 17308Code: 0URI: http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
It seems to be crashing at the following section:
n.replace.call(f.slice(e.index),a,function(){for(var c=1;c<arguments.length-2;c++)if(arguments[c]===undefined)e[c]=undefined})
Thanks!
-Chris
|