Skip to content

Releases: naver/billboard.js

3.7.3

26 Jan 07:47
Compare
Choose a tag to compare

3.7.3 (2023-01-26)

Bug Fixes

  • bar: Fix bar radius on inverted axis (21b7004), closes #3054
  • data: Fix ratio calculation (519cd0d), closes #3055
  • type: align grid api with option interface (b89b74a), closes #3037

3.7.2

19 Jan 01:08
Compare
Choose a tag to compare

3.7.2 (2023-01-19)

Bug Fixes

  • api: Fix tooltip.hide() error call for Arc types (163495b), closes #3038
  • bar: Fix drawing on inverted axis (d25bf31), closes #3049
  • type: fix wrong .grid() API param type (0ef8a51), closes #3037

3.7.1

13 Jan 02:25
Compare
Choose a tag to compare

3.7.1 (2023-01-13)

Bug Fixes

3.7.0

11 Jan 01:44
Compare
Choose a tag to compare

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

3.7.0-next.3

09 Jan 08:56
Compare
Choose a tag to compare
3.7.0-next.3 Pre-release
Pre-release

3.7.0-next.3 (2023-01-09)

Bug Fixes

  • 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

3.7.0-next.2

29 Dec 06:51
Compare
Choose a tag to compare
3.7.0-next.2 Pre-release
Pre-release

3.7.0-next.2 (2022-12-29)

Features

3.7.0-next.1

07 Dec 09:57
Compare
Choose a tag to compare
3.7.0-next.1 Pre-release
Pre-release

3.7.0-next.1 (2022-12-07)

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
  • 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

  • api: Enhance .export() to preserve fontStyle (0809ae7), closes #2892
  • arc: Intent to ship arc.cornerRadius (e8320cf), closes #2936
  • tooltip: Enhance passing ratio value for stacked area/bar (9e7ff01), closes #2921

3.6.3

28 Oct 10:23
Compare
Choose a tag to compare

3.6.3 (2022-10-28)

Bug Fixes

3.6.2

26 Oct 09:34
Compare
Choose a tag to compare

3.6.2 (2022-10-26)

Bug Fixes

  • eventrect: Fix eventReceiver coordinates (6526c9e), closes #2913

3.6.1

21 Oct 07:45
Compare
Choose a tag to compare

3.6.1 (2022-10-21)

Bug Fixes

  • interaction: Fix incorrect data.onover/out event call (1389d85), closes #2901
  • tooltip: fix redundant onxxx callback calls (85cdf36), closes #2901
  • type: add missing svg.classname type definition (72e5c84), closes #2893