Design your own theme for Apache ECharts.

Clone this repo:
  1. 989fe0b Merge pull request #49 from apache/dependabot/npm_and_yarn/lodash-es-4.17.23 by Zhongxiang Wang · 2 weeks ago master
  2. 9e5e16a build(deps): bump lodash-es from 4.17.21 to 4.17.23 by dependabot[bot] · 2 weeks ago
  3. 0446847 Merge branch 'master' of https://github.com/apache/echarts-theme-builder by plainheart · 3 months ago
  4. 18d2cc5 feat: simply support extracting theme colors from an image by plainheart · 3 months ago
  5. e67122f fix env by plainheart · 3 months 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.