Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 159 Bytes

File metadata and controls

10 lines (7 loc) · 159 Bytes

Echarts for Python

from echarts import Echart, Legend, Pie

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