Skip to content

Commit 417df8b

Browse files
committed
Add doc: nameMoveOverlap.
1 parent 595a42d commit 417df8b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

en/option/component/axis-common.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,14 @@ The maximum length for the truncated text. Any text exceeding this length will b
651651

652652
The content displayed at the end of the text after truncation.
653653

654+
{{ if: ${componentType} === 'xAxis' || ${componentType} === 'yAxis' }}
655+
#${prefix} nameMoveOverlap(boolean) = true
656+
657+
{{ use: partial-version(version = "6.0.0") }}
658+
659+
Whether to move axis name to avoid overlap with axis labels.
660+
{{ /if }}
661+
654662
#${prefix} inverse(boolean) = false
655663

656664
<ExampleUIControlBoolean />

zh/option/component/axis-common.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,14 @@ splitLine: {
647647

648648
截断后文字末尾显示的内容。
649649

650+
{{ if: ${componentType} === 'xAxis' || ${componentType} === 'yAxis' }}
651+
#${prefix} nameMoveOverlap(boolean) = true
652+
653+
{{ use: partial-version(version = "6.0.0") }}
654+
655+
当 axis name 和 axis label 重叠时,是否自动移动 axis name 来避免重叠。
656+
{{ /if }}
657+
650658
#${prefix} inverse(boolean) = false
651659

652660
<ExampleUIControlBoolean />

0 commit comments

Comments
 (0)