Skip to content

amcameron/gchartsdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Google Charts Demo Using Flask

A simple demo to show how you can use Flask and Jinja2 to quickly and easily pass information into Google Charts. You can get the data from anywhere and you don't have to implement your own [Data Source] (http://code.google.com/apis/chart/interactive/docs/dev/implementing_data_source_overview.html) in order to use it!

Setup

$ git clone git://github.com/amcameron/gchartsdemo.git
$ pip install flask

(You're using a virtualenv, right?)

$ python charts.py

Setup complete! Connect to http://localhost:5000/charts/ in your browser.

Credits

About

A simple demo of Google Charts using Flask and Jinja2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages