Skip to content

Commit dda0cb9

Browse files
committed
fix: 修复图例文档错误
1 parent 027faae commit dda0cb9

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

docs/api/plots/heatmap.zh.md

-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ _**CoordinateCfg**_ 坐标系配置项,目前常用于极坐标:
127127

128128
`markdown:docs/common/state-style.en.md`
129129

130-
## 图表组件
131-
132130
### 图表组件
133131

134132
`markdown:docs/common/component.zh.md`

docs/common/legend-cfg.en.md

-14
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,3 @@ _ContinueLegendHandlerCfg_ is configured as follows:
287287
| ---------- | -------- | ------- | --------------------------------------------------------------------------- |
288288
| size | _number_ | - | Slider size, default: 10 |
289289
| style | _object_ | - | Slider configuration, reference [Graphic Style](/zh/docs/api/graphic-style) |
290-
291-
##### animate
292-
293-
<description>**optional** _boolean_ _default:_ `false`</description>
294-
295-
Whether to turn on the animation switch.
296-
297-
##### animateOption
298-
299-
<description>**optional** _ComponentAnimateOption_ </description>
300-
301-
Animation parameter configuration, which takes effect if and only if the animate property is true, that is, when the animation is turned on. Animation configuration details are as follows:
302-
303-
`markdown:docs/common/animate-option.en.md`

docs/common/legend-cfg.zh.md

-14
Original file line numberDiff line numberDiff line change
@@ -294,17 +294,3 @@ _ContinueLegendHandlerCfg_ 配置如下:
294294
| ------ | -------- | ------ | ----------------------------------------------------------- |
295295
| size | _number_ | - | 滑块的大小,默认:10 |
296296
| style | _object_ | - | 滑块的样式设置,参考 [绘图属性](/zh/docs/api/graphic-style) |
297-
298-
##### animate
299-
300-
<description>**optional** _boolean_ _default:_ `false`</description>
301-
302-
是否开启动画开关。
303-
304-
##### animateOption
305-
306-
<description>**optional** _ComponentAnimateOption_ </description>
307-
308-
动画参数配置,当且仅当 animate 属性为 true,即动画开启时生效。动画配置详情如下:
309-
310-
`markdown:docs/common/animate-option.zh.md`

0 commit comments

Comments
 (0)