V5.6.0
Aligning with Vega-Lite Version 5.14.
Additions
-
binnedTimeUnit
for indicating time units have already been aggregated (VL 5.12). -
maMinBandSize
for configuring the minimum width/height of a bar mark (VL 5.11). -
extent
transform (VL 5.10) for storing minimum and maximum values in a data field. -
New option labelling functions
inLabelledOptions
,inLabelledDatumOptions
andinLabelledDataOptions
for attaching labels to each option in a radio or drop-down selection. Thanks to @hingew for identifying the need for this.
Changes
- When providing a domain expression with
scDomainExpr
, a VLdomainRaw
rather thandomain
is generated, taking advantage of VL 5.13's newdomainRaw
specification. Note: This may be reverted to olderdomain
behaviour with a separatescDomainRaw
function if it offers a meaningful difference to the old behaviour.