Skip to content

v42.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 05 Jan 21:16

42.0.0 (2022-01-05)

Bug Fixes

Features

BREAKING CHANGES

  • types: The xAccessor and yAccessor are now required on all xy chart specs. Stronger typing on data prop that may cause type errors when using untyped array (i.e. const arr: never[] = []). Other minor type changes related to spec types.
  • heatmap: The heatmap yAxisLabel.padding style type is changed from Pixel | Partial to Pixels | Padding. The heatmap axis labels are now correctly subjected to padding calculations and it will result in a slightly different position of labels.