Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 833 Bytes

README_EN.md

File metadata and controls

19 lines (12 loc) · 833 Bytes

pyecharts-gallery


Project Introduction

Project Notification

  • The project structure is divided according to the instance module of alphabetical order
  • The visual data views generated by pyecharts in version 2.0.3 are compared with the official charts, and the functions that can be achieved and those that cannot be achieved are listed
  • Most of the following illustrations will be based on official examples of Echarts, although some will be implemented based on the community Gallery of Echarts

Requirements

  • In order to run run_all.py, you need to install black (pip install black) first.
  • aiohttp pip package is also required for some of the cases.