- Code: Select all
Message: Unspecified error.
Line: 88
Char: 448
Code: 0
URI: http://localhost/highcharts/2.0.1/js/highcharts.js?a
Tracking this in the uncompressed code I see the error is coming from the function VMLRenderer on line 2696
- Code: Select all
if (!doc.namespaces.hcv)
I seems like doc.namespaces has not been defined when this function was invoked. I found this post on the openlayers group
Microsoft's documentation does not say when
document.namespaces is ready, but all our OpenLayers examples use an
init function, which is bound to document.onload, because we know that
document.namespaces is available at the time document.onload is fired.
Is this something that can be addressed fairly quickly?
Thanks
