5.4.0
Minor release supporting Vega releases 5.8 and 5.9.
Additions
New transforms
trTimeUnit
transform and associated time binning parameterisation functionstbUnits
,tbStep
,tbTimezone
,tzLocal
,tzUtc
,tzSignal
,tbInterval
,tbExtent
,dtMillis
,dtExpr
,tbMaxBins
,tbSignal
, andtbAs
.quarter
anddate
added as time units.trKde2d
two-dimensional (raster) density estimation transform and its associated parameterisation functionskd2Weight
,kd2CellSize
,kd2Bandwidth
,kd2Counts
andkd2As
.trIsocontour
transform and associated property functionsicField
,icThresholds
,icLevels
,icNice
,icResolve
,icZero
,icSmooth
,icScale
icTranslate
andicAs
for more flexible contouring.trHeatmap
transform and associated property functionshmField
,hmColor
,hmOpacity
,hmResolve
andhmAs
trFlattenWithIndex
andtrFlattenWithIndexAs
for nested array flattening that output the array index of flattened data.
New properties
axTickBand
for aligning ticks on band scales (Vega 5.8).axTranslate
for moving axes relative to main plot area (Vega 5.8).axFormatAsTemporalUtc
for UTC formatting (Vega 5.8).leFormatAsTemporalUtc
for UTC formatting (Vega 5.8).bnInterval
for specifying whether or not both bin boundaries are output in bin transform (Vega 5.8).maCornerRadiusTopLeft
,maCornerRadiusTopRight
,maCornerRadiusBottomLeft
andmaCornerRadiusBottomRight
for use withrect
andgroup
marks (Vega 5.8).maScaleX
andmaScaleY
topath
mark properties (maAngle
for path marks now rotates path although no changes to API) (Vega 5.8).maSmooth
added toimage
mark properties (Vega 5.8).maImage
for dynamically created image marks added toimage
mark properties (Vega 5.8).maStrokeForeground
for overlaying group stroke over content (Vega 5.9).maStrokeOffset
for shifting group stroke and fill (Vega 5.9).mollweide
map projection (Vega 5.9).inLabels
for providing input element labels that may differ from their option values (Vega 5.9).
Bug Fixes
- correct
tiFrame
output that was previously generating 'fame' output.
Deprecations
trContour
and its associatedcn
property functions are now deprecated in favour oftrIsocontour
(Vega 5.8)
Other Changes
- Additional tests and gallery examples to reflect new additions.
- Internal refactoring of time unit handling.