Apache ECharts Handbook

Clone this repo:
  1. 63ca1b7 fix: exclude bot/app from contributor list by plainheart · 4 days ago master
  2. 7510b32 Merge pull request #151 from apache/doc-custom-series by Wenli Zhang · 5 days ago
  3. db3b343 doc: remove github images by Ovilia · 5 days ago
  4. 6028dc3 Merge pull request #150 from apache/doc-custom-series by Wenli Zhang · 5 days ago
  5. b6bec4f Update contents/zh/how-to/custom-series.md by Wenli Zhang · 5 days 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/