echarts-python icon indicating copy to clipboard operation
echarts-python copied to clipboard

Deprecated. Use PyEcharts instead. https://github.com/pyecharts/pyecharts

Results 21 echarts-python issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/55440739/174507311-50e449df-c562-4674-ba4b-56c4af2e8e9e.png)

Sorry for your time. I have to make a little more adjustment here.
Please also help us to change the word "ECharts" in "About" description to "Apache ECharts (incubating)". Thank...

solve UnicodeDecodeError

问题1: chart.json报错:TypeError: a bytes-like object is required, not 'str' 问题2: 如何将生成文件保存为本地json文件? 多谢楼主

TypeError: a bytes-like object is required, not 'str'

你好,我想问一下怎么将生成的figure保存成矢量图呢?多谢🙏

Hi, I am using the library, but i find the figure generated alway fit the screen, I want it become smaller. But I don't know the way. Please help me,...

``` # -*- coding: utf-8 -*- from echarts import Echart, Legend, Bar, Axis chart = Echart(u'GDP',u'This is a fake chart') chart.use(Bar('China',[2, 3, 4, 5])) chart.use(Legend(['GDP'])) chart.use(Axis('category', 'bottom', data=['Nov', 'Dec', 'Jan',...