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: en/option/component/grid.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,14 @@ Whether to show the grid in rectangular coordinate.
33
33
34
34
<ExampleUIControlBooleandefault="false" />
35
35
36
-
Whether the grid region contains [axis tick label](~yAxis.axisLabel) of axis.
36
+
Whether the grid region contains [axis tick label](~yAxis.axisLabel)and [axis name](~yAxis.name)of axis.
37
37
38
38
+ When containLabel is `false`:
39
39
+`grid.left``grid.right``grid.top``grid.bottom``grid.width``grid.height` decide the location and size of the rectangle that is made of by xAxis and yAxis.
40
40
+ Setting to `false` will help when multiple grids need to be aligned at their axes.
41
41
+ When containLabel is `true`:
42
-
+`grid.left``grid.right``grid.top``grid.bottom``grid.width``grid.height` decide the location and size of the rectangle that contains the axes and the labels of the axes.
43
-
+ Setting to `true` will help when the length of axis labels is dynamic and is hard to approximate. This will avoid labels from overflowing the container or overlapping other components.
42
+
+`grid.left``grid.right``grid.top``grid.bottom``grid.width``grid.height` decide the location and size of the rectangle that contains the axes, and the labels and the names of the axes.
43
+
+ Setting to `true` will help when the length of axis labels is dynamic and is hard to approximate. This will avoid labels and names from overflowing the container or overlapping other components.
0 commit comments