|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 |
| -## 17.2.48-beta (2019-08-28) |
| 5 | +## 17.2.49 (2019-09-04) |
| 6 | + |
| 7 | +### RangeNavigator |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +`#246533` - Misposition of range navigator tooltip while resizing fixed |
| 12 | + |
| 13 | + |
| 14 | +## 17.2.47 (2019-08-27) |
| 15 | + |
| 16 | +### Chart |
| 17 | + |
| 18 | +#### Bug Fixes |
| 19 | + |
| 20 | +`#243156` - Drag complete returns value in string issue has been fixed. |
| 21 | +`#245710` - Lograthmic is not working properly for smaller value issue has been fixed. |
| 22 | +`#243156` - Selection is not proper at the edge issue has been fixed. |
| 23 | +`#245710` - Y-Axis of Spline chart not adjusting scale to suit dataSource issue has been fixed. |
| 24 | + |
| 25 | + |
| 26 | +## 17.2.36 (2019-07-24) |
| 27 | + |
| 28 | +### Stock Chart |
| 29 | + |
| 30 | +#### Bug Fixes |
| 31 | + |
| 32 | +The `querySelector of null` console error issue has been fixed. |
| 33 | + |
| 34 | + |
| 35 | +### RangeNavigator |
| 36 | + |
| 37 | +#### Bug Fixes |
| 38 | + |
| 39 | +The `appendChild of null` console error issue has been fixed. |
| 40 | + |
| 41 | + |
| 42 | +### Chart |
| 43 | + |
| 44 | +#### Bug Fixes |
| 45 | + |
| 46 | +`#240342` - While scrolling chart's scrollbar Vertical HTML scrollbar goes up issue fixed. |
| 47 | + |
| 48 | + |
| 49 | +### Accumulation chart |
| 50 | + |
| 51 | +#### Bug Fixes |
| 52 | + |
| 53 | +- #241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed. |
| 54 | + |
| 55 | +## 17.2.34 (2019-07-11) |
| 56 | + |
| 57 | +### Accumulation chart |
| 58 | + |
| 59 | +#### Bug Fixes |
| 60 | + |
| 61 | +- #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed. |
| 62 | + |
| 63 | +## 17.2.28-beta (2019-06-27) |
| 64 | + |
| 65 | +### Chart |
| 66 | + |
| 67 | +#### New Features |
| 68 | + |
| 69 | +- Canvas rendering mode support provided. |
| 70 | +- Overlapping data labels in funnel and pyramid charts will be arranged on both sides of the charts. |
| 71 | +- Data Editing support provided for chart series points. |
| 72 | +- Multi level label click event added with custom object. |
| 73 | + |
| 74 | +#### Breaking Changes |
| 75 | + |
| 76 | +- sizeType enumeration name changed to SizeType |
| 77 | + |
| 78 | +### Stock Chart |
| 79 | + |
| 80 | +#### Breaking Changes |
| 81 | + |
| 82 | +- sizeType enumeration name changed to SizeType |
| 83 | + |
| 84 | +## 17.1.51 (2019-06-11) |
| 85 | + |
| 86 | +### Chart |
| 87 | + |
| 88 | +#### Bug Fixes |
6 | 89 |
|
7 | 90 | - #144983 - Label style not working in axisLabelRender event for polar and radar series type issue fixed.
|
8 | 91 | - #237811 - Chart rendered with default width in Internet Explorer issue fixed.
|
9 | 92 |
|
| 93 | +## 17.1.49 (2019-05-29) |
| 94 | + |
| 95 | +### Stock Chart |
| 96 | + |
| 97 | +#### Bug Fixes |
| 98 | + |
| 99 | +- #236896 - Provided mouse event in stock charts |
| 100 | + |
| 101 | +## 17.1.47 (2019-05-14) |
| 102 | + |
| 103 | +### Chart |
| 104 | + |
| 105 | +#### New Features |
| 106 | + |
| 107 | +- #233749 - Provided zOrder support for chart series. |
| 108 | + |
| 109 | +## 17.1.43 (2019-04-30) |
| 110 | + |
| 111 | +### Chart |
| 112 | + |
| 113 | +#### Bug Fixes |
| 114 | + |
| 115 | +- #219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed. |
| 116 | +- #231943 - Console error throws when using area chart out of the axis range has been fixed. |
| 117 | +- #234027 - Chart is not destroying properly while calling destroy method issue fixed. |
| 118 | + |
| 119 | +## 17.1.41 (2019-04-16) |
| 120 | + |
| 121 | +### Chart |
| 122 | + |
| 123 | +#### Bug Fixes |
| 124 | + |
| 125 | +- Support has been provided for multiple export in horizontal mode. |
| 126 | + |
| 127 | +## 17.1.40 (2019-04-09) |
| 128 | + |
| 129 | +### Accumulation chart |
| 130 | + |
| 131 | +#### Bug Fixes |
| 132 | + |
| 133 | +- Now Accumulation chart is refreshing properly on data change. |
| 134 | + |
| 135 | +### Chart |
| 136 | + |
| 137 | +#### Bug Fixes |
| 138 | + |
| 139 | +- Stacking column is not rendered properly when yvalue in string is fixed. |
| 140 | +- Zoomposition is not proper, when the axis is inversed is fixed. |
| 141 | +- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed |
| 142 | + |
10 | 143 | ## 17.1.32-beta (2019-03-13)
|
11 | 144 |
|
12 | 145 | ### Chart
|
|
0 commit comments