Skip to content

juhajokela/Chart.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart.py

Python wrapper for Chart.js

Install

pip install git+https://github.com/juhajokela/Chart.py

Usage

from chart_py import MixedChart


chart = MixedChart(['a', 'b', 'c'])
chart.add_dataset([1, 2, 3], type='bar')
chart.add_dataset([1, 3, 6], type='line')
chart.as_html()

About

Python wrapper for Chart.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published