feat: download and import and export
2 files changed
tree: e238a4a5ce182ed19391e12e2040fe431dcc8146
  1. assets/
  2. config/
  3. public/
  4. src/
  5. .asf.yaml
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. .jshintrc
  10. .yo-rc.json
  11. build.js
  12. index.html
  13. LICENSE
  14. package-lock.json
  15. package.json
  16. README.md
  17. tsconfig.app.json
  18. tsconfig.json
  19. tsconfig.node.json
  20. vite.config.ts
README.md

ECharts-Theme-Builder

Design your own theme for Apache ECharts.

Online Theme Builder

Build

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

npm run release

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