开发者

excanvas throws me errors in IE

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?


I had flot.pie.js which was probably incompatible!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜