Skip to content

wwwcs59/echarts-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echarts for Python

from echarts import Echart, Legend, Pie

chart = Echart()
chart.use(Legend(...))
chart.use(Pie(..))

About

Generate Echarts options with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%