Reputation: 2639
I seem to get this error in IE8 when using highcharts: Object doesn't support this property or method
In Chrome the same site works perfectly!
I dont get any errors in the Chrome debugger.
Does somebody have any idea why?
Upvotes: 1
Views: 4001
Reputation:
Internet explorer trips up sometimes if a javascript variable has the same name as a html element. Switch your javascript variable name for windspeed and it should work https://stackoverflow.com/a/14003088/2033671
Upvotes: 2