Skip to content

Commit

Permalink
fix 5.5.2 to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 28, 2024
1 parent 4fed0b6 commit e61d4ab
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion en/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ This description is used if the data does not have the `name` attribute. This in
#### excludeDimensionId(Array)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

The specified column indexes are excluded in the data in [aria.label](~aria.label).
Expand Down
4 changes: 2 additions & 2 deletions en/option/component/axis-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Set this to `false` to prevent the splitLine from showing.
<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Whether to show the splitLine of the min tick. Defaults to `true`.
Expand All @@ -430,7 +430,7 @@ Whether to show the splitLine of the min tick. Defaults to `true`.
<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Whether to show the splitLine of the max tick. Defaults to `true`.
Expand Down
8 changes: 4 additions & 4 deletions en/option/component/data-zoom-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ Style of handle. Please refer to [area-simple example](${galleryEditorPath}area-
## handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Style settings for the text near the handle.

### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Whether to show the label.
Expand Down Expand Up @@ -293,15 +293,15 @@ Style when highlighted.
### handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Style settings for the text near the handle.

#### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Whether to show the label.
Expand Down
6 changes: 3 additions & 3 deletions en/option/series/candlestick.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Item style of candlestick.
## emphasis(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Emphasis style of candlestick.
Expand All @@ -113,7 +113,7 @@ Emphasis style of candlestick.
## blur(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

Configurations of blur state. Available when [emphasis.focus](~series-candlestick.emphasis.focus) is set.
Expand Down Expand Up @@ -142,7 +142,7 @@ Configurations of select state. Available when [selectedMode](~series-candlestic
{{ use: partial-candlestick-item-style-detail(
prefix = "###",
defaultBorderWidth = 2,
option0Version = "5.5.2"
option0Version = "5.6.0"
) }}

{{ use: partial-selected-mode(
Expand Down
2 changes: 1 addition & 1 deletion en/option/series/sunburst.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Configurations of emphasis state.
{{ use: partial-focus-blur-scope(
isTree = true,
hasRelative = true,
relativeVersion = '5.5.2'
relativeVersion = '5.6.0'
) }}

{{ use: partial-sunburst-state(
Expand Down
2 changes: 1 addition & 1 deletion en/option/series/treemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The expected square ratio. Layout would approach the ratio as close as possible.
It defaults to be the golden ratio: `0.5 * (1 + Math.sqrt(5))`.

{{ use: partial-cursor(
version = "5.5.2"
version = "5.6.0"
) }}

## leafDepth(number) = null
Expand Down
2 changes: 1 addition & 1 deletion zh/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ option = {
#### excludeDimensionId(Array)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

忽略 [aria.label](~aria.label) 下数据相应的维度。
Expand Down
4 changes: 2 additions & 2 deletions zh/option/component/axis-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ axisTick: {
<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

是否显示最小 tick 的分隔线。默认为 `true`
Expand All @@ -427,7 +427,7 @@ axisTick: {
<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

是否显示最大 tick 的分隔线。默认为 `true`
Expand Down
8 changes: 4 additions & 4 deletions zh/option/component/data-zoom-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ const option = {
## handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

手柄附近文字的样式设置。

### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

是否显示文字。
Expand Down Expand Up @@ -325,15 +325,15 @@ dataZoom-slider 组件的高度。水平布局默认 30,竖直布局默认自
### handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

手柄附近文字的样式设置。

#### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

是否显示文字。
Expand Down
6 changes: 3 additions & 3 deletions zh/option/series/candlestick.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ K 线图的图形样式。
## emphasis(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

K 线图的高亮状态。
Expand All @@ -299,7 +299,7 @@ K 线图的高亮状态。
## blur(Object)

{{ use: partial-version(
version = "5.5.2"
version = "5.6.0"
) }}

K 线图的淡出状态。开启 [emphasis.focus](~series-candlestick.emphasis.focus) 后有效
Expand Down Expand Up @@ -328,7 +328,7 @@ K 线图的选中状态。开启 [selectedMode](~series-candlestick.selectedMode
{{ use: partial-candlestick-item-style-detail(
prefix = "###",
defaultBorderWidth = 2,
option0Version = "5.5.2"
option0Version = "5.6.0"
) }}

{{ use: partial-selected-mode(
Expand Down
2 changes: 1 addition & 1 deletion zh/option/series/sunburst.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ function(nodeA, nodeB) {
{{ use: partial-focus-blur-scope(
isTree = true,
hasRelative = true,
relativeVersion = '5.5.2'
relativeVersion = '5.6.0'
) }}

{{ use: partial-sunburst-state(
Expand Down
2 changes: 1 addition & 1 deletion zh/option/series/treemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const option = {
默认为黄金比:`0.5 * (1 + Math.sqrt(5))`

{{ use: partial-cursor(
version = "5.5.2"
version = "5.6.0"
) }}

## leafDepth(number) = null
Expand Down

0 comments on commit e61d4ab

Please sign in to comment.