commit | 03cf422efdd5cb8b2cadd125fc51138088a074a6 | [log] [tgz] |
---|---|---|
author | Wenli Zhang <zwl.sjtu@gmail.com> | Mon Aug 18 10:50:51 2025 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 18 10:50:51 2025 +0800 |
tree | 8923e1132208f60ffd498b4ee65b8d0e2f8f58c5 | |
parent | 4ee4e94e7626a4ed7b3cb5c1edc807960d008379 [diff] | |
parent | bcf1adc9f90463f9f87f55216c1a2c2738e24766 [diff] |
Merge pull request #7 from apache/dev fix: homepage url
This repo provides some custom series for Apache ECharts. The minial supported version is Apache ECharts v6, which is not released yet.
violin | contour |
stage | segmentedDoughnut |
barRange | lineRange |
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>