Skip to content

tcbegley/dash-google-charts

Repository files navigation

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