我正在使用与 flot jquery 图一起使用的 excanvas.js。在 FF 或 chrome 中,图表显示得很好。在 IE 上我得到这个错误:
未知的运行时错误 excanvas.min.js,第 144 行字符 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
那会是什么?
谢谢?