Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 1.28 KB

File metadata and controls

6 lines (5 loc) · 1.28 KB

This project is a helper python library for providers who want to implement a data source for visualizations built on the Google Visualization API.

  • Documentation - See the API documentation for details about how to use this library.
  • Installation - See the README file for installation instructions.
  • Samples - You can see sample code illustrating how to use the library here. A running version of the static sample is here, and a running version of the dynamic version is here.

(Please note that the dynamic example is not a full html page example but rather is an actual data source url that you can plug into a google.visualization.Query object (or a Google Visualization Gadget). See documentation at: http://code.google.com/apis/visualization/documentation/queries.html and http://code.google.com/apis/visualization/documentation/usinggadgets.html)