Flask-GoogleCharts simplifies the process of integrating Google Charts into Flask applications.
Flask-GoogleCharts can be installed using pip:
pip install Flask-GoogleCharts
You may also download the GitHub repository and install Flask-GoogleCharts manually:
git clone https://github.com/wikkiewikkie/flask-googlecharts.git cd flask-googlecharts python setup.py install
There is a basic example with two charts in the /example folder. The first demonstrates how to load data into the chart when it is created, and the second shows how to configure the chart to pull from a JSON data source using AJAX.
Documentation for Flask-GoogleCharts can be found at http://pythonhosted.org/Flask-GoogleCharts/.
Flask-GoogleCharts is tested against Python 2.7 and 3.4 - 3.7.