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

ECharts Documentation

Online Docs

Build and Run Locally

Dev:

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

Release: Check incubator-echarts-website/README.md please.

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.