问题描述
我正在考虑使用Google Web Toolkit(GWT)绘制图表的解决方案。
到目前为止,我只找到项目,但它似乎被放弃了。
I am considering solutions for drawing diagrams using Google Web Toolkit (GWT).Up until now I have found only the gwt-diagrams project but it seems abandoned.
有关于使用GWT进行图表制作的建议吗?
Are there any suggestions about diagramming with GWT?
推荐答案
gwt-graphics 进行原型设计,这看起来是积极开发和接近1.0版。
I'm also looking into this, for drawing family trees. I'm currently prototyping with gwt-graphics, which looks to be actively developed and is nearing version 1.0.
还有,以及一些关于围绕它们包装GWT的完整博客文章 and 。第一篇文章中的人实际上已经将他们的代码发布为。
There is also the Raphael javascript library, and a couple of thorough blog posts about wrapping GWT around them here and here. The guys in the first article actually released their code for as raphaelgwt.
因为我没有使用它,所以我不能评论任何raphael的东西,我只是在我自己的绘图组件研究中发现了这一点。
I can't comment on any of the raphael stuff yet since I haven't used it, I just found this in my own research for drawing components.
这篇关于我如何使用Google Web Toolkit绘制图表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!