This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch doc-custom-series in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git
commit db3b343601f21db1b80ac9f9da709965e484849b Author: Ovilia <[email protected]> AuthorDate: Sun Jan 4 12:10:46 2026 +0800 doc: remove github images --- contents/en/how-to/custom-series.md | 7 ------- contents/zh/how-to/custom-series.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/contents/en/how-to/custom-series.md b/contents/en/how-to/custom-series.md index 0344fd3..9603528 100644 --- a/contents/en/how-to/custom-series.md +++ b/contents/en/how-to/custom-series.md @@ -6,13 +6,6 @@ Custom series allow for the customization of graphic element rendering within a Starting from Apache ECharts v6.0.0, we support registerable custom series and provide several custom series that can be installed directly via NPM in [echarts-custom-series](https://github.com/apache/echarts-custom-series). -| | | -|-|-| -| `@echarts-x/custom-violin`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/violin) [npm](https://www.npmjs.com/package/@echarts-x/custom-violin) <br>  | `@echarts-x/custom-contour`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/contour) [npm](https://www.npmjs.com/package/@echarts-x/cust [...] -| `@echarts-x/custom-stage`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/stage) [npm](https://www.npmjs.com/package/@echarts-x/custom-stage) <br>  | `@echarts-x/custom-segmented-doughnut`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/segmentedDoughnut) [npm](https://www.npmjs.com/package/ [...] -| `@echarts-x/custom-bar-range`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/barRange) [npm](https://www.npmjs.com/package/@echarts-x/custom-bar-range) <br>  | `@echarts-x/custom-line-range`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/lineRange) [npm](https://www.npmjs.com/pack [...] -| `@echarts-x/custom-liquid-fill`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/liquidFill) [npm](https://www.npmjs.com/package/@echarts-x/custom-liquid-fill) <br>  | | - You can directly use the custom series in this project to develop charts, use custom series published by others, or develop your own custom series (which will be introduced in detail later) and use them in a similar way. First, let's look at the simplest way—using officially published custom series. ### Using Published Custom Series diff --git a/contents/zh/how-to/custom-series.md b/contents/zh/how-to/custom-series.md index 8fd5cc8..ed54306 100644 --- a/contents/zh/how-to/custom-series.md +++ b/contents/zh/how-to/custom-series.md @@ -6,13 +6,6 @@ 从 Apache ECharts v6.0.0 版本起,我们支持了可注册的自定义系列,并且在 [echarts-custom-series](https://github.com/apache/echarts-custom-series) 中提供了多个可直接通过 NPM 安装的自定义系列。 -| | | -|-|-| -| `@echarts-x/custom-violin`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/violin) [npm](https://www.npmjs.com/package/@echarts-x/custom-violin) <br>  | `@echarts-x/custom-contour`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/contour) [npm](https://www.npmjs.com/package/@echarts-x/cust [...] -| `@echarts-x/custom-stage`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/stage) [npm](https://www.npmjs.com/package/@echarts-x/custom-stage) <br>  | `@echarts-x/custom-segmented-doughnut`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/segmentedDoughnut) [npm](https://www.npmjs.com/package/ [...] -| `@echarts-x/custom-bar-range`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/barRange) [npm](https://www.npmjs.com/package/@echarts-x/custom-bar-range) <br>  | `@echarts-x/custom-line-range`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/lineRange) [npm](https://www.npmjs.com/pack [...] -| `@echarts-x/custom-liquid-fill`<br> [doc](https://github.com/apache/echarts-custom-series/tree/main/custom-series/liquidFill) [npm](https://www.npmjs.com/package/@echarts-x/custom-liquid-fill) <br>  | | - 你可以直接使用该项目中的自定义系列开发图表,或者使用其他人发布的自定义系列,或者自己开发自定义系列(后文将会详细介绍)并通过类似的方式使用。首先,让我们来了解一下最简单的方式——使用官方发布的自定义系列。 ### 使用已发布的自定义系列 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
