excanvas 在 IE 中抛出错误
我正在使用与 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
那可能是什么?
谢谢你?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有 flot.pie.js,它可能不兼容!
I had flot.pie.js which was probably incompatible!