Skip to content

Commit 6717c68

Browse files
committed
Update CHANGELOG
1 parent 15073f5 commit 6717c68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,22 @@
44

55
*Not yet released. These are forthcoming changes in the main branch.*
66

7+
The new [tree](./README.md#tree) mark and transforms can generate hierarchical node-link diagrams using D3’s “tidy” tree layout.
8+
79
The [line](./README.md#line) and [area](./README.md#area) marks (specifically lineX, lineY, areaX, and areaY) now support an implicit bin transform with the **interval** option. This can be used to “regularize” time series data, say to show gaps or default to zero when data is missing, rather than interpolating across missing data. This is also useful for stacking time series data that is sampled at irregular intervals or with missing samples.
810

911
The [bin transform](./README.md#bin) now coerces the input channel (the quantity being binned) to numbers as necessary. In addition, the bin transform now correctly handles typed array input channels representing temporal data.
1012

13+
The stack transform now allows the offset to be specified as a function. This can be used, for example, to more more easily generate diverging stacked bar charts with a neutral category, as when visualizing Likert survey results.
14+
15+
The new _quantize_ scale transforms a continuous domain into discrete, evenly-spaced thresholds. The _threshold_ scale type now supports descending domains.
16+
17+
The rect mark now promotes the _x_ channel to _x1_ and _x2_ if the latter two are not specified, and likewise the _y_ channel to _y1_ and _y2_.
18+
19+
Fix crash when text or title channels contain heterogenous types; each value is now formatted in a type-appropriate default formatter. Fix a rendering bug with one-dimensional rects whose opposite dimension has a band scale. Fix a rendering bug with swoopy arrows. Improve error messages to give more context.
20+
21+
Plot.column and Plot.transform helpers.
22+
1123
## 0.4.2
1224

1325
Released February 26, 2022.

0 commit comments

Comments
 (0)