commit | 4fc575acf4c4e55ab40cfb4635c71c3561c4ee55 | [log] [tgz] |
---|---|---|
author | Wenli Zhang <zwl.sjtu@gmail.com> | Mon Aug 18 16:37:38 2025 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 18 16:37:38 2025 +0800 |
tree | cf127edd4a17ac0665206dae61f6f63b74137a2a | |
parent | 03cf422efdd5cb8b2cadd125fc51138088a074a6 [diff] | |
parent | 3040b72b9ec706323be8c7be5c0280279ad26ab7 [diff] |
Merge pull request #8 from apache/dev doc: update doc
This repo provides some custom series for Apache ECharts. The minial supported version is Apache ECharts v6, which is not released yet.
@echarts-x/custom-violin doc npm | @echarts-x/custom-contour doc npm |
@echarts-x/custom-stage doc npm | @echarts-x/custom-segmented-doughnut doc npm |
@echarts-x/custom-bar-range doc npm | @echarts-x/custom-line-range doc npm |
See the README in the above links about how to install and use.
npm install
npm run generate <series-name>
The generated files are in custom-series/<series-name>
. Note that if there are multiple words in the series name, they should be in camel case like npm run generate barRange
.
Each of the directories in custom-series/
is a custom series.
npm run build
npm run build <series-name>
For example, to build custom-series/violin
, run:
npm run build violin
npm run thumbnail # or npm run thumbnail <series-name>