villebro / incubator-echarts-doc

Official repository of ECharts documentation

Home Page:https://echarts.apache.org/en/api.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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

Online Docs

Development

Document content development

Do not need other project.

npm run dev

It will:

  • Start a static server
  • Watch doc site src change and rebuild.
  • Watch doc markdown change and rebuild.

Tips about writing doc

Global variables can be used in doc:

  • galleryViewPath
  • galleryEditorPath
  • websitePath

For example:

~[700x300](${galleryViewPath}doc-example/aria-pie&edit=1&reset=1)

Reference of option

A ~ can be used to refer to a option item in the same doc. For example:

[xAxis.name](~xAxis.name)

About

Official repository of ECharts documentation

https://echarts.apache.org/en/api.html

License:Apache License 2.0


Languages

Language:JavaScript 79.3%Language:HTML 16.9%Language:CSS 2.4%Language:Vue 0.8%Language:SCSS 0.5%Language:Smarty 0.0%Language:Shell 0.0%