与 GWT 应用程序一起使用的优秀 Javascript 图形库是什么?
您对用于 GWT 项目的图形库有什么建议吗?我需要绘制一组数据点和几条线的图表。还有线下区域的一些阴影。我愿意接受直接 Javascript 库或 Java 的建议,我可以将它们与 GWT 一起使用。
Do you have any suggestions of graphing libraries to use with a GWT project? I need to graph a set of data points and several lines. Also some shading of the area under a line. I am open to suggestions of straight Javascript libraries or Java that I can just use with GWT.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
D3.js
gwt-d3 是围绕 D3.js 库
Google Visualization API
Google Visualization API 具有 GWT 绑定 不再积极开发
D3.js
gwt-d3 is a GWT wrapper library around the D3.js library
Google Visualization API
Google Visualization API has a GWT binding which is no longer under active development
我推荐 GWT Highcharts,它是 Highcharts 库。
I recommend GWT Highcharts, a GWT wrapper of Highcharts library.
我目前正在使用 Google Visualization API,但只是想引起注意:
raphaelGWT (http://code .google.com/p/raphaelgwt/)
Ext-GWT (http://www.extjs.com/products/gwt/)
请记住,并非所有 Google 可视化图表都是完全的 javascript(即基于 Flash 的动态图表)。
I'm currently using Google Visualization API but just wanted to bring attention to:
raphaelGWT (http://code.google.com/p/raphaelgwt/)
Ext-GWT (http://www.extjs.com/products/gwt/)
Keep in mind not ALL of the Google Visualization charts are completely javascript (ie The Motion Chart which is flashed based).