Skip to content

V5.6.0

Compare
Choose a tag to compare
@jwoLondon jwoLondon released this 15 Aug 07:23
· 21 commits to main since this release

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 and inLabelledDataOptions 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 VL domainRaw rather than domain is generated, taking advantage of VL 5.13's new domainRaw specification. Note: This may be reverted to older domain behaviour with a separate scDomainRaw function if it offers a meaningful difference to the old behaviour.