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/api/plots/dual-axes.en.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -63,34 +63,34 @@ Specifies the respective configuration of the two axes in the form of "left axis
63
63
- Biaxial line chart: [Line, Line], reference [DEMO](/en/examples/dual-axes/dual-line)
64
64
- Column and Line Mixing Chart: [Column, Line], reference [DEMO](/en/examples/dual-axes/column-line)
65
65
66
-
你还可以通过配置 Line 或 Column 的相关配置(见下文),形成双轴多 Line([DEMO](/en/examples/dual-axes/dual-line#dual-multi-line)), 堆叠柱+Line([DEMO](/en/examples/dual-axes/stacked-column-line)), 分组柱+Line([DEMO](/en/examples/dual-axes/grouped-column-line))
66
+
You can also configure the related configuration of Line or Column (see below) to form a DualAxisLine([DEMO](/en/examples/dual-axes/dual-line#dual-multi-line)), StackingColumnLine([DEMO](/en/examples/dual-axes/stacked-column-line)), GroupColumnLine([DEMO](/en/examples/dual-axes/grouped-column-line))
67
67
68
68
The corresponding graph configuration of polyline is as follows:
| geometry |_string_| Chart type, specified as 'column' ||
86
86
| seriesField |_string_| Split fields, same as GroupField and ColorField under the grouping bar chart, same as StackField and ColorField under the stacking bar chart, specificreference[Column seriesfield](./column#seriesfield)|
87
-
| isGroup |_boolean_| Whether to group bar charts[Column isGroup](./column#isgroup)| false |
88
-
| isStack |_boolean_| Whether to stack histograms[Column isStack](./column#isstack)| false |
89
-
| columnWidthRatio |_number_| Histogram width ratio [0-1][Column columnWidthRatio](./column#columnwidthratio)||
90
-
| marginRatio |_number_| The spacing between columns in a grouping [0-1] applies only to grouping histograms[Column marginRatio](./column#marginratio)||
| color |_string \| string[]\| Function_| Specifies the color of the point[Line color](./column#color)|
87
+
| isGroup |_boolean_| Whether to group bar charts[Column isGroup](/en/docs/api/plots/column#isgroup)| false |
88
+
| isStack |_boolean_| Whether to stack histograms[Column isStack](/en/docs/api/plots/column#isstack)| false |
89
+
| columnWidthRatio |_number_| Histogram width ratio [0-1][Column columnWidthRatio](/en/docs/api/plots/column#columnwidthratio)||
90
+
| marginRatio |_number_| The spacing between columns in a grouping [0-1] applies only to grouping histograms[Column marginRatio](/en/docs/api/plots/column#marginratio)||
| color |_string \| string[]\| Function_| Specifies the color of the point[Column color](/en/docs/api/plots/column#color)|
94
94
| groupField |_string_| Split field, used to stack group histograms. Split field takes precedence over SeriesField. IsGroup: true will group by GroupField. | - |
0 commit comments