.. blogpost:: :title: pyecharts + echarts :keywords: pyecharts :date: 2018-07-05 :categories: module `pyecharts `_ is a wrapper around `echarts `_, a library developped by `Baidu `_. Most of the documentation is in Chinese so it handles every language. Check the `gallery `_, it is quite impressive. One example about is graph shows relationships in `Les Miserables `_. The Python wrapper used som technics such as modules to automatically converts python code into javascript: `javascripthon `_. I recommend reading the associated paper `ECharts: A declarative framework for rapid construction of web-based visualizatio `_ which mentions many existing libraries and explain their technical choice like not using SVG to increase performance (so no depndency on `d3.js `_).