2.2.0 (2021-01-26)
The detailed new feature description can be found at:
billboard.js 2.2.0 release: Gauge enhancements, Pie outerRadius & more!
Bug Fixes
- api: fix incorrect legend text positioning (f1ede3f), closes #1888
- api: fix zoom for timesries axis (0421a50), closes #1868
- arc: fix setting color value (fad9e86), closes #1857 #1847
- axis: fix incorrect tick interval calculation (1a96f3e), closes #1896
- axis: rotated horizontal xAxisHeight is calculated correctly after loading new data (ef2754f), closes #1786 #1787
- bar: fix bar width on zoom (25e987a), closes #1907
- bar: fix bar width rendering for 'total' data key (eacaecb), closes #1818
- browser: fix referencing global order (8f84cb3), closes #1778
- browser: fix retrieving global (3474ac0), closes #1826
- color: fix color callback mismatch (86ef214), closes #1847
- data: fix data.order to work for arc types (3a716a0), closes #1863
- eventrect: fix resizing event rect element after .load() (12bf547), closes #1864
- eventRect: fix data.onclick work for scatter/bubble (109c87d), closes #1795
- point: fix usePoint defs id value (6df4653), closes #1887
- radar: fix data label text position (c69d674), closes #1871
- text: data labels are working in Internet Explorer again (865224e), closes #1877
- tooltip: fix arc's tooltip interaction (a8586a3), closes #1859
- types: fix .load() data type (7108e7b), closes #1848
Features
- api: make return values for axis.labels() (efa5174), closes #1865
- data: Intent to ship data.label multiline (8903aa6), closes #1784
- data.labels.colors: Add callback support (ac1affa), closes #1845
- gauge: added support for drawing gauge from 'startingAngle' to 'arcLength' (25954ad), closes #1633 #1803 #1849
- gauge: Intent to ship gauge.background (632c600), closes #1804
- pie: Intent to ship pie.outerRadius (ca67418), closes #1825
- point: Intent to ship point.opacity (fc5ad35), closes #1867