2.1.0 (2020-09-25)
The detailed new feature description can be found at:
billboard.js 2.1.0 release: Another big step for performance improvement & more!
Bug Fixes
- api: prevent TypeError when chart already destroyed (ce42768), closes #1613
- bar: Fix not firing data.onclick (62e7a10), closes #1619 #1620
- grid: Fix grid text position update (056b565), closes #1592
- interaction: fix for data point click on mobile (727c26f), closes #1651
- legend: Fix error for color.threshold option (6e06629), closes #1604 #1611
- legend: Make legend blurry after click (319d608), closes #1599
- shape: fix possible condition removal by transpiler (781fb61), closes #1663
- step: Fix rendering nullish data (dbe7b9b), closes #1637
- types: Fix donut option types (1917169), closes #1615
- types: Specify context for callbacks (f3b9f26), closes #1551
Features
- area: Intent to ship area.front (fe315dc), closes #1543
- axis: Improve log scale to handle 0 (ca6cf62), closes #1578
- axis: Intent to ship axis.y2.type (a94c25e), closes #1575
- interaction: avoid multiple generation (97df63a), closes #1642
- plugin: Add JS Plugin class file (4a20480), closes #1665
- theme: Add new 'datalab' theme (aba20d4), closes #241