tree: 32af55e6ca9997c083077d30ebf50338a5c750e5 [path history] [tgz]
  1. asset/
  2. blog/
  3. blog-src/
  4. cn/
  5. en/
  6. public/
  7. slides/
  8. tool/
  9. .gitignore
  10. _config.yml
  11. build.js
  12. config.js
  13. configdev.js
  14. configgithub.js
  15. google2e051bafb7b53dc1.html
  16. package.json
  17. README.md
  18. release.sh
  19. server.js
  20. watch.js
README.md

ECharts Documentation

Online Docs

Build and Run Locally

# Install depedencies
npm install
# Build
node build.js (github)
# Run a static server
node server.js

Dev:

node watch.js dev
# should put <https://github.com/ecomfe/echarts-examples> on the same folder with echarts-doc

Build Dash Docset

  1. cd public/documents

  2. node dashing.js

  3. cd dash

  4. Build

  • To build Docset in English: ./dashing build echarts -f dashing-en.json -s ./en.
  • To build Docset in Chinese: ./dashing build echarts -f dashing-cn.json -s ./cn.
  1. The generated Docset is under current directory. Change version number in echarts.docset/Contents/Info.plist if you may.