v4.9.0
Features
- support datum in encoding for encoding constant data values via scales
- add angle channel for point and text marks
- support repeated layers with
repeat
operator
Other New Examples
Bug Fixes
-
correct repeat child name logic and data precedence (#6141) (8dca856)
-
correctly apply
axisDiscrete/axisPoint
config (#6140) (ebb1348), closes #6139 -
don't output axis tickCount if it has values (#6170) (64bf658)
-
make band property correctly work for field with timeUnit (#6187) (e4af450)
-
only apply descending stack order for y-stack (#6204) (d319ce4)
-
let concat use top-level width/height when feasible (#6226) (55e228d), closes #6209