excanvas throws me errors in IE
Posted
by
oshafran
on Stack Overflow
See other posts from Stack Overflow
or by oshafran
Published on 2011-01-05T15:14:36Z
Indexed on
2011/01/05
15:54 UTC
Read the original article
Hit count: 365
Hi
I am using excanvas.js that is used with flot jquery graphs. When in FF or chrome the graphs show great. on IE I get this error:
Unknown runtime error excanvas.min.js, line 144 character 21
el.getContext = getContext;
// Remove fallback content. There is no way to hide text nodes so we
// just remove all childNodes. We could hide all elements and remove
// text nodes but who really cares about the fallback content.
el.innerHTML = '';
el in the stack is DispHTMLUnknownElement
What can that be?
Thank you?
© Stack Overflow or respective owner