| 1. |
What Is The Difference Between The Google Chart Api And The Google Visualization Api? |
|
Answer» The Chart API provides a simple way to create image charts of various kinds by sending a formatted URL that includes both the data and chart CONFIGURATION OPTIONS to a Google server. The Chart API includes a closed set of charts with various options. The Chart API datasets are limited to the size of a URL (roughly 2K). The Visualization API provides a way to connect charts and data sources over the WEB and to publish them:
The Chart API provides a simple way to create image charts of various kinds by sending a formatted URL that includes both the data and chart configuration options to a Google server. The Chart API includes a closed set of charts with various options. The Chart API datasets are limited to the size of a URL (roughly 2K). The Visualization API provides a way to connect charts and data sources over the web and to publish them: |
|