https://github.com/synw/gencharts
Generate html charts with Altair
https://github.com/synw/gencharts
Last synced: 2 months ago
JSON representation
Generate html charts with Altair
- Host: GitHub
- URL: https://github.com/synw/gencharts
- Owner: synw
- License: mit
- Created: 2017-10-12T10:50:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T08:52:41.000Z (almost 7 years ago)
- Last Synced: 2025-03-02T23:05:39.515Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gencharts
Generate html charts with Altair
```bash
pip install gencharts
```## API
`serialize`: serialize to an Altair chart object from either a pandas dataframe, a dictionnary or an Altair Data object
`html`: generate html and optionally write it to a file
## Todo
- [ ] Better documentation