Skip to content

3.7.0

Compare
Choose a tag to compare
@netil netil released this 11 Jan 01:44
· 296 commits to latest since this release

3.7.0 (2023-01-11)

The detailed new feature description can be found at:

billboard.js 3.7 release: new treemap type support!

Bug Fixes

  • axis: Fix axis label overlap when has no data (643357b), closes #2974
  • axis: fix axis.y/y2.tick.format context error (54ee419), closes #2976
  • domain: Fix wrong domain range setting (b55b153), closes #2962
  • options: Fix data.regions path rendering for category axis (249d0ac), closes #2950
  • plugin: Fix stanford scale to accept 0 as min value (02c4270), closes #2999
  • selection: Fix selection w/point.focus.only=true & selection.multiple=false (af93a8a), closes #2928 #3013
  • types: Add missing param definition for gauge.label.format (d663532), closes #2946
  • types: Fix to referenced but missing d3 types (0b57454), closes #2954 #2961
  • types: Support dual module type.d in TS >= 4.7 (143e491), closes #2952 #2953

Features