Releases: naver/billboard.js
Releases · naver/billboard.js
1.12.0-next.2
1.12.0-next.1
1.12.0-next.1 (2020-01-16)
Bug Fixes
- arc: Fix handling spaced data name (4824a47), closes #1168
- bar: Bar's width resize according the zoom scale (93184a2), closes #1185
- core: Fix onrendered firing time (8b8665c), closes #1194
- gauge: fixed wrong ratio calculation in 'gauge.type = "single"' (9020246), closes #1205
- interaction: Fix null data point interaction (901da84), closes #1199
- line: Fix nullish data rendering with regions (d0ca937), closes #1172
- tooltip: Revert on pointer-events css prop (c74c27a), closes #1124 #1155
Features
- axis: Intent to ship axis.y2.tick.rotate (98992f3), closes #1157 #1158
- gauge: more than one arc are possible for gauges (7a80e02), closes #787 #1071 #1163
- grid: Intent to ship grid.focus.y (13d65d1), closes #1154
- line: Intent to ship bubble/line/scatter zerobased (e45fb33), closes #1149 #1150
- options: Intent to ship Arc's expand.rate (7d6f32f), closes #1189
- plugin: Intent to ship bubblecompare plugin (49704e0), closes #1153
- zoom: Intent to ship zoom.reseteButton.onclick (694cbcb), closes #1171
1.11.1
1.11.0
1.11.0 (2019-11-22)
The detailed new feature description can be found at:
billboard.js 1.11.0 release: Lazy render, new TextOverlap plugin & more!
Bug Fixes
- all: Fix possible IE9 style value (950c335), closes #1059
- api: Fix .data() to return exact data (12bdc54), closes #1035
- axis: Correct on tick count display (d4c8eb1), closes #1077
- axis: Correct subchart x axis culling (8478dd9), closes #1068
- data: Fix header option setting (82461b3), closes #1031
- gauge: Fix to not align background startingAngle from option (862156f), closes #1073
- gauge: Show legend by default (46fc102), closes #1136
- interaction: Fix on eventRect rederaw (dc5f67a), closes #1028 #1019 #963
- options: Correct background element's position (d66e4fd), closes #1132
- shape: Fix shape position on multiple xs (6ce784a), closes #1115
- text: Fix data label y position when all data are 0 (4b423a5), closes #1026
- tooltip: Fix tooltip work on touch zoom (5d98187), closes #1056
- tooltip: Remove 'pointer-events:none' inline set (baa7bc6), closes #1124
- zoom: Correct Axis culling on zoom (c319302), closes #1106
- zoom: Fix to pass domain arg on onzoom (e1daae6), closes #1109
Features
- arc: Intent to ship pie/donut.startingAngle (b84be8e), closes #1128
- axis: Intent to ship axes.domain (355b0bd), closes #1090
- data: Intent to ship data.labels.position dataset (dd5ba44), closes #1126
- data: Pass element arg for data callbacks (bb9f952), closes #1100
- options: Intent to ship background (493c2a3), closes #1131
- options: Intent to ship render option (b6af77f), closes #1015
- plugin: Intent to ship TextOverlap (728e879), closes #1048
Chore
- dev-env: Make d3 modules to be dependant as individual rather than the entire d3 module. (7210bc4), closes #1054
- peft: more efficient shape offset calculation (9825437e), closes #1093
- perf: speed up updateDataIndexByX (34d90c7), closes #1089
- build: Fix the packaged build for IE9 closes (950c335), #1059