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
- Host: GitHub
- URL: https://github.com/wikkiewikkie/flask-googlecharts
- Owner: wikkiewikkie
- License: mit
- Created: 2016-12-06T16:59:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:45:58.000Z (about 2 years ago)
- Last Synced: 2025-12-03T11:32:51.828Z (about 2 months ago)
- Topics: charting-library, charts, data-visualization, graph, graphs, visualization, website
- Language: Python
- Size: 35.2 KB
- Stars: 13
- Watchers: 2
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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