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

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

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