chart-editor
chart-editor copied to clipboard
A low code chart editor based on vue3 ,echart and g2.
chart-editor
A low code chart editor based on vue3 ,echart and g2.
一个基于Vue3全家桶和Echart打造的低代码图表编辑器。
You can use it draw various charts easily.
How to start
- git clone https://github.com/HHN0609/chart-editor.git
cd chart-editor- Run
npm install - Start your local Mysql service
- Change the default Mysql configuration in
./server/config.js - Copy the sql in
./server/sql/chart_editor_db.sql, and paste it into your Mysql console. It will create a database called .chart_editor_db. - Run
npm run serveto start the backend service on port 3000. - Run
npm run dev. - The root account is
root, and the password is123456. - Let start this project!
Some runtime Pictures
DashBoard Page

Home Page

Export Image

Chart Examples
Bar chart

Line chart

Line chart with area

Pie chart

Rose chart

Donut chart

Radar chart

Radar chart with area

Scatter chart

Gague chart
