谷歌图表和 Java
我非常热衷于在我制作网络监控工具的项目中使用谷歌图表(可视化 API)。我想制作一个客户端应用程序,它将在端口连接服务器并获取有关应用程序的统计信息。我想用图表显示统计数据。
我尝试阅读好的文档,但它很令人困惑,我尝试了其他一些网站,但没有解决方案。谁能提供任何好的资源来学习如何使用谷歌图表来显示实时运行数据?
I am very keen to use google charting (visualization api) in my project in which I am making a network monitoring tool. I want to make a client app which will connect server at a port and get statistics about the application. I want to display the statistics using charts.
I tried to read good docs, but its quite confusing, I tried some other websites but no solution. Can anyone provide any good source to learn how to use google charts to display live running data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我想 Charts4j 会对你有所帮助。 http://code.google.com/p/charts4j/ 。
Hey , I think charts4j will help you . http://code.google.com/p/charts4j/ .