https://github.com/apache/echarts-theme-builder
Design your own theme for Apache ECharts.
https://github.com/apache/echarts-theme-builder
apache echarts theme
Last synced: about 1 year ago
JSON representation
Design your own theme for Apache ECharts.
- Host: GitHub
- URL: https://github.com/apache/echarts-theme-builder
- Owner: apache
- License: apache-2.0
- Created: 2016-06-03T09:47:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T08:30:39.000Z (over 1 year ago)
- Last Synced: 2025-05-10T17:16:28.341Z (about 1 year ago)
- Topics: apache, echarts, theme
- Language: JavaScript
- Homepage: https://echarts.apache.org/theme-builder.html
- Size: 2.83 MB
- Stars: 260
- Watchers: 23
- Forks: 71
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECharts-Theme-Builder
Design your own theme for Apache ECharts.
[Online Theme Builder](https://echarts.apache.org/theme-builder.html)

## Build
```bash
npm install
npm run build
```
## Release to echarts-www
Update the echarts-www and echarts-website project path in `config/env.asf.js` before run
```bash
npm run release
```
It will generate the html to the `_generated` folder of echarts-www. And other resources to the echarts-website folder