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
Grouping field for Stacked Bar and Grouped Bar. Its priority is higher than seriesField. When isGroup is `true`, the data will be grouped by `groupField`.
31
31
32
32
#### isGroup
33
33
34
34
<description>**optional**_boolean_</description>
35
35
36
-
是否分组柱形图。
36
+
Whether the plot is Grouped Bar.
37
37
38
38
#### isStack
39
39
40
40
<description>**optional**_boolean_</description>
41
41
42
-
是否堆积条形图。
42
+
Whether the plot is Stacked Bar.
43
43
44
44
#### isRange
45
45
46
46
<description>**optional**_boolean_</description>
47
47
48
-
是否区间条形图。
48
+
Whether the plot is Range Bar.
49
49
50
50
#### isPercent
51
51
52
52
<description>**optional**_boolean_</description>
53
53
54
-
是否百分百条形图,isPercent 为 true 时,isStack 也需要为 true。
54
+
Whether the plot is Percent Bar. When isPercent is `true`, isStack must be `true`.
55
55
56
56
`markdown:docs/common/meta.en.md`
57
57
58
-
### Geometry Style
58
+
### Graphic Style
59
59
60
60
#### barWidthRatio
61
61
62
62
<description>**optional**_number_</description>
63
63
64
-
条形图宽度占比 [0-1]。
64
+
The ratio of bar width( Range:[0-1] ).
65
65
66
66
#### marginRatio
67
67
68
68
<description>**optional**_number_</description>
69
69
70
-
分组中柱子之间的间距 [0-1],仅对分组条形图适用。
70
+
The ratio of spacing between columns in groups( Range:[0-1] ), only for Grouped Bar.
0 commit comments