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/series/bar.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,18 @@ How to stack values if the [stack](~series-bar.stack) property has been set. Opt
157
157
+`'positive'`: only stack positive values.
158
158
+`'negative'`: only stack negative values.
159
159
160
+
## stackOrder(string) = 'seriesAsc'
161
+
162
+
{{ use: partial-version(
163
+
version = '6.0.0'
164
+
) }}
165
+
166
+
Stack order. Optional values:
167
+
+`'seriesAsc'` (default, stack in series order)
168
+
+`'seriesDesc'` (reverse stack order)
169
+
170
+
Not supported in polar coordinate system.
171
+
160
172
## sampling(string)
161
173
162
174
The downsampling strategy used when the data size is much larger than pixel size. It will improve the performance when turned on. Defaults to be turned off, indicating that all the data points will be drawn.
0 commit comments