Apache ECharts Handbook

Clone this repo:
  1. e95e394 fix link by plainheart · 2 weeks ago master
  2. 46e3151 fix link by plainheart · 2 weeks ago
  3. cfe99ea update zh/concepts/dataset.md (#116) by Zhongxiang Wang · 2 weeks ago
  4. f9adb7c Merge pull request #116 from Hertz-Hu/patch-1 by Zhongxiang Wang · 2 weeks ago
  5. 97a69bc Update dataset.md by Hertz Hu · 2 weeks ago

About

This project is part of the source of The Apache ECharts Official Website. See echarts-website for more details of the building process.

Preview on GitHub Pages

https://apache.github.io/echarts-handbook

Init

npm install

Dev

npm run dev

Open in browser: http://localhost:3000/echarts-handbook/dist/

Deploy

Deploy to local dist folder

npm run build:local

Deploy to local echarts website

npm run build:localsite

Deploy to asf

npm run build:asf

Writing

https://apache.github.io/echarts-handbook/en/meta/edit-guide/