Skip to content

v31.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 29 Jun 04:27

31.0.0 (2021-06-29)

Bug Fixes

Features

  • annotations: option to render rect annotations outside chart (#1207) (4eda382)
  • heatmap: enable brushing on categorical charts (#1212) (10c3493), closes #1170 #1171
  • xy: add onPointerUpdate debounce and trigger options (#1194) (a9a9b25)

BREAKING CHANGES

  • xy: the PointerOverEvent type now extends ProjectedValues and drops value. This effectively replaces value with x, y, smVerticalValue and smHorizontalValue.