excanvas 在 IE 中抛出错误

发布于 2024-10-10 10:58:40 字数 546 浏览 6 评论 0原文

我正在使用与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦与时光遇 2024-10-17 10:58:40

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文