feat: update i18n and add source code link
3 files changed
tree: ef33ba77d5177ec114fa6d441eec14292606506d
  1. config/
  2. en/
  3. public/
  4. scripts/
  5. src/
  6. zh/
  7. .asf.yaml
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. .jshintrc
  12. .yo-rc.json
  13. index.html
  14. LICENSE
  15. package-lock.json
  16. package.json
  17. README.md
  18. tsconfig.app.json
  19. tsconfig.json
  20. tsconfig.node.json
  21. 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