3.3.0 (2022-01-14)
The detailed new feature description can be found at:
billboard.js 3.3 release: Non-zero based bar, stacking bar radius & more!
Bug Fixes
- api: Ensure svg nodes to be removed from memory (f49ed83), closes #2489
- event: fix touch event handling on arc (d3d2e05), closes #2477
- text: Fix text position with candlestick type combination (f84ab3e), closes #2436
- tooltip: fix candlestick tooltip display with xs option (0278067), closes #2434
- types: Fix axis types definition (92fb033), closes #2499
- types: Fix plugin's type definition (f3690f9), closes #2483
Features
- axis: alow user to hide tick lines while using culling (aad8c45), closes #2478 #2480
- bar: add non zero based bar chart (3588abe), closes #2408 #2438
- bar: Implement stacking bar radius (8f14d1a), closes #2428
- bar: Intent to ship bar.indices.removeNull (b16605d), closes #1687
- option: Enhance padding to be removed completely (2052a19), closes #2367