Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T06:41:43.000Z (16 days ago)
- Last Synced: 2025-01-25T00:06:52.653Z (8 days ago)
- Topics: apache, echarts, theme
- Language: JavaScript
- Homepage: https://echarts.apache.org/theme-builder.html
- Size: 2.75 MB
- Stars: 257
- Watchers: 23
- Forks: 70
- 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)
![](https://raw.githubusercontent.com/Ovilia/ECharts-Theme-Builder/master/assets/essos.png)
## 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