user381878
user381878

Reputation: 1539

google charts and Java

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?

Upvotes: 0

Views: 13728

Answers (1)

Ken Chan
Ken Chan

Reputation: 90457

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.

Upvotes: 4

Related Questions