File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -651,6 +651,14 @@ The maximum length for the truncated text. Any text exceeding this length will b
651651
652652The 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments