Good day,
I am new to this group and hope to find some wisdom here :)
My first jqplot-project does not show up in IE9 while FF, Chrome and Opera do not complain.
It complains about this:
SCRIPT87: Invalid argument.
excanvas.js, line 170 character 11
And that line in smaller context looks like this:
if (attrs.height && attrs.height.specified) {
// TODO: use runtimeStyle and coordsize
// el.getContext().setHeight_(attrs.height.nodeValue);
====> el.style.height = attrs.height.nodeValue + 'px';
} else {
el.height = el.clientHeight;
}
I am not sure which version of excanvas.js it is. I have downloaded it with jqplot and the two top lines looks like this:
// Memory Leaks patch from
http://explorercanvas.googlecode.com/svn/trunk/ // svn : r73
Any help will be appreciated.
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)