@echarts-x/custom-contour
@echarts-x/custom-stage
@echarts-x/custom-segmented-doughnut
@echarts-x/custom-bar-range
@echarts-x/custom-line-range
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>