tcbegley / dash-google-charts

Google Charts for Plotly Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash-google-charts

CircleCI PyPI version

Google Charts components for Plotly Dash built on top of react-google-charts.

Warning: dash-google-charts is still pretty experimental, the interface and features could change, and some components may not be fully functional yet. Use with caution.

Getting started

Install with pip:

pip install dash-google-charts

See the examples for basic usage. Some examples make use of the gviz_api helper library, available here. This is useful for serialising your data in a JSON format ready for passing to Google Charts. The gviz_api library can be installed with pip:

pip install gviz_api

About

Google Charts for Plotly Dash

License:Apache License 2.0


Languages

Language:JavaScript 85.5%Language:Python 14.5%