/PyQt_Echarts_GUI

This a GUI for ECharts. Easy and quick to generate charts!

Primary LanguageHTML

Tutorial

English   中文版


Glad to see you!

4 steps to make your wonderful charts are below :)

Step1: Build & Install Git environment (Optional)

OR

  • you can click the download button to get this project.

Step2: Install independence environment

  • install python3.7

  • pip install the following packages online

    1. PyQt5 (dont worry about the version of PyQt5)

    2. pyecharts==0.5.11

    3. PyQtWebEngine

      pip3 install PyQt5
      pip3 instal PyQtWebEngine
      pip3 install pyecharts==0.5.11
      

Step3: Check File Placement

  • templete.html

  • echarts.min.js

  • start.py

Step4: Execute Script

  • open terminal

      cd PyQt_Echarts_GUI
      python3 start.py
    

Final Results

1. Change of charts and themes

效果4

2. Sankey Chart

效果3

3. Change between Bar and Line Chart

效果1

4. Radar Chart

效果2

Reference

PyQt Tutorial

Original Project