Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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