An open API service indexing awesome lists of open source software.

https://github.com/wikkiewikkie/flask-googlecharts

Google Charts API support for Flask
https://github.com/wikkiewikkie/flask-googlecharts

charting-library charts data-visualization graph graphs visualization website

Last synced: 13 days ago
JSON representation

Google Charts API support for Flask

Awesome Lists containing this project

README

          

Flask-GoogleCharts
===================
Flask-GoogleCharts simplifies the process of integrating Google Charts into Flask applications.

Installation
------------
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

Examples
--------
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
-------------
Documentation for Flask-GoogleCharts can be found at `http://pythonhosted.org/Flask-GoogleCharts/ `_.

Support
-------
Flask-GoogleCharts is tested against Python 2.7 and 3.4 - 3.7.

.. image:: https://travis-ci.org/wikkiewikkie/flask-googlecharts.svg?branch=master
:target: https://travis-ci.org/wikkiewikkie/flask-googlecharts