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