Skip to content

Commit

Permalink
bin/group z reducer version badge (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Mar 25, 2024
1 parent 4ec3572 commit d14bf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/transforms/bin.md
Expand Up @@ -274,7 +274,7 @@ The following named reducers are supported:
* *y* - the middle of the bin’s *y* extent (when binning on *y*)
* *y1* - the lower bound of the bin’s *y* extent (when binning on *y*)
* *y2* - the upper bound of the bin’s *y* extent (when binning on *y*)
* *z* <VersionBadge pr="1959" /> - the bin’s *z* value (*z*, *fill*, or *stroke*)
* *z* <VersionBadge version="0.6.14" pr="1959" /> - the bin’s *z* value (*z*, *fill*, or *stroke*)

In addition, a reducer may be specified as:

Expand Down
2 changes: 1 addition & 1 deletion docs/transforms/group.md
Expand Up @@ -370,7 +370,7 @@ The following named reducers are supported:
* *identity* - the array of values
* *x* <VersionBadge version="0.6.12" pr="1916" /> - the group’s *x* value (when grouping on *x*)
* *y* <VersionBadge version="0.6.12" pr="1916" /> - the group’s *y* value (when grouping on *y*)
* *z* <VersionBadge pr="1959" /> - the group’s *z* value (*z*, *fill*, or *stroke*)
* *z* <VersionBadge version="0.6.14" pr="1959" /> - the group’s *z* value (*z*, *fill*, or *stroke*)

In addition, a reducer may be specified as:

Expand Down

0 comments on commit d14bf66

Please sign in to comment.