fix: fix a bug that some options do not work.(apache/incubator-echarts#13239)

* compatible with ECharts 3 and ECharts 4.
6 files changed
tree: 004361fde35e26fbb5c3fa900535bb87bc2b702d
  1. app/
  2. assets/
  3. config/
  4. .editorconfig
  5. .gitattributes
  6. .gitignore
  7. .jshintrc
  8. .yo-rc.json
  9. build.js
  10. package-lock.json
  11. package.json
  12. README.md
  13. yarn.lock
README.md

ECharts-Theme-Builder

Design your own theme for Apache ECharts (incubating).

Online Theme Builder

Build

npm install
npm run build

Release to echarts-www

Update the echarts-www and incubator-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 incubator-echarts-website folder