帆布还是什么?

发布于 2024-09-24 06:14:17 字数 211 浏览 6 评论 0原文

我正在制作一个社交网站,它将有一个“群组地图”,其中显示所有群组及其重要性,并用连接线将它们全部连接起来。这是我的目标的示例。问题是我不知道是否使用 HTML5 画布或其他东西。然而,画布的问题是 IE 兼容性问题。提前致谢!

I'm making a social networking site, and it will have a 'group map' which shows all the groups with their importance with lines connecting them all. Here is an example of what I am aiming out. The problem is I don't know whether to use a HTML5 canvas or something else. The problem with a canvas, though, is the IE compatibility issues. Thanks in advance!

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

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

发布评论

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

评论(3

时间你老了 2024-10-01 06:14:17

对于 IE,您至少有几个选项:ex-canvas、http://www.google.com/chromeframe< /a> 或者直接忽略它:)

For IE you have at least a few options: ex-canvas, http://www.google.com/chromeframe or just ignoring it :)

仙女 2024-10-01 06:14:17

您检查过 Google Charts API 吗?它可以生成各种图表和图形。它可能有一个图表可供您使用:http://code.google.com/apis /图表/

Have you checked out the Google Charts API? It can generate all kinds of charts and graphs. It may have a chart that you could use for this: http://code.google.com/apis/chart/

兮颜 2024-10-01 06:14:17

您可以尝试使用 Raphael Javascript 库 http://raphaeljs.com 来使用 SVG。对于 IE,它使用 IE 的 VML,因此通常差异是难以察觉的。

You could try SVG with Raphael Javascript library, http://raphaeljs.com. For IE it uses IE's VML, so usually the difference is imperceptible.

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