Protovis 是否应该像 RaphaelJS 一样在 IE 7、8 和 9 上工作?

发布于 2024-11-01 03:04:08 字数 316 浏览 5 评论 0原文

我认为 Protovis 可能适用于 IE 7 和 8,或者至少适用于 IE 9...但是令我惊讶的是,我在所有 3 个页面上都尝试了它,但它在任何一个上都不起作用(对于那些示例页面...这是一个临时的 JS bug 吗?)...它应该在 IE 上工作吗,比如 拉斐尔有吗? (甚至在 IE 6 上,太棒了...)

我在 Protovis 网站上找不到任何支持的浏览器列表。

I thought Protovis might work on IE 7 and 8, or at least on IE 9... but to my surprise, I tried it on all 3 and it doesn't work on any (for those example pages... is it a temporary JS bug?)... is it supposed to work on IE at all, like Raphael does? (even on IE 6, amazing...)

I can't find any list of supported browsers on the Protovis website.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

初见你 2024-11-08 03:04:08

Protovis 需要 SVG,而 IE 6 - 8 不支持 SVG。 IE 9 确实支持 SVG,因此 Protovis 在 IE 9 上应该可以正常工作。

为了在 IE 6-8 上工作,用户需要安装 ChromeFrame,它将把 Chrome 渲染结尾安装到 IE 中。

Protovis requires SVG and IE 6 - 8 do not support SVG. IE 9 does support SVG, so Protovis should work fine on IE 9.

In order to work on IE 6-8 it is necessary for the user to install ChromeFrame, which will install the Chrome rendering ending into IE.

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