
Visualizing data often requires server-side programming, perhaps generating images of graphs, pie charts or bar charts. Depending on the type of visualization, this can make it expensive and time consuming. The Google Visualization API is a JavaScript API that quite eazily allows you to visualize data in various ways, without any...
Read more »
The Google chart API is a dynamic chart library that is hosted at Google. It's implemented as a web service that renders image chart based on a series of parameters. It is very easy to integrate this into your existing application. This is thanks to the simple url approach and no need to do any form of login into the service itself.
Read more »