不带 flash 的 GWT 流程图/树库

发布于 2024-12-11 19:33:56 字数 244 浏览 0 评论 0原文

有谁知道支持流程图(树)但不使用任何浏览器插件(如 Flash)的图表库(SVG 也可以)?

我找到了 RaphaelGWT (http://code.google.com/p/raphaelgwt/) 和 GChart (http://code.google.com/p/clientsidegchart/),但两者本身都不支持流程图。

在推出自己的解决方案之前,我想咨询一下 SO 社区。

谢谢你,

z。

Does anyone know of a charting library that supports flowcharts (trees) but doesn't use any browser plugins like Flash to do so (SVG is okay)?

I've found RaphaelGWT (http://code.google.com/p/raphaelgwt/) and GChart (http://code.google.com/p/clientsidegchart/), but neither inherently supports flowcharts.

Before I roll my own solution, I'd like to check with the SO community.

Thank you,

z.

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

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

发布评论

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

评论(1

三生池水覆流年 2024-12-18 19:33:56

我不知道有哪个 GWT 图表库支持流程图。
但是,您可以采用“普通”JS 图表库,它支持流程图并使用通过 JSNI 在 GWT 中。

如果您想推出自己的解决方案,您还可以查看 ProtovisProtovis-GWT 分别(Protovis 使用 SVG)。

显然有人使用 Protovis 实现了此处描述的流程图。也许它对你有用。

I don't know of any GWT charting library which supports flowcharts.
However you could take a "normal" JS charting library which supports flowcharts and use it in GWT via JSNI.

In case you want to roll your own solution you could also check out Protovis and Protovis-GWT respectively (Protovis uses SVG).

Apparently somebody used Protovis to implement a flowchart described here. Maybe it is of use to you.

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