echarts-python
echarts-python copied to clipboard
Deprecated. Use PyEcharts instead. https://github.com/pyecharts/pyecharts

Edit program
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',...