Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/assets/option/en/chart/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,3 @@ Whether to enable automatic bandSize. If enabled, the bandSize will be automatic
### extend(number)

The expansion value added after calculating the bandSize based on barWidth to fix the overall length of the axis. The unit is px.

## labelLayout(string)='series'

By default, it is laid out separately by series, and can be set to 'series' or 'region'. When set to `region`, the label of different series in the same region will be calculated together to prevent overlap.
4 changes: 4 additions & 0 deletions docs/assets/option/en/common/chart-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ color: ['#BBD6B8', '#EA5455', '#19A7CE'],
prefix = '#' + ${prefix},
includeId = false
) }}

#${prefix} labelLayout(string)='series'

By default, it is laid out separately by series, and can be set to 'series' or 'region'. When set to `region`, the label of different series in the same region will be calculated together to prevent overlap.
4 changes: 0 additions & 4 deletions docs/assets/option/zh/chart/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,3 @@ IGaugePointerSeriesSpec-->
### extend(number)

根据 barWidth 计算出 bandSize,从而固定轴整体长度之后,添加的扩增值。单位为 px。

## labelLayout(string)='series'

标签布局方式。默认按照系列单独布局,可设置为'series' 或 'region'。当设置为 region 时,相同 region 的系列标签会共同进行防重叠计算。
4 changes: 4 additions & 0 deletions docs/assets/option/zh/common/chart-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ color: ['#BBD6B8', '#EA5455', '#19A7CE'],
prefix = '#' + ${prefix},
includeId = false
) }}

#${prefix} labelLayout(string)='series'

标签布局方式。默认按照系列单独布局,可设置为'series' 或 'region'。当设置为 region 时,相同 region 的系列标签会共同进行防重叠计算。
Loading