谷歌图表和 Java

发布于 2024-10-19 09:01:20 字数 171 浏览 0 评论 0原文

我非常热衷于在我制作网络监控工具的项目中使用谷歌图表(可视化 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 技术交流群。

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

发布评论

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

评论(1

执笏见 2024-10-26 09:01:20

嘿,我想 Charts4j 会对你有所帮助。 http://code.google.com/p/charts4j/

charts4j 允许您
以编程方式生成图表
在你的Java代码中通过一个简单的,
直观、轻量级的 Java API。
而且,它隐藏了丑陋的细节
创建 URL 参数
与通信所必需的
Google 图表 API。

Hey , I think charts4j will help you . http://code.google.com/p/charts4j/ .

charts4j allows you to
programmatically generate charts from
within your Java code via a simple,
intuitive, and lightweight Java API.
Moreover, it hides the ugly details of
creating the URL parameters that are
necessary for communicating with the
Google Chart API.

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