Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/477.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript excanvas在IE中向我抛出错误_Javascript_Jquery_Excanvas - Fatal编程技术网

Javascript excanvas在IE中向我抛出错误

Javascript excanvas在IE中向我抛出错误,javascript,jquery,excanvas,Javascript,Jquery,Excanvas,我使用的excanvas.js与flot jquery图形一起使用。 在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

我使用的excanvas.js与flot jquery图形一起使用。 在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
那会是什么


谢谢?

我有flot.pie.js,它可能不兼容

尝试使用未压缩版本的脚本运行;如果您可以阅读代码并在错误消息中获得有用的行号,那么调试就会更容易。