不带 flash 的 GWT 流程图/树库
有谁知道支持流程图(树)但不使用任何浏览器插件(如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有哪个 GWT 图表库支持流程图。
但是,您可以采用“普通”JS 图表库,它支持流程图并使用通过 JSNI 在 GWT 中。
如果您想推出自己的解决方案,您还可以查看 Protovis 和 Protovis-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.