Skip to content

Commit 98f7097

Browse files
committed
add version tip for axis break
1 parent ff97cae commit 98f7097

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

en/option/component/axis-common.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ When setting [jitter](~${componentType}.jitter) and [jitterOverlap](~${component
5454
{{ if: ${hasBreakAxis|default(false)} }}
5555
#${prefix} breaks(Array)
5656

57+
{{ use: partial-version(version = "6.0.0") }}
58+
5759
Break axis data, where each sub-element represents a segment of truncated space.
5860

5961
~[800x400](${galleryViewPath}intraday-breaks-2&edit=1&reset=1)
@@ -102,6 +104,8 @@ Whether this truncated area is expanded, default is `false`.
102104

103105
#${prefix} breakArea
104106

107+
{{ use: partial-version(version = "6.0.0") }}
108+
105109
Style of the break axis truncated area.
106110

107111
##${prefix} show(boolean) = true
@@ -147,6 +151,8 @@ Whether to expand the truncated area when clicking on the break axis truncated a
147151

148152
#${prefix} breakLabelLayout(Object)
149153

154+
{{ use: partial-version(version = "6.0.0") }}
155+
150156
Break axis label layout.
151157

152158
##${prefix} moveOverlap(string|boolean) = 'auto'

zh/option/component/axis-common.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
{{ if: ${hasBreakAxis|default(false)} }}
5353
#${prefix} breaks(Array)
5454

55+
{{ use: partial-version(version = "6.0.0") }}
56+
5557
断轴的截断数据,每一个子元素表示一段截断的空间。
5658

5759
~[800x400](${galleryViewPath}intraday-breaks-2&edit=1&reset=1)
@@ -100,6 +102,8 @@
100102

101103
#${prefix} breakArea
102104

105+
{{ use: partial-version(version = "6.0.0") }}
106+
103107
断轴截断区域的样式。
104108

105109
##${prefix} show(boolean) = true
@@ -145,6 +149,8 @@
145149

146150
#${prefix} breakLabelLayout(Object)
147151

152+
{{ use: partial-version(version = "6.0.0") }}
153+
148154
断轴文字布局。
149155

150156
##${prefix} moveOverlap(string|boolean) = 'auto'

0 commit comments

Comments
 (0)