• Uncategorized

pyecharts version 0.2.7 release, Python Echarts Plotting Library

pyecharts

pyecharts is a library to generate charts using Echarts. It simply provides the interface between Echarts and Python.

Echarts is an open source library from Baidu for data visualization in javascript. It has awesome demo pages so I started to look out for an interface library so that I could use it in Python. I ended up with echarts-python on github but it lacks of documentation and was not updated for a while. Just like many other Python projects, I started my own project, pyecharts, referencing echarts-python and another library pygal.

pyecharts version 0.2.7 release.

Changelog

Added

  • Added GeoLines (Geographic Coordinate Line Chart)
  • issue # 230  Added tool class Style to simplify code writing and uniform style

repair

  • Fix the problem that the Geo series name does not display properly
  • issue # 229  Repair water chart can not customize the graphics problem

optimization

  • issue # 232  Grid, Overlap, Timeline The initialization parameter changes

working with Flask & Django

Flask

flask-0

Django

django-0

Download