首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >excanvas在IE中抛出错误

excanvas在IE中抛出错误
EN

Stack Overflow用户
提问于 2011-01-05 23:14:36
回答 1查看 899关注 0票数 0

我使用的是与flot jquery图形一起使用的excanvas.js。当在FF或chrome中时,图形显示很棒。在IE上,我得到这个错误:

未知运行时错误excanvas.min.js,第144行,字符21

代码语言:javascript
复制
 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

那会是什么呢?

谢谢?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-01-06 21:34:38

我的flot.pie.js可能是不兼容的!

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4605632

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档