Wednesday 23 October 2013

Google Image Charts , Google Chart API , Dynamically generate charts


Google Image Charts portion of Google Chart Tools has been officially deprecated as of April 20, 2012. But still working on now . Google Image Chart lets you dynamically generate chart with URL String. You can embed these charts on your web page, web site or download the image for local system or offline use. Google Chart API returns a chart image in response to a URL. You can generate many kind of chart like bar chart , pie chart , Map Chart etc with different color size label effect as your need.

if you create a image chart you need to specify chart type , size , data and other formatting parameter in HTTP request.

Here is list Chart Type :-

1.Line Charts
2.Bar Charts
3.Pie Charts
4.Map Charts
5.Scatter Charts
6.Venn Charts
7.Radar Charts
8.QR Codes
9.Google-O-Meter Charts




Line Charts :-


Line chart


Line chart

Bar Charts:-
Horizontal bar chart


Vertical bar chart


Stacked bars


Grouped bars.


Pie Charts
2D pie charts.


3D pie charts.


Concentric pie charts.


Map Charts





Scatter Charts




Venn Charts


Radar Charts




QR Codes



Google-O-Meter Charts




DONE :))

No comments:

Post a Comment