Design your own theme for Apache ECharts.

Clone this repo:
  1. 0446847 Merge branch 'master' of https://github.com/apache/echarts-theme-builder by plainheart · 8 weeks ago master
  2. 18d2cc5 feat: simply support extracting theme colors from an image by plainheart · 8 weeks ago
  3. e67122f fix env by plainheart · 8 weeks ago
  4. 3073800 update README.md by plainheart · 9 weeks ago
  5. 2df8b1e setup asf gh-pages branch by plainheart · 9 weeks ago

Apache ECharts Theme Builder

Design your own theme for Apache ECharts.

Online Theme Builder

Build and Deploy

Build

npm i
npm run build

Release to echarts-www

Update the echarts-www and echarts-website project path in config/env.asf.js before run

npm run release

It will generate the html to the _generated folder of echarts-www and other resources to the echarts-website folder.