Design your own theme for Apache ECharts.

Clone this repo:
  1. c79418a Merge pull request #56 from KapilSachdev/refactor/cleanup-legacy-configs by Zhongxiang Wang · 5 days ago master
  2. 2afda78 Merge pull request #57 from KapilSachdev/refactor/editorconfig-cleanup by Zhongxiang Wang · 5 days ago
  3. eed0351 refactor: Clean up .editorconfig and enforce project-wide consistency by Kapil Sachdev · 6 days ago
  4. dd0d267 refactor: Remove legacy configuration files by Kapil Sachdev · 7 days ago
  5. 10a67cc Merge pull request #53 from apache/dependabot/npm_and_yarn/lodash-es-4.18.1 by Zhongxiang Wang · 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.