-->

Wednesday, April 4, 2018

The Google Chart API is an interactive Web service (now deprecated) that creates graphical charts from user-supplied data. Google servers create a PNG image of a chart from data and formatting parameters specified by a user's HTTP request. The service supports a wide variety of chart information and formatting. Users may conveniently embed these charts in a Web page by using a simple image tag.

Originally the API was Google's internal tool to support rapid embedding of charts within Google's own applications (like Google Finance for example). Google figured it would be a useful tool to open up to web developers. It officially launched on December 6, 2007.

Currently, line, bar, pie, and radar charts, as well as Venn diagrams, scatter plots, sparklines, maps, google-o-meters, and QR codes are supported.

Google deprecated the API in 2012 with guaranteed availability until April 2015. Google now reserves the right to turn it off without notice, although as of April 2016, there are no plans to do so. Google recommends the successor service Google Charts.

Example




Google I/O 2011: Using Google Chart Tools to Create Interactive Dashboards - Michael Fink, Riccardo Govoni, Amit Weinstein Demonstrate how our new HTML5 visualization gallery and data exploration components can be composed in a matter of minutes to generate sexy...

The following URL creates the pie chart below:
http://chart.apis.google.com/chart?
chs=200x200
&chdlp=b
&chtt=Uberman
&chdl=Asleep|Aw
&chd=t:11,11,11,11,11,11,11,11,11,11,11,11
&cht=p
&chco=586F8E,red,586F8E,7D858F,586F8E,7D858F,586F8E,7D858F,586F8E,7D858F,586F8E,7D858F

External Libraries


Briefly about Google Analytics API and Google Charts API ...
Briefly about Google Analytics API and Google Charts API .... Source : internetdevels.com

Instead of creating the URL request manually, there are many open source libraries available for most programming languages.

See also


Google Spreadsheets | Charts | Google Developers
Google Spreadsheets | Charts | Google Developers. Source : developers.google.com

  • Comparison of JavaScript charting frameworks
  • List of information graphics software

References


Google Charting Tool | style.org
Google Charting Tool | style.org. Source : style.org

External links


Embed API â€
Embed API â€" Google Analytics Demos & Tools. Source : ga-dev-tools.appspot.com

  • Google Chart API
  • Image-Charts alternative

Views Dataviz with Google Charts API | Drupal.org
Views Dataviz with Google Charts API | Drupal.org. Source : www.drupal.org

 
Sponsored Links