Skip to content

v24.0.0

Compare
Choose a tag to compare
@markov00 markov00 released this 19 Oct 13:49
· 1141 commits to main since this release

24.0.0 (2020-10-19)

Bug Fixes

  • annotation: annotation rendering with no yDomain or groupId (#842) (f173b49), closes #438 #798

Features

  • bar_chart: add Alignment offset to value labels (#784) (363aeb4)
  • bar_chart: add shadow prop for value labels (#785) (9b29392)
  • bar_chart: scaled font size for value labels (#789) (3bdd1ee), closes #788
  • heatmap: allow fixed right margin (#873) (16cf73c)

BREAKING CHANGES

  • bar_chart: The DisplayValueStyle fontSize property can now express an upper and lower bound as size, used for the automatic scaling.
  • bar_chart: The DisplayValueStyle fill property can now express a border color and width, or let the library pick the best match based on contrast using the textInvertible parameter.