You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/assets/option/en/common/layout-item.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The currently supported layout types are as follows:
19
19
20
20
Layout order level. The higher the level, the higher the priority for layout. For example, if both the title and the legend are at the top, the title should be placed at the top first, followed by the legend.
21
21
22
-
{{ if: !${noOrient} }}
22
+
{{ if: !${noOrient} & !${isRegion} }}
23
23
#${prefix} orient(string)
24
24
25
25
Module layout position. Available positions:
@@ -31,6 +31,7 @@ Module layout position. Available positions:
@@ -139,13 +141,15 @@ Offset for the module's layout position in the Y direction.
139
141
140
142
Display layer level for the module. When two modules overlap, the one with the larger level is displayed on top.
141
143
142
-
{{ if: !${noClip} }}
144
+
{{ if: !${noClip} | ${isRegion} }}
143
145
#${prefix} clip(boolean)
144
146
145
147
Whether to clip the drawing content outside the layout area of the module.
146
148
147
149
{{ /if }}
148
150
151
+
{{ if: !${isRegion} }}
152
+
149
153
#${prefix} left(ILayoutNumber)
150
154
151
155
Distance from the module to the left side of the chart in absolute layout. Note that **this is only effective when layoutType === 'absolute'**.
@@ -173,3 +177,4 @@ Distance from the module to the bottom side of the chart in absolute layout. Not
173
177
#${prefix} center(boolean)
174
178
175
179
In absolute layout, the element will be placed in the center of the chart. Note that **this is only effective when layoutType === 'absolute', and the padding property will be ignored**.
0 commit comments