v44.0.0
44.0.0 (2022-03-01)
Bug Fixes
- axis: correct tick alignment in ordinal scale with numeric values (#1609) (915349d)
- legend: width with duplicate nested pie slice labels (#1585) (1073231)
- partition: consider legend extras when computing the legend size (#1611) (2078f3d)
- xy: dataIndex keeps original data order on small multiples (#1597) (9e2566c)
Features
- api: expose Predicate enum (#1574) (1f73eec)
- heatmap: allow rotation of x axis labels (#1514) (b655156)
BREAKING CHANGES
- heatmap:
width,align, andbaselinestyle properties are removed from thexAxisLabelsandyAxisLabelsstyle of the Heatmap theme.
Co-authored-by: Marco Vettorello vettorello.marco@gmail.com