Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en/option/series/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Background style of each bar if [showBackground](~series-bar.showBackground) is
## stack(string) = null
Name of stack. On the same category axis, the series with the same `stack` name would be put on top of each other.

## groupOrder(string) = null
{{ use: partial-version(version = "5.1.0") }}
When multiple series are configured on the same category axis, cluster and stacked intra group sorting are supported. The optional parameters are 'ASC' (ascending) and 'desc' (descending).

{{ use: partial-cursor }}

{{use: partial-barGrid(
Expand Down
4 changes: 4 additions & 0 deletions zh/option/series/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ option = {
## stack(string) = null
数据堆叠,同个类目轴上系列配置相同的`stack`值可以堆叠放置。

## groupOrder(string) = null
{{ use: partial-version(version = "5.1.0") }}
同个类目轴上配置多个series时,支持簇状、堆叠组内排序,可选参数为'asc'(升序)、'desc'(降序)。

{{ use: partial-cursor }}

{{use: partial-barGrid(
Expand Down