Skip to content

Commit d14bf66

Browse files
authored
bin/group z reducer version badge (#2036)
1 parent 4ec3572 commit d14bf66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/transforms/bin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ The following named reducers are supported:
274274
* *y* - the middle of the bin’s *y* extent (when binning on *y*)
275275
* *y1* - the lower bound of the bin’s *y* extent (when binning on *y*)
276276
* *y2* - the upper bound of the bin’s *y* extent (when binning on *y*)
277-
* *z* <VersionBadge pr="1959" /> - the bin’s *z* value (*z*, *fill*, or *stroke*)
277+
* *z* <VersionBadge version="0.6.14" pr="1959" /> - the bin’s *z* value (*z*, *fill*, or *stroke*)
278278

279279
In addition, a reducer may be specified as:
280280

docs/transforms/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ The following named reducers are supported:
370370
* *identity* - the array of values
371371
* *x* <VersionBadge version="0.6.12" pr="1916" /> - the group’s *x* value (when grouping on *x*)
372372
* *y* <VersionBadge version="0.6.12" pr="1916" /> - the group’s *y* value (when grouping on *y*)
373-
* *z* <VersionBadge pr="1959" /> - the group’s *z* value (*z*, *fill*, or *stroke*)
373+
* *z* <VersionBadge version="0.6.14" pr="1959" /> - the group’s *z* value (*z*, *fill*, or *stroke*)
374374

375375
In addition, a reducer may be specified as:
376376

0 commit comments

Comments
 (0)