naver/billboard.js
 Watch   
 Star   
 Fork   
2025-06-27 14:33:01
billboard.js

3.16.0

3.16.0 (2025-06-27)

Bug Fixes

  • area-range: Fix line drawn when combining Area Range with regions (4a86e55), closes #3982 #3983 - by @bradallen
  • axis: adjust tick generation logic for rotated axes (67c54aa), closes #3991
  • data: Filter nullish data from rendering (02939b8), closes #3973
  • domain: handle NaN values in data label calculations (bdd3589), closes #3985
  • types: update type definitions for elements (591f6a6), closes #3969
  • zoom: maintain zoom state during chart resize (2da91de), closes #3992

Improvements

  • all: Refactor to improve runtime performance (#4012)

Features

2025-06-24 16:40:39
billboard.js

3.16.0-next.2

3.16.0-next.2 (2025-06-24)

Features

  • axis: Enhance axis.evalTextSize per axis (7fa445e), closes #4002
2025-06-16 16:53:58
billboard.js

3.16.0-next.1

3.16.0-next.1 (2025-06-16)

Bug Fixes

  • area-range: Fix line drawn when combining Area Range with regions (4a86e55), closes #3982 #3983
  • axis: adjust tick generation logic for rotated axes (67c54aa), closes #3991
  • data: Filter nullish data from rendering (02939b8), closes #3973
  • domain: handle NaN values in data label calculations (bdd3589), closes #3985
  • types: update type definitions for elements (591f6a6), closes #3969
  • zoom: maintain zoom state during chart resize (2da91de), closes #3992

Features

2025-04-22 17:16:00
billboard.js

3.15.1

3.15.1 (2025-04-22)

Bug Fixes

  • core: Fix potential security vulnerability (82ea7ac), closes #3975
2025-03-20 10:24:16
billboard.js

3.15.0

3.15.0 (2025-03-20)

The detailed new feature description can be found at:

billboard.js 3.15.0 release: Container-based resizing & enhanced regions

Bug Fixes

Features

  • region: Enhance regions accept category range (904e35b), closes #3920
  • regions: Intent to ship regions.label.center (31722d9), closes #3960
  • resize: Container based auto resize (#3956) (fa3b751), closes #3955
2025-03-17 15:09:13
billboard.js

3.15.0-next.2

3.15.0-next.2 (2025-03-17)

Features

  • regions: Intent to ship regions.label.center (31722d9), closes #3960
2025-03-06 13:35:34
billboard.js

3.15.0-next.1

3.15.0-next.1 (2025-03-06)

Bug Fixes

Features

2025-01-07 16:55:05
billboard.js

3.14.3

3.14.3 (2025-01-07)

Bug Fixes

  • tooltip: Fix tooltip interaction on viewBox (9deee8f), closes #3925
2024-11-26 13:44:37
billboard.js

3.14.2

3.14.2 (2024-11-26)

Bug Fixes

  • axis: Fix x axis extent to work (4d73834), closes #3768
  • tooltip: Fix tooltip position on viewBox resizing (582feb4), closes #3917
2024-11-18 10:11:46
billboard.js

3.14.1

3.14.1 (2024-11-18)

Bug Fixes

  • point: fix data.onclick working with sensitivity function (587d71e), closes #3912
  • tooltip: Hide tooltip on redraw when unexpected error (3540640), closes #3909 #3910