@syncfusion/ej2-angular-charts 30.1.41-ngcc → 30.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/CHANGELOG.md +3576 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  6. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  7. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  8. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  9. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  10. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  11. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  12. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  13. package/esm2020/src/chart/axes.directive.mjs +58 -0
  14. package/esm2020/src/chart/categories.directive.mjs +59 -0
  15. package/esm2020/src/chart/chart-all.module.mjs +206 -0
  16. package/esm2020/src/chart/chart.component.mjs +525 -0
  17. package/esm2020/src/chart/chart.module.mjs +142 -0
  18. package/esm2020/src/chart/columns.directive.mjs +52 -0
  19. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  20. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  21. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  22. package/esm2020/src/chart/rows.directive.mjs +52 -0
  23. package/esm2020/src/chart/segments.directive.mjs +58 -0
  24. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  25. package/esm2020/src/chart/series.directive.mjs +68 -0
  26. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  27. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  28. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  29. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  30. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  31. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  32. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  33. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  36. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  37. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  39. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  40. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  41. package/esm2020/src/index.mjs +64 -0
  42. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  43. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  44. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  45. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  46. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  47. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  48. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  49. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  50. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  51. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  52. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  53. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  54. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  55. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  56. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  57. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  59. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  61. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  62. package/esm2020/src/stock-chart/stockchart.component.mjs +337 -0
  63. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  64. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  65. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  66. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  67. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4376 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  69. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4376 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  71. package/package.json +20 -7
  72. package/public_api.d.ts +1 -1
  73. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  74. package/src/accumulation-chart/accumulationchart.component.d.ts +61 -58
  75. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  76. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  77. package/src/accumulation-chart/series.directive.d.ts +249 -244
  78. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  79. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  80. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  81. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  82. package/src/chart/annotations.directive.d.ts +101 -96
  83. package/src/chart/axes.directive.d.ts +387 -382
  84. package/src/chart/categories.directive.d.ts +74 -69
  85. package/src/chart/chart-all.module.d.ts +72 -66
  86. package/src/chart/chart.component.d.ts +89 -86
  87. package/src/chart/chart.module.d.ts +24 -5
  88. package/src/chart/columns.directive.d.ts +35 -30
  89. package/src/chart/indicators.directive.d.ts +255 -250
  90. package/src/chart/multilevellabels.directive.d.ts +62 -57
  91. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  92. package/src/chart/rows.directive.d.ts +35 -30
  93. package/src/chart/segments.directive.d.ts +46 -41
  94. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  95. package/src/chart/series.directive.d.ts +488 -483
  96. package/src/chart/striplines.directive.d.ts +171 -166
  97. package/src/chart/trendlines.directive.d.ts +117 -112
  98. package/src/chart3d/axes.directive.d.ts +271 -266
  99. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  100. package/src/chart3d/chart3d.component.d.ts +65 -62
  101. package/src/chart3d/chart3d.module.d.ts +16 -5
  102. package/src/chart3d/columns.directive.d.ts +31 -26
  103. package/src/chart3d/rows.directive.d.ts +31 -26
  104. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  105. package/src/chart3d/series.directive.d.ts +177 -172
  106. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  107. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  108. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  109. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  110. package/src/circularchart3d/series.directive.d.ts +147 -142
  111. package/src/index.d.ts +63 -63
  112. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  113. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  114. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  115. package/src/range-navigator/series.directive.d.ts +83 -78
  116. package/src/smithchart/series.directive.d.ts +93 -88
  117. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  118. package/src/smithchart/smithchart.component.d.ts +44 -41
  119. package/src/smithchart/smithchart.module.d.ts +12 -5
  120. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  121. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  122. package/src/sparkline/sparkline.component.d.ts +46 -43
  123. package/src/sparkline/sparkline.module.d.ts +12 -5
  124. package/src/stock-chart/annotations.directive.d.ts +89 -84
  125. package/src/stock-chart/axes.directive.d.ts +291 -286
  126. package/src/stock-chart/indicators.directive.d.ts +213 -208
  127. package/src/stock-chart/periods.directive.d.ts +47 -42
  128. package/src/stock-chart/rows.directive.d.ts +35 -30
  129. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  130. package/src/stock-chart/series.directive.d.ts +247 -242
  131. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  132. package/src/stock-chart/stockchart.component.d.ts +68 -65
  133. package/src/stock-chart/stockchart.module.d.ts +20 -5
  134. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  135. package/src/stock-chart/trendlines.directive.d.ts +118 -113
  136. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  137. package/@syncfusion/ej2-angular-charts.es5.js +0 -5029
  138. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  139. package/@syncfusion/ej2-angular-charts.js +0 -4747
  140. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  141. package/LICENSE +0 -10
  142. package/dist/ej2-angular-charts.umd.js +0 -5719
  143. package/dist/ej2-angular-charts.umd.js.map +0 -1
  144. package/dist/ej2-angular-charts.umd.min.js +0 -11
  145. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  146. package/ej2-angular-charts.d.ts +0 -13
  147. package/ej2-angular-charts.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,3576 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Chart
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I739203` - Now the header in the exported PDF renders properly with wrapping instead of being cropped.
10
+ - `#I738322` - The legend will render without a dash array for the marker-disabled dashed line series chart.
11
+
12
+ ## 30.1.40 (2025-07-15)
13
+
14
+ ### Chart
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I710720` - Logarithmic axis labels render correctly when the interval is not set.
19
+
20
+ ### Accumulation Chart
21
+
22
+ - `#I741842` - Now, the legend symbol color can be applied using the arguments fill property in the legend render event.
23
+
24
+ ## 30.1.39 (2025-07-08)
25
+
26
+ ### Chart
27
+
28
+ #### Feature
29
+
30
+ - `#I653358` - Provided support for DateTime value type on the primary Y-axis.
31
+
32
+ ## 30.1.37 (2025-06-25)
33
+
34
+ ### Chart
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I730840` - Now, the column with single point renders properly on date time category axis.
39
+
40
+ ### Stock Chart
41
+
42
+ #### Feature
43
+
44
+ - Added support to highlight the last value of the series with a label and grid line indicator, offering a clear and immediate reference point for the series endpoint. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/stock-chart/spline.html)
45
+
46
+ ## 29.2.10 (2025-06-10)
47
+
48
+ ### Chart
49
+
50
+ #### Bug Fixes
51
+
52
+ - `#I730840` - The console warning for the shared tooltip in trend line will no longer occurs.
53
+
54
+ ## 29.2.8 (2025-06-03)
55
+
56
+ ### Chart
57
+
58
+ #### Bug Fixes
59
+
60
+ - `#I956983` - The console warning for an empty text anchor will no longer occur on canvas-enabled charts.
61
+ - `#I727900` - Resolved a console error that occurred when updating the spline series using the add Point method.
62
+
63
+ ## 29.2.5 (2025-05-21)
64
+
65
+ ### Chart
66
+
67
+ #### Features
68
+
69
+ - `#I668455` - Provided support for setting offset values for labels in category axes.
70
+
71
+ #### Bug Fixes
72
+
73
+ - `#I722486` - Chart empty point mode now works properly in ASP.NET MVC Chart.
74
+ - `#I725935` - Console error no longer occurs when toggling combination line and stacked area series.
75
+
76
+ ## 29.2.4 (2025-05-14)
77
+
78
+ ### Chart
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#F67379` - Now the opacity updates properly on the data point after the tooltip fades out.
83
+
84
+ ## 29.1.41 (2025-05-06)
85
+
86
+ ### Accumulation Chart
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#I580016` - Wrapped data labels are now correctly positioned in pyramid charts when smart labels are enabled.
91
+
92
+ ### Chart
93
+
94
+ #### Bug Fixes
95
+
96
+ - `#I715763` - Stacking labels now render correctly for grouped stacking column series.
97
+ - `#I713317` - Stripline text now positions correctly when rotation is applied.
98
+
99
+ ## 29.1.40 (2025-04-29)
100
+
101
+ ### Accumulation Chart
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#I711450` - Pie chart now properly renders with higher border width values.
106
+
107
+ ## 29.1.35 (2025-04-01)
108
+
109
+ ### 3DChart
110
+
111
+ #### Bug Fixes
112
+
113
+ - `#I637725` - Now, the first label on the y-axis is positioned properly for the 100% stacking series when the x-value is empty.
114
+
115
+ ### Chart
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#I697165` - The legend symbol fill remains unchanged, even when point color mapping is applied to the series, maintaining its original color instead of reflecting individual point colors.
120
+ - `#I703094` - Tooltip trackball now works properly for the canvas-enabled scatter type chart.
121
+ - `#I701635` - Now the column placed properly for the uneven data set.
122
+ - `#I703055` - Crosshair tooltip now updates properly when dynamically enabled or disabled.
123
+
124
+ ## 29.1.33 (2025-03-25)
125
+
126
+ ### Chart
127
+
128
+ #### Features
129
+
130
+ - `#I597593` - Introduced support for displaying a tooltip that provides information about the data point closest to the cursor.
131
+ - `#I580507` - Users can now place horizontal and vertical scrollbars at the top, bottom, left, or right of the chart.
132
+ - `#I609348`- Provided support for customizing the corner radius for individual columns.
133
+ - Added support for displaying the cumulative total for stacked chart data directly through data labels.
134
+ - Users can now highlight the entire range of data points within a specific category for better visibility.
135
+ - Added support to customize Excel properties through an event triggered before the chart data is exported.
136
+ - Added animation support for data labels, enhancing the visual appearance when they appear on the chart.
137
+
138
+ ### Accumulation Chart
139
+
140
+ #### Features
141
+
142
+ - `#I667715` - Added support for trapezoidal funnel shapes in the accumulation chart, offering a new design option to represent data more effectively and enhance visual appeal.
143
+ - Provided the customization support for accumulation chart title position.
144
+
145
+ ## 28.2.9 (2025-03-04)
146
+
147
+ ### Chart
148
+
149
+ #### Bug Fixes
150
+
151
+ - `#I694559` - Now, the RTL-enabled chart renders properly while exporting.
152
+ - `#I690910` - Multiple charts can now be exported as a single CSV or XLSX file.
153
+
154
+ ## 28.2.7 (2025-02-25)
155
+
156
+ ### Accumulation Chart
157
+
158
+ #### Bug Fixes
159
+
160
+ - `#I691821` - The accumulation chart rendering performance has been improved.
161
+
162
+ ## 28.2.6 (2025-02-18)
163
+
164
+ ### Chart
165
+
166
+ #### Bug Fixes
167
+
168
+ - `#I691577` - Now, mouse wheel zooming works properly in the Firefox browser.
169
+
170
+ ## 28.2.5 (2025-02-11)
171
+
172
+ ### Chart
173
+
174
+ #### Bug Fixes
175
+
176
+ - `#I687354` - The chart with the primary and secondary axes is now working properly even when no series is bound.
177
+
178
+ ## 28.2.4 (2025-02-04)
179
+
180
+ ### Chart
181
+
182
+ #### Bug Fixes
183
+
184
+ - `#I681285` - Chart performance has been optimized when using the data label template.
185
+
186
+ ## 28.2.3 (2025-01-29)
187
+
188
+ ### Chart
189
+
190
+ #### Bug Fixes
191
+
192
+ - `#I679703` - The arguments in the `axisMultiLabelRender` event can now be modified correctly.
193
+
194
+ ## 28.1.41 (2025-01-21)
195
+
196
+ ### Chart
197
+
198
+ #### Bug Fixes
199
+
200
+ - `#I651775` - The data label position for the stacked column now renders properly.
201
+ - `#F195744` - The tooltip for the stacking column series now renders properly during keyboard navigation.
202
+
203
+ ### Bullet Chart
204
+
205
+ #### Bug Fixes
206
+
207
+ - `#I676482` - The bullet chart will render properly even when the range is set to empty.
208
+
209
+ ## 28.1.39 (2024-01-14)
210
+
211
+ ### Chart
212
+
213
+ #### Bug Fixes
214
+
215
+ - `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
216
+
217
+ ## 28.1.38 (2025-01-07)
218
+
219
+ ### Chart
220
+
221
+ #### Bug Fixes
222
+
223
+ - `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
224
+ - `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.
225
+
226
+ ### Accumulation Chart
227
+
228
+ #### Bug Fixes
229
+
230
+ - `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.
231
+
232
+ ## 28.1.37 (2024-12-31)
233
+
234
+ ### Chart
235
+
236
+ #### Bug Fixes
237
+
238
+ - `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
239
+ - `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
240
+
241
+ ## 28.1.36 (2024-12-24)
242
+
243
+ ### Chart
244
+
245
+ #### Bug Fixes
246
+
247
+ - `#I665246` - Now, the chart point click and double-click events are working properly in the waterfall chart.
248
+ - `#I662191` - Now, zooming is restricted for the mouse wheel, similar to selection zoom.
249
+ - `#I666272` - Now, the y-axis range is set properly for the waterfall series.
250
+ - `#I666317` - The exceptions that occurred during React Jest testing have been resolved.
251
+
252
+ ## 28.1.35 (2024-12-18)
253
+
254
+ ### Chart
255
+
256
+ #### Bug Fixes
257
+
258
+ - `#I662154` - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included.
259
+ - `#I662546` - Tooltip highlighting functions correctly when the column series width is specified using `columnWidthInPixel`.
260
+ - `#I662277` - The intermediate sum index is no longer included in the calculation of the sum index.
261
+ - `#I663653` - Data labels are now rendered correctly when the intermediate sum index is empty.
262
+ - `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
263
+
264
+ ## 28.1.33 (2024-12-12)
265
+
266
+ ### Chart
267
+
268
+ #### Bug Fixes
269
+
270
+ - `#I659555` - Now, the minor gridlines and ticks are rendered in canvas mode.
271
+
272
+ #### New Features
273
+
274
+ - `#I567864` - Legends can be arranged horizontally or vertically, with a fixed-width option and a maximum column count for consistent and flexible presentation.
275
+ - `#I620773` - The crosshair now snaps to the nearest data point, providing improved precision and focus on individual data points.
276
+ - `#F194134` - Users can now customize the position of the zoom toolbar within the chart using drag-and-drop functionality, allowing easy repositioning anywhere within the chart area.
277
+ - Users can now customize the ARIA label, role, tab index, and focusable options for chart elements to improve accessibility and keyboard navigation.
278
+ - Added options for adjusting the spacing between the chart area and container.
279
+ - When hovering over a data point, the corresponding series is now highlighted, improving clarity and interaction with the tooltip.
280
+
281
+ #### Breaking Changes
282
+
283
+ - The default value of the `edgeLabelPlacement` property has been changed from `None` to `Shift` for better visibility of axis labels.
284
+
285
+ ### Stock Chart
286
+
287
+ #### New Features
288
+
289
+ - `#I620773` - The crosshair now snaps to the nearest data point, providing improved precision and focus on individual data points.
290
+
291
+ ## 27.2.5 (2024-12-03)
292
+
293
+ ### Chart
294
+
295
+ #### Bug Fixes
296
+
297
+ - `#I653576` - Now, the data label for zero will not overlap with the previous rectangle in inverted stacking series.
298
+ - `#I656631` - The data label for the polar and radar series renders properly, even when it collides with the axis.
299
+ - `#I657609` - Now, the legend tooltip text updates properly when changes are made in the legend render event.
300
+
301
+ ## 27.2.4 (2024-11-26)
302
+
303
+ ### Chart
304
+
305
+ #### Bug Fixes
306
+
307
+ - `#I654525` - Now, the error bar is displayed properly for the larger value.
308
+ - `#I653358` - Now, the text render event’s text argument contains the datetime for the y-axis.
309
+ - `#I654788` - Now, the chart zooms properly while scrolling after it is destroyed and re-rendered.
310
+ - `#I653576` - The data label position is now set correctly for the labelIntersectAction as Hide.
311
+ - `#I653442` - The selection rectangle now renders properly in canvas mode.
312
+ - `#I654149` - Now the spline series animation is proper when adding null values.
313
+
314
+ ## 27.2.3 (2024-11-19)
315
+
316
+ ### Chart
317
+
318
+ #### Bug Fixes
319
+
320
+ - `#I650885` - Now, the subtitle will align properly without cut off.
321
+ - `#I651405` - Legends with paging now render correctly when toggling in canvas mode.
322
+
323
+ ### Stock Chart
324
+
325
+ #### Bug Fixes
326
+
327
+ - `#I652007` - The tick mark now remains consistent for the selected indicator after refresh or resize.
328
+
329
+ ## 27.2.2 (2024-11-14)
330
+
331
+ ### Chart
332
+
333
+ #### Bug Fixes
334
+
335
+ - `#I650135` - The cumulative percentage in the Pareto chart tooltip will display the precise value to two decimal points.
336
+ - `#I648361` - The exponential trendline now renders correctly for the datetime axis.
337
+
338
+ ## 27.1.58 (2024-11-05)
339
+
340
+ ### Chart
341
+
342
+ #### Bug Fixes
343
+
344
+ - `#F188458` - Now the page scroll remains the same after clearing the series.
345
+ - `#I647466` - The zoom settings properties are now properly updated on data binding.
346
+
347
+ ### Accumulation Chart
348
+
349
+ #### Bug Fixes
350
+
351
+ - `I917094` - The series property now updates correctly on data binding.
352
+
353
+ ## 27.1.57 (2024-10-29)
354
+
355
+ ### Chart
356
+
357
+ #### Bug Fixes
358
+
359
+ - `#I640035` - The tooltips now render properly for decimal data points.
360
+ - `#I645981` - The stripline now works correctly on the logarithmic axis.
361
+
362
+ ### Stock Chart
363
+
364
+ #### Bug Fixes
365
+
366
+ - `#F194807` - The series now renders properly after a data source update and legend toggle.
367
+
368
+ ## 27.1.55 (2024-10-22)
369
+
370
+ ### Chart
371
+
372
+ #### Bug Fixes
373
+
374
+ - `#I641213` - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
375
+ - `#I641366` - The border for the multi-pane chart now renders correctly in canvas mode.
376
+ - `#I640624` - The Moving Average trendline now functions as expected when the period is set to one.
377
+ - `#I642177` - The `columnWidthInPixel` property now works correctly in the transposed stacked column chart.
378
+ - `#I638097` - The scrollbar now functions properly during data binding.
379
+ - `#I644765` - Series now renders properly when the axis interval is zero.
380
+
381
+ ### Accumulation Chart
382
+
383
+ #### Bug Fixes
384
+
385
+ - `#I642553` - The legend text size now updates correctly when resizing the accumulation chart.
386
+
387
+ ## 27.1.53 (2024-10-15)
388
+
389
+ ### Chart
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#I637436` - Now, multilevel axis labels are working properly when RTL is enabled.
394
+ - `#I640682` - The border dash array now works properly for all series.
395
+ - `#I640585` - Now, the range area series works properly when the middle point's x value is set to 0.
396
+
397
+ ### 3DChart
398
+
399
+ #### Bug Fixes
400
+
401
+ - `#I637725` - The first label on the y-axis is now positioned correctly.
402
+
403
+ ## 27.1.52 (2024-10-08)
404
+
405
+ ### Chart
406
+
407
+ #### Bug Fixes
408
+
409
+ - `#I605430` - Now, the chart height is set properly when applying the scale.
410
+ - `#I636350` - Now, the y-axis label is rendered properly when rotation is enabled.
411
+
412
+ ### Accumulation Chart
413
+
414
+ #### Bug Fixes
415
+
416
+ - `#I637398` - Now, the percentage values of the pie chart points are updated when the legend is clicked.
417
+
418
+ ## 27.1.51 (2024-09-30)
419
+
420
+ ### Stock Chart
421
+
422
+ #### Bug Fixes
423
+
424
+ - `#F194476` - The crosshair tooltip now displays correctly on the axis labels.
425
+
426
+ ## 27.1.50 (2024-09-24)
427
+
428
+ ### Chart
429
+
430
+ #### Bug Fixes
431
+
432
+ - `#I631309` - Now, the spline range area chart will handle null values properly.
433
+
434
+ ### Accumulation Chart
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#I630866` - Now, the group separator will work for both the tooltip x-point and the legend text.
439
+
440
+ ## 27.1.48 (2024-09-18)
441
+
442
+ ### Chart
443
+
444
+ #### Features
445
+
446
+ - `#I539415`- Provided support for smooth data transitions with animation effects when sorting data in the chart.
447
+ - `#I539415`- Provided support for smooth animation transitions when zooming the chart.
448
+ - Added support to disable risers in the step line series for enhanced customization.
449
+
450
+ ### Accumulation Chart
451
+
452
+ #### Features
453
+
454
+ - `#I539415`- Provided support for animations when adding, removing, or updating data for series, data labels, and legends.
455
+ - Added support for rounded corners in pie, donut, pyramid, and funnel charts.
456
+ - Provided pattern support for data points in accumulation charts.
457
+
458
+ ## 26.2.14 (2024-09-10)
459
+
460
+ ### Chart
461
+
462
+ #### Bug Fixes
463
+
464
+ - `#F194171` - Now, the first and last points are rendered properly in the bar chart when using the category axis.
465
+
466
+ ## 26.2.12 (2024-09-03)
467
+
468
+ ### Chart
469
+
470
+ #### Bug Fixes
471
+
472
+ - `#I624097` - Now, the pareto chart will render properly when specifying the axis name in the pareto series.
473
+
474
+ ## 26.2.11 (2024-08-27)
475
+
476
+ ### Chart
477
+
478
+ #### Bug Fixes
479
+
480
+ - `#I621966` - Now the step is applied properly from left and right of the points in the range step area.
481
+ - `#I623859` - Now the maximum range for waterfall series is calculated properly.
482
+
483
+ ## 26.2.9 (2024-08-13)
484
+
485
+ ### Chart
486
+
487
+ #### Bug Fixes
488
+
489
+ - `#I617528` - Now the data labels are visible only for the available range.
490
+ - `#I618989` - Selection zooming and panning now function properly on the date-time category axis.
491
+
492
+ ### Accumulation Chart
493
+
494
+ #### Bug Fixes
495
+
496
+ - `#I618245` - Now resizing works properly in accumulation, even when the tooltip is enabled.
497
+
498
+ ### StockChart
499
+
500
+ #### Bug Fixes
501
+
502
+ - `#F191596` - Spline rendering now correctly handles zero data values.
503
+
504
+ ## 26.2.8 (2024-08-06)
505
+
506
+ ### Chart
507
+
508
+ #### Bug Fixes
509
+
510
+ - `#I615273` - Now, the tooltip will render properly when a string is used as the y-value.
511
+
512
+ ## 26.2.5 (2024-07-26)
513
+
514
+ ### Chart
515
+
516
+ #### Bug Fixes
517
+
518
+ - `#I612449` - The secondary axis labels will render properly with scrollbar on the secondary axis.
519
+
520
+ ### RangeNavigator
521
+
522
+ #### Bug Fixes
523
+
524
+ - `#I613716` - Now, the series is rendered properly when the y-values are the same.
525
+
526
+ ## 26.2.4 (2024-07-24)
527
+
528
+ ### Chart
529
+
530
+ #### Bug Fixes
531
+
532
+ - `#I605096` - Now, the data label color is correct when setting the position to `Auto`.
533
+
534
+ ### Accumulation Chart
535
+
536
+ #### Bug Fixes
537
+
538
+ - `#I609990` - Now, the data label tooltip will adjust automatically when it goes outside the chart bounds.
539
+
540
+ ## 26.1.42 (2024-07-16)
541
+
542
+ ### Chart
543
+
544
+ #### Bug Fixes
545
+
546
+ - `#I605430` - The chart height fits the container even when scaling is applied.
547
+
548
+ ### 3DCircularChart
549
+
550
+ #### Bug Fixes
551
+
552
+ - `#I608643` - Now, the legend highlighting works properly for the 3D Circular chart.
553
+
554
+ ## 26.1.41 (2024-07-09)
555
+
556
+ ### Chart
557
+
558
+ #### Bug Fixes
559
+
560
+ - `#I604359` - The y-axis label is now proper when setting the minimum value on a date-time axis.
561
+ - `#I607015` - The marker will not get cut off when enabling the scrollbar.
562
+
563
+ #### Features
564
+
565
+ - `#I546800` - Enhanced the appearance of connector lines in the waterfall chart for better visual clarity.
566
+
567
+ ## 26.1.40 (2024-07-02)
568
+
569
+ ### Chart
570
+
571
+ #### Bug Fixes
572
+
573
+ - `#I604532` - Removed exclamation mark from comments in the chart source.
574
+
575
+ ## 26.1.39 (2024-06-25)
576
+
577
+ ### Chart
578
+
579
+ #### Bug Fixes
580
+
581
+ - `#I599108` - Now, the chart updates properly when rendered in the Firefox browser.
582
+ - `#I597246` - The chart with a zero data label is now rendered when setting the position as `Top`.
583
+
584
+ ### Accumulation Chart
585
+
586
+ #### Bug Fixes
587
+
588
+ - `#I595618` - User interaction now works properly in the nested doughnut chart.
589
+
590
+ ### Sparkline
591
+
592
+ #### Bug Fixes
593
+
594
+ - `#I601193` - The fill property in Sparkline now works properly.
595
+
596
+ ## 26.1.38 (2024-06-19)
597
+
598
+ ### Chart
599
+
600
+ #### Bug Fixes
601
+
602
+ - `#I594639` - Now, the range navigator and the chart are rendered with the same width.
603
+ - `#I598543` - Now, the chart area scrolling works properly when enabling the trackball in mobile mode.
604
+ - `#F188458` - Now, the page remains in the same position when adding or removing a series in chart.
605
+
606
+ ## 26.1.35 (2024-06-11)
607
+
608
+ ### Accumulation Chart
609
+
610
+ #### Bug Fixes
611
+
612
+ - `#I590334` - Now, the pie legend highlight works properly.
613
+ - `#I590334` - Now, the legend highlight will work properly even disabling selection in the pie chart.
614
+
615
+ ### Chart
616
+
617
+ #### Bug Fixes
618
+
619
+ - `#I591823` - Now, the legend doesn't gets overlapped when resizing the pie chart to minimal size.
620
+
621
+ #### Features
622
+
623
+ - `#I539415` - Provided support for animations when adding, removing, or updating data for all chart types, ranging from line charts to financial charts.
624
+ - `#I539415` - Provided smooth transition support for axis elements like gridlines, tick lines, and labels when data is updated in the chart.
625
+ - `#I539415` - Provided smooth transition support for annotations when data is updated in the chart.
626
+ - Improved the animation of stacking series when clicking on the legend.
627
+ - Provided highlight support for chart series when clicking on the legend.
628
+ - Users can now access point information based on the pointer coordinates during chart mouse events and use this information to add or remove points on the chart.
629
+
630
+ ## 25.2.6 (2024-05-28)
631
+
632
+ ### Chart
633
+
634
+ #### Bug Fixes
635
+
636
+ - `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.
637
+
638
+ ## 25.2.5 (2024-05-21)
639
+
640
+ ### Accumulation Chart
641
+
642
+ #### Bug Fixes
643
+
644
+ - `#I580553` - Accessibility issues are resolved, and now the score has become stable.
645
+
646
+ ### Chart
647
+
648
+ #### Bug Fixes
649
+
650
+ - `#I581265` - Now, the Stacking Bar chart has been exported as a CSV file, and the CSV contains the appropriate data.
651
+
652
+ ## 25.2.4 (2024-05-14)
653
+
654
+ ### Chart
655
+
656
+ #### Bug Fixes
657
+
658
+ - `#I585297` - Tooltips in polar and radar series now render properly without console errors.
659
+ - `#I532022` - Now, axis labels will render properly without any cutting off.
660
+ - `#I585033` - Now, datetime annotations render properly.
661
+
662
+ ## 25.2.3 (2024-05-08)
663
+
664
+ ### Accumulation Chart
665
+
666
+ #### Bug Fixes
667
+
668
+ - `#I574491` - The right click function now works properly in the accumulation chart with the external mouse on the mac.
669
+
670
+ ### Chart
671
+
672
+ #### Bug Fixes
673
+
674
+ - `#I581265` - Now, the bar chart has been exported as a CSV file, and the CSV contains the appropriate data.
675
+
676
+ ## 25.1.42 (2024-04-30)
677
+
678
+ ### Accumulation Chart
679
+
680
+ #### Bug Fixes
681
+
682
+ - `#I579773` - Now, the center label remains center even when adjusting the start and end angles.
683
+ - `#I577505` - Now, the radius specified by the mapping will render properly in the accumulation chart.
684
+
685
+ ## 25.1.41 (2024-04-23)
686
+
687
+ ### Chart
688
+
689
+ #### Bug Fixes
690
+
691
+ - `#I577538` - When resizing the chart, the maximum value does not change.
692
+ - `#I578863` - Now the chart exports properly in portrait orientation.
693
+ - `#I579386` - Now the legend renders properly using the add series method in canvas.
694
+ - `#I577327` - Now the DateTimeCategory series is visible when clicking on the legend.
695
+
696
+ ## 25.1.40 (2024-04-16)
697
+
698
+ ### Chart
699
+
700
+ #### Bug Fixes
701
+
702
+ - `#I574804` - Now, the title is wrapped properly when it exits the chart in wrap mode.
703
+ - `#I573884` - Now, all legend items with the same value in point mode will render properly.
704
+
705
+ ## 25.1.39 (2024-04-09)
706
+
707
+ ### Chart
708
+
709
+ #### Bug Fixes
710
+
711
+ - `#I571372` - The first axis label does not shift to the left when using `edgelabelplacement` as `shift`.
712
+ - `#I571107` - When the chart is resized, the console error will no longer be thrown.
713
+
714
+ ## 25.1.38 (2024-04-02)
715
+
716
+ ### Chart
717
+
718
+ #### Bug Fixes
719
+
720
+ - `#I532022` - Now, the datalabel position is properly set when the position property is set to `Auto`.
721
+
722
+ ## 25.1.37 (2024-03-26)
723
+
724
+ ### AccumulationChart
725
+
726
+ #### Bug Fixes
727
+
728
+ - `#I564804` - Now, the `textWrap` property in the legend is working properly.
729
+
730
+ ### Chart
731
+
732
+ #### Bug Fixes
733
+
734
+ - `#I528508` - The tooltip template div is now added based on the series count, and it renders properly.
735
+ - `#I563227` - Now, datalabel does not take the y value in place of a null value, and it renders properly.
736
+ - `#I562333` - Now, annotations are rendered corresponding to their series point while enabling the `isIndexed` property
737
+ - `#I566633` - Now, the first axis label is properly displayed on the x-axis.
738
+
739
+ ## 25.1.35 (2024-03-15)
740
+
741
+ ### Chart
742
+
743
+ #### Features
744
+
745
+ - `#I528518` - Now, it is possible to specify the dasharray for all types of striplines border, including vertical, horizontal, and segmented, in the chart.
746
+
747
+ ### 3DCircularChart
748
+
749
+ The 3D Circular Chart provides a graphical representation of data in three dimensions, with each slice's size indicating its proportion relative to the entire dataset. Unlike traditional 2D charts, 3D charts add depth to visualization, providing a better understanding of data patterns.
750
+
751
+ - **Series**: The 3D Circular Chart can plot pie and donut types.
752
+ - **Data binding**: Bind the 3D Circular Chart component with an array of JSON objects or a data manager. In addition to chart series, data labels and tooltips can also be bound to the data.
753
+ - **Data labels**: Annotate points with labels to improve the readability of data.
754
+ - **Legends**: Provide additional information about points in a customizable and interactive legend.
755
+ - **User interaction**: Add interactive features such as tooltips, rotation, tilt, data point highlight and selection.
756
+ - **Print and Export**: Print a 3D Circular Chart directly from the browser and export it in JPEG and PNG formats.
757
+ - **RTL**: The right-to-left mode aligns tooltips, legends, and data in the 3D Circular Chart component from right to left.
758
+
759
+ ## 24.2.9 (2024-03-05)
760
+
761
+ ### Chart
762
+
763
+ #### Bug Fixes
764
+
765
+ - `#I558392` - Now the line color of the Pareto chart is stable when toggling the legend.
766
+ - `#I558247` - Now sorting is working in the Pareto chart.
767
+ - `#I557017` - Now the column is rendered properly when a corner radius is used.
768
+
769
+ ## 24.2.8 (2024-02-27)
770
+
771
+ ### Chart
772
+
773
+ #### Bug Fixes
774
+
775
+ - `#T553171` - Now the center label is aligned properly when increasing the font size.
776
+ - `#I548552` - The y-axis now dynamically changes based on the current visible points when zooming.
777
+
778
+ ## 24.2.7 (2024-02-20)
779
+
780
+ ### Chart
781
+
782
+ #### Bug Fixes
783
+
784
+ - `#I549266` - The Hilo open-close chart data points shape is now rendering properly.
785
+
786
+ ### StockChart
787
+
788
+ #### Bug Fixes
789
+
790
+ - `#I554213` - The dropdown font style has now been changed according to the selected theme.
791
+
792
+ ## 24.2.5 (2024-02-13)
793
+
794
+ ### StockChart
795
+
796
+ #### Bug Fixes
797
+
798
+ - `#I549996` - Now, the stock chart axis labels render properly.
799
+
800
+ ## 24.2.4 (2024-02-06)
801
+
802
+ ### Chart
803
+
804
+ #### Features
805
+
806
+ - `#I528067` - Now, right-to-left scrolling is functioning correctly in the charts.
807
+
808
+ #### Bug Fixes
809
+
810
+ - `#I539074` - Now, the stacking column renders properly even when the series is sorted based on the series name.
811
+ - `#I541484` - Now, the decimal point is displayed in the y-axis label when the language setting on Google is set to French.
812
+ - `#I546219` - Now, the `visible` property in the series is working properly when updated dynamically.
813
+
814
+ ### BulletChart
815
+
816
+ #### Bug Fixes
817
+
818
+ - `#I544771` - Now, the `textAlignment` property in the `dataLabel` is working properly.
819
+
820
+ ## 24.1.47 (2024-01-23)
821
+
822
+ ### AccumulationChart
823
+
824
+ #### Bug Fixes
825
+
826
+ - `#I539550` - Now, the `enableSmartLabels` property in the accumulation chart is functioning correctly.
827
+
828
+ ### Chart
829
+
830
+ #### Bug Fixes
831
+
832
+ - `#I541520` - Now, the `startFromZero` property in the chart is working properly.
833
+
834
+ ## 24.1.46 (2024-01-17)
835
+
836
+ ### Chart
837
+
838
+ #### Bug Fixes
839
+
840
+ - `#I537751` - Now, the `enableZoom` property in the `scrollbarSettings` is working properly.
841
+ - `#I535723` - Now, the showTooltip is working properly on mobile devices.
842
+ - `#I528752` - Now, the chart values update properly during the resized event when integrating the EJ2 JS chart in a Blazor application.
843
+
844
+ ## 24.1.45 (2024-01-09)
845
+
846
+ ### AccumulationChart
847
+
848
+ #### Bug Fixes
849
+
850
+ - `#I533625` - Now, the `textAlignment` property in the `titleStyle` of the accumulation chart is functioning correctly.
851
+
852
+ ### Chart
853
+
854
+ #### Bug Fixes
855
+
856
+ - `#I536934` - Now, the `category` axis label renders properly when the x-value is provided as an empty string.
857
+
858
+ ## 24.1.44 (2024-01-03)
859
+
860
+ ### Chart
861
+
862
+ #### Bug Fixes
863
+
864
+ - `#I521819` - Improved the accuracy of the normal distribution in the histogram series.
865
+ - `#I528067` - Removed the multilevel label if all series are not visible.
866
+ - `#I185777` - Fixed the marker size issue in the scatter chart during initial loading.
867
+ - `#I185904` - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
868
+ - `#I532475` - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
869
+
870
+ ## 24.1.43 (2023-12-27)
871
+
872
+ ### Chart
873
+
874
+ #### Bug Fixes
875
+
876
+ - `#I527182` - Now, the chart element ID is generated properly.
877
+ - `#I527898` - Now, the `interval` for the DateTimeCategory is working properly.
878
+ - `#I528674` - Now, scroll bar positioned properly.
879
+ - `#I528865` - Resolved the console error related to trendlines when using two sets of data with a polynomial type.
880
+
881
+ ## 24.1.41 (2023-12-18)
882
+
883
+ ### Chart
884
+
885
+ #### Features
886
+
887
+ - `#I489636`, `#F185569` - Provided support to align the axis title to the near, far, and center of the chart area.
888
+ - `#I482069`, `#I510188`, `#I511613` - Provided support to position the tooltip at a fixed location within the chart.
889
+
890
+ #### Bug Fixes
891
+
892
+ - `#F185567` - The data label now renders properly for the waterfall chart.
893
+ - `#I185614` - The 100% stacking bar is now rendered properly even when the data value is 0.
894
+
895
+ ### BulletChart
896
+
897
+ #### Features
898
+
899
+ - `#I495253` - Provided support to apply different colors to value and target bars in the bullet chart.
900
+
901
+ ### 3DChart
902
+
903
+ A 3D chart is a graphical representation of data in three dimensions, showcasing relationships and trends among variables. Unlike traditional 2D charts, 3D charts add depth to the visualization, allowing for a more immersive and comprehensive understanding of data patterns.
904
+
905
+ - **Series** - The 3D chart can plot over six chart types, including column, bar, stacking column, stacking bar, 100% stacked column, and 100% stacked bar.
906
+ - **Data Binding** - Bind the 3D chart component with an array of JSON objects or a DataManager. In addition to chart series, data labels, and tooltips can also be bound to your data.
907
+ - **Data Labels** - Support data labels to annotate points with labels to improve the readability of data.
908
+ - **Axis Types** - Able to plot different data types such as numbers, datetime, logarithmic, and string.
909
+ - **Axis Features** - Supports multiple axes, inverted axes, multiple panes, opposed positions, and smart labels.
910
+ - **Legend** - Supports a legend to provide additional information about a series with customization options.
911
+ - **Animation** - The 3D chart series will be animated when rendering and refreshing the chart widget.
912
+ - **User Interaction** - Supports interactive features such as tooltips and data point selection.
913
+ - **Export** - Supports printing the 3D chart directly from the browser and exporting the chart in both JPEG and PNG formats.
914
+ - **RTL** - Provides a full-fledged right-to-left mode that aligns the axis, tooltip, legend, and data in the 3D chart component from right to left.
915
+ - **Appearance** - Colors for the 3D charts are picked by the built-in theme, but each element of the 3D chart can be customized with simple configuration options.
916
+ - **Accessibility** - Designed to be accessible to users with disabilities, with features such as WAI-ARIA standard compliance and keyboard navigation to ensure that the 3D chart can be effectively used with assistive technologies such as screen readers.
917
+
918
+ ## 23.2.7 (2023-12-05)
919
+
920
+ ### Chart
921
+
922
+ #### Bug Fixes
923
+
924
+ - `#I522567` - The chart `height` has now been updated properly.
925
+ - `#I523917` - Now, the marker renders properly when animating the series after changing data through the period selector.
926
+
927
+ ### StockChart
928
+
929
+ #### Bug Fixes
930
+
931
+ - `#I522065` - Now, the series `border` is working properly.
932
+ - `#I523535` - Now, stock event renders properly.
933
+
934
+ ## 23.2.6 (2023-11-28)
935
+
936
+ ### Chart
937
+
938
+ #### Bug Fixes
939
+
940
+ - `#I520071` - Now, `cluster` selection is working properly in the scatter series.
941
+ - `#I522808` - Fixed console error that was thrown when using the name property in the axis for a polar chart.
942
+ - `#I523059` - Now, the period selector's selected index is highlighted properly whenever we resize the screen.
943
+
944
+ ## 23.2.5 (2023-11-23)
945
+
946
+ ### AccumulationChart
947
+
948
+ #### Bug Fixes
949
+
950
+ - `#I519546` - Now, the pie chart data label renders properly when the data point is zero.
951
+
952
+ ### Chart
953
+
954
+ #### Bug Fixes
955
+
956
+ - `#I520467` - The combination of multiple types of trendlines is now rendering properly.
957
+ - `#I519877` - Now, `StackingGroup` is working properly along with `columnWidthInPixel`.
958
+ - `#I519877` - Now, `ColumnSpacing` is working properly along with `columnWidthInPixel`.
959
+
960
+ ## 23.2.4 (2023-11-20)
961
+
962
+ ### Chart
963
+
964
+ #### Bug Fixes
965
+
966
+ - `#I504772` - It is now possible to cancel zooming using the scrollbar through the 'scrollChanged' event.
967
+
968
+ #### Features
969
+
970
+ - `#I494809` - Now steps can be applied to the line from the center, as well as from the left and right of the points.
971
+ - `#I505867` - Enhanced the rendering of scatter series with a large number of data points.
972
+
973
+ ## 23.1.44 (2023-11-07)
974
+
975
+ ### Chart
976
+
977
+ #### Bug Fixes
978
+
979
+ - `#I495717` - Now the pdf-export module is not included by default.
980
+
981
+ ## 23.1.43 (2023-10-31)
982
+
983
+ ### Chart
984
+
985
+ #### Bug Fixes
986
+
987
+ - `#F184961` - The enable RTL property is now working correctly in polar chart.
988
+ - `#I512713` - Now the chart series type can be updated using react hooks.
989
+
990
+ ## 23.1.42 (2023-10-24)
991
+
992
+ ### Chart
993
+
994
+ #### Bug Fixes
995
+
996
+ - `#I510832` - Multiple trendlines for line type series are now functioning correctly.
997
+ - `#I511821` - Now the data label is rendering properly in canvas mode.
998
+
999
+ ### StockChart
1000
+
1001
+ #### Bug Fixes
1002
+
1003
+ - `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.
1004
+
1005
+ ## 23.1.41 (2023-10-17)
1006
+
1007
+ ### RangeNavigator
1008
+
1009
+ #### Bug Fixes
1010
+
1011
+ - `#I502356` - Fixed the console error that throws when we resize the range navigator.
1012
+
1013
+ ## 23.1.40 (2023-10-10)
1014
+
1015
+ ### Chart
1016
+
1017
+ #### Bug Fixes
1018
+
1019
+ - `#I499384` - Now the chart series is getting focused properly after legend click.
1020
+
1021
+ ## 23.1.39 (2023-10-04)
1022
+
1023
+ ### Chart
1024
+
1025
+ #### Bug Fixes
1026
+
1027
+ - `#I498233` - Now the `binInterval` is properly updating on dynamic change.
1028
+ - `#I504772` - Now, limit the zooming level in the chart through the onZooming event.
1029
+ - `#I501725` - Subtitle is now rendering properly based on the chart width.
1030
+
1031
+ ### AccumulationChart
1032
+
1033
+ #### Bug Fixes
1034
+
1035
+ - `#I503999` - Now, the legend in the shape of a `Cross` renders properly.
1036
+
1037
+ ## 23.1.38 (2023-09-26)
1038
+
1039
+ ### Chart
1040
+
1041
+ #### Bug Fixes
1042
+
1043
+ - `#I498152` - Fixed the issue of pane collapse when zooming in the chart.
1044
+ - `#I498070` - Now, the tooltip is displaying properly for all series when the shared tooltip is enabled.
1045
+ - `#I478252` - Updated legend aria-label based on the visibility of the series.
1046
+ - `#I499382` - Changed the color of the tab bar line based on the theme.
1047
+ - `#I499384` - Chart points are now focusing properly when navigating using arrow keys.
1048
+ - `#I498673` - Now the primary axes are displaying properly when rendering series using secondary axes.
1049
+ - `#I500178` - Fixed a issue where a console error was being thrown when trying to zoom in the Pareto chart during selection.
1050
+ - `#I482650` - Fixed issue where the height of the chart would increase when the axis was hidden.
1051
+
1052
+ ### AccumulationChart
1053
+
1054
+ #### Bug Fixes
1055
+
1056
+ - `#F184357` - Funnel chart is now rendering properly when all the data points value is zero.
1057
+ - `#I498982` - Data labels are now displaying properly after legend click.
1058
+
1059
+ ## 23.1.36 (2023-09-15)
1060
+
1061
+ ### Chart
1062
+
1063
+ #### Features
1064
+
1065
+ - `#I462095` - Provided support for using column or bar charts to display data in the form of cylindrical-shaped items.
1066
+ - `#I395116` - Provided support for synchronizing tooltips, zooming and panning, cross-hairs, highlights, and selection features across numerous charts.
1067
+ - `#I420935` - Provided support for exporting chart data to Excel in a table format.
1068
+ - `#I489636` - It is now possible to add a background and border to the chart title and subtitle.
1069
+ - `#F182191` - Provided support to hide the nearest data in tooltip when having multiple axis.
1070
+ - `#I294830` - Enhanced PDF export feature facilitates exporting charts from the web page onto multiple pages within a PDF document.
1071
+
1072
+ ### StockChart
1073
+
1074
+ #### Features
1075
+
1076
+ - `#I253147` - Provided support for exporting chart data to Excel in a table format.
1077
+ - New axis type `DateTimeCategory` is now available to show only business days.
1078
+
1079
+ ## 22.2.12 (2023-09-05)
1080
+
1081
+ ### Chart
1082
+
1083
+ #### Bug Fixes
1084
+
1085
+ - `#F184251` - Fixed an issue in axis label position when label position set to inside for bar series.
1086
+
1087
+ ## 22.2.11 (2023-08-29)
1088
+
1089
+ ### Accumulation chart
1090
+
1091
+ #### Bug Fixes
1092
+
1093
+ - `#I494139` - The tab index is now properly displayed in the accumulation chart.
1094
+
1095
+ ### Chart
1096
+
1097
+ #### Bug Fixes
1098
+
1099
+ - `#F46287` - Fixed an issue where the tooltip was not rendered when the chart id was a numeric value.
1100
+ - `#I478252` - The legend aria label has been changed based on the legend click.
1101
+ - `#I492750` - Fixed an issue where the zoom factor and zoom position were not applied after scrolling the chart.
1102
+
1103
+ ## 22.2.10 (2023-08-22)
1104
+
1105
+ ### Accumulation chart
1106
+
1107
+ #### Bug Fixes
1108
+
1109
+ - `#I490028` - Fixed an issue where the `centerLabel` text was not being displayed in bold formatting.
1110
+
1111
+ ### Sparkline
1112
+
1113
+ #### Bug Fixes
1114
+
1115
+ - `#F45948` - Fixed issue with sparkline pie not displaying properly when having single point.
1116
+ - `#F45935` - Fixed an issue where the chart gets vanished when data updated after resizing the chart.
1117
+
1118
+ ## 22.2.9 (2023-08-15)
1119
+
1120
+ ### Accumulation chart
1121
+
1122
+ #### Bug Fixes
1123
+
1124
+ - `#I486337` - Fixed an issue where the console error thrown when disabling the animation.
1125
+ - `#I486337` - Now the destroy method is properly working in accumulation chart.
1126
+
1127
+ ### Chart
1128
+
1129
+ #### Bug Fixes
1130
+
1131
+ - `#I487053` - Now, `startFromZero` is functioning correctly in stackingColumn.
1132
+
1133
+ ## 22.2.8 (2023-08-08)
1134
+
1135
+ ### Chart
1136
+
1137
+ #### Bug Fixes
1138
+
1139
+ - `#I483107` - Data editing is now working properly, along with the zoom property.
1140
+ - `#I484578` - The trendline is now rendered for the polynomial type in datetime.
1141
+ - `#I485511` - Fixed an issue where the trackball was not rendered properly in canvas mode.
1142
+
1143
+ ## 22.2.7 (2023-08-02)
1144
+
1145
+ ### Chart
1146
+
1147
+ #### Bug Fixes
1148
+
1149
+ - `#I479445` - Now, the legend opacity is working properly in the chart.
1150
+ - `#F183350` - Fixed an issue where the multicolored area was not working properly in canvas mode.
1151
+ - `#I481085` - The issue where the Legend gets cut off when `enablePages` is set to false has been resolved.
1152
+ - `#I481219` - Now, SelectedDataIndexes are properly updated when it is cleared on button click.
1153
+ - `#I482650` - Now the chart is proper when refreshed after zooming in and out.
1154
+
1155
+ ## 22.2.5 (2023-07-27)
1156
+
1157
+ ### Chart
1158
+
1159
+ #### Bug Fixes
1160
+
1161
+ - `#I477552` - Fixed an issue where the column was overlapping with the axis line.
1162
+ - `#I477506` - Fixed an issue where the trendline was not changing when updating its properties.
1163
+ - `#I475454` - Now UseGroupingSeparator is working in accumulation tooltip.
1164
+ - `#F183277` - Fixed an issue where range color mapping was not working when using two series.
1165
+ - `#I479131` - Fixed the issue of data label cropping when setting the value as the minimum.
1166
+ - `#I479171` - Fixed an issue where the range values of the scroll bar were not proper.
1167
+ - `#I471081` - Now, stripline is proper when the width is changed.
1168
+
1169
+ ## 22.1.39 (2023-07-18)
1170
+
1171
+ ### Chart
1172
+
1173
+ #### Bug Fixes
1174
+
1175
+ - `#I474743` - Fixed issue where chart type did not change when updated using the "type" attribute.
1176
+ - `#I473789` - Fixed an issue where the chart was not getting rendered in PhantomJS.
1177
+ - `#I473845` - Resolved an issue where axis labels were not rendering correctly during export and initial render.
1178
+ - `#I478252` - Improved the accessibility of the legend.
1179
+ - `#I478253` - Updated the accessibility text in the chart container.
1180
+ - `#I481747` - Now, the double axis labels are correct when the culture is set to 'it'.
1181
+
1182
+ ## 22.1.38 (2023-07-11)
1183
+
1184
+ ### Chart
1185
+
1186
+ #### Bug Fixes
1187
+
1188
+ - `#I475437` - Resolved issue where crosshair intersection point was not properly displayed.
1189
+ - `#I463171` - Resolved issue where column width was not properly displayed.
1190
+
1191
+ ## 22.1.37 (2023-07-04)
1192
+
1193
+ ### Chart
1194
+
1195
+ #### Bug Fixes
1196
+
1197
+ - `#I464403` - Fixed an issue where the dash array in segmented stripline was not working properly.
1198
+ - `#I473748` - Fixed issue where the chart was not being rendered when a null value was given as the series name.
1199
+ - `#I474198` - Fixed an issue where the x axis label was not displayed correctly.
1200
+ - `#I474198` - Fixed an issue where the first label was getting cut off when the edgeLabelPlacement was set to 'shift'.
1201
+
1202
+ ## 22.1.36 (2023-06-28)
1203
+
1204
+ ### Chart
1205
+
1206
+ #### Bug Fixes
1207
+
1208
+ - `#F182477` - Resolved the issue where the X axis displayed all values even when an interval of 1 and only one data point was provided.
1209
+ - `#I471069` - Fixed an issue where multiple axes were not displaying properly when using large records of data.
1210
+ - `#I461357` - Fixed issue with selection not working when using zoom settings.
1211
+
1212
+ ## 22.1.34 (2023-06-21)
1213
+
1214
+ ### Chart
1215
+
1216
+ #### New Features
1217
+
1218
+ - `#I461049` - Provided support to display a zoom toolbar for the chart on initial load, which allows user to zoom in on the chart.
1219
+ - `#I439527` - Provided support for a cross-shaped marker to the data points in the chart.
1220
+ - `#I283789` - Provided support to position the chart title to the left, right, or bottom of the chart.
1221
+ - `#I286744` - It is now possible to customize the axis scroll bar by changing its color and height, and disable zooming in the scrollbar.
1222
+ - `#I386094` - Improved the axis label placement after line break.
1223
+ - `#I428708` - Provided distinct markers shape for each series in the chart.
1224
+ - `#I404448` - It is now possible to customize the Pareto axis and line in terms of marker, width, dash array, and color.
1225
+
1226
+ #### Breaking Changes
1227
+
1228
+ - To differentiate between marker shapes in the `ChartShape` enumeration, the existing Cross shape has been replaced with Plus, while a new enumeration, Cross, has been added for the cross shape.
1229
+ - The font family for chart elements such as the title, axis labels, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1230
+
1231
+ | Theme | Previous Font Family| New Font Family |
1232
+ | -------- | -------- | -------- |
1233
+ | Material | Segoe UI | Roboto |
1234
+ | Bootstrap 5 | Segoe UI | Helvetica |
1235
+ | Bootstrap 4 | Segoe UI | Helvetica |
1236
+ | Bootstrap | Segoe UI | Helvetica |
1237
+ | TailWind | Segoe UI | Inter|
1238
+
1239
+ #### Bug Fixes
1240
+
1241
+ - `#I467459` - The legend is now rendering properly when resizing the chart.
1242
+ - `#F182605` - The multicolored line series chart is now rendering properly while using `isInversed` in the primary Y-axis.
1243
+ - `#I467459` - Now, the axis labels are rotating properly in the canvas mode.
1244
+
1245
+ ### Stock Chart
1246
+
1247
+ #### Breaking Changes
1248
+
1249
+ - By default, the series type and trendline dropdowns have been removed from the stock chart period selector. However, you can still add them to the list upon request or as needed. This modification provides a cleaner interface and reduces clutter in the stock chart period selector.
1250
+ - By default, the tooltip for the range selector in the stock chart has been removed. Instead, the tooltip will now appear only when you move the slider.
1251
+ - The print option has been removed from the period selector because it is already available in the export dropdown. This modification provides a cleaner interface and reduces clutter in the stock chart's period selector.
1252
+ - The font family for stock chart elements such as the title, axis labels, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1253
+
1254
+ | Theme | Previous Font Family| New Font Family |
1255
+ | -------- | -------- | -------- |
1256
+ | Material | Segoe UI | Roboto |
1257
+ | Bootstrap 5 | Segoe UI | Helvetica |
1258
+ | Bootstrap 4 | Segoe UI | Helvetica |
1259
+ | Bootstrap | Segoe UI | Helvetica |
1260
+ | TailWind | Segoe UI | Inter|
1261
+
1262
+ ### Accumulation chart
1263
+
1264
+ #### Breaking Changes
1265
+
1266
+ - The font family for accumulation chart elements such as the title, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1267
+
1268
+ | Theme | Previous Font Family| New Font Family |
1269
+ | -------- | -------- | -------- |
1270
+ | Material | Segoe UI | Roboto |
1271
+ | Bootstrap 5 | Segoe UI | Helvetica |
1272
+ | Bootstrap 4 | Segoe UI | Helvetica |
1273
+ | Bootstrap | Segoe UI | Helvetica |
1274
+ | TailWind | Segoe UI | Inter|
1275
+
1276
+ ### Bullet Chart
1277
+
1278
+ #### Breaking Changes
1279
+
1280
+ - The font family for bullet chart elements such as the title, labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1281
+
1282
+ | Theme | Previous Font Family| New Font Family |
1283
+ | -------- | -------- | -------- |
1284
+ | Material | Segoe UI | Roboto |
1285
+ | Bootstrap 5 | Segoe UI | Helvetica |
1286
+ | Bootstrap 4 | Segoe UI | Helvetica |
1287
+ | Bootstrap | Segoe UI | Helvetica |
1288
+ | TailWind | Segoe UI | Inter|
1289
+
1290
+ ### RangeNavigator
1291
+
1292
+ #### Breaking Changes
1293
+
1294
+ - The font family for range navigator elements such as the axis labels, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1295
+
1296
+ | Theme | Previous Font Family| New Font Family |
1297
+ | -------- | -------- | -------- |
1298
+ | Material | Segoe UI | Roboto |
1299
+ | Bootstrap 5 | Segoe UI | Helvetica |
1300
+ | Bootstrap 4 | Segoe UI | Helvetica |
1301
+ | Bootstrap | Segoe UI | Helvetica |
1302
+ | TailWind | Segoe UI | Inter|
1303
+
1304
+ ### Sparkline
1305
+
1306
+ #### Breaking Changes
1307
+
1308
+ - The font family for sparkline elements such as the data labels, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1309
+
1310
+ | Theme | Previous Font Family| New Font Family |
1311
+ | -------- | -------- | -------- |
1312
+ | Material | Segoe UI | Roboto |
1313
+ | Bootstrap 5 | Segoe UI | Helvetica |
1314
+ | Bootstrap 4 | Segoe UI | Helvetica |
1315
+ | Bootstrap | Segoe UI | Helvetica |
1316
+ | TailWind | Segoe UI | Inter|
1317
+
1318
+ ### Smith Chart
1319
+
1320
+ #### Breaking Changes
1321
+
1322
+ - The font family for smith chart elements such as the title, data labels, legend, tooltip, etc., has been changed based on the theme in the 2023 Volume 2 release.
1323
+
1324
+ | Theme | Previous Font Family| New Font Family |
1325
+ | -------- | -------- | -------- |
1326
+ | Material | Segoe UI | Roboto |
1327
+ | Bootstrap 5 | Segoe UI | Helvetica |
1328
+ | Bootstrap 4 | Segoe UI | Helvetica |
1329
+ | Bootstrap | Segoe UI | Helvetica |
1330
+ | TailWind | Segoe UI | Inter|
1331
+
1332
+ ## 21.2.10 (2023-06-13)
1333
+
1334
+ ### Chart
1335
+
1336
+ #### Bug Fixes
1337
+
1338
+ `#I451537` - Spline is now proper for negative points without specify the range.
1339
+
1340
+ ## 21.2.9 (2023-06-06)
1341
+
1342
+ ### Chart
1343
+
1344
+ #### Bug Fixes
1345
+
1346
+ - `#F182216` - Fixed the issue where the data label was hidden.
1347
+ - `#I464403` - Fixed an issue where strip line text was getting cut off when it was too long.
1348
+
1349
+ ## 21.2.8 (2023-05-30)
1350
+
1351
+ ### Chart
1352
+
1353
+ #### Bug Fixes
1354
+
1355
+ - `#F181551` - The tooltip now displays the percentage of each stacking group.
1356
+ - `#F182191` - Now, tooltip values are displayed correctly when no data is given for the data point in a series.
1357
+ - `#I461357` - Now, zooming and selection are working properly when using both at the same time.
1358
+ - `#I452148` - The issue of the y-axis label overlap has been fixed.
1359
+ - `#I464813` - Fixed MinorGridLine to be visible even when the width is not set for MajorTickLine.
1360
+ - `#I463171` - Fixed issue where column width was not being set properly.
1361
+ - `#I462090` - Fixed an issue where startFromAxis was not working correctly for stripLine.
1362
+
1363
+ ## 21.2.6 (2023-05-23)
1364
+
1365
+ ### Chart
1366
+
1367
+ #### Bug Fixes
1368
+
1369
+ - `#F182033` - The marker is now proper while zooming the chart.
1370
+
1371
+ ## 21.2.5 (2023-05-16)
1372
+
1373
+ ### Chart
1374
+
1375
+ #### Bug Fixes
1376
+
1377
+ - `#F181976` - Now the tooltip is proper when using two axes in a chart.
1378
+ - `#I451537` - Now, the axis label value is correct when an interval is not given.
1379
+ - `#I451537` - Fixed an issue where the axis label was not displaying correctly.
1380
+ - `#I451537` - Now, the secondary axis label will be correctly displayed without an interval.
1381
+ - `#I452395` - Fixed an issue where the y-axis axis label was displaying double values.
1382
+ - `#I452390` - Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
1383
+
1384
+ ## 21.2.4 (2023-05-09)
1385
+
1386
+ ### Chart
1387
+
1388
+ #### Bug Fixes
1389
+
1390
+ - `#I457088` - Fixed the console error thrown on clicking on the legend.
1391
+ - `#I459170` - Now the accumulation data label is visible when using a template.
1392
+
1393
+ ## 21.2.3 (2023-05-03)
1394
+
1395
+ ### Chart
1396
+
1397
+ #### Bug Fixes
1398
+
1399
+ - `#I452421` - Fixed an issue where a dotted line was showing up for line charts while exporting through PhantomJS.
1400
+ - `#I451960` - Resolved an issue where the datalabel border was getting added while exporting using PhantomJS.
1401
+ - `#I452091` - Resolved an issue where line charts were not being rendered while exporting using PhantomJS.
1402
+ - `#I455206` - Fixed an issue where the DataLabel was not visible despite there being enough space to display it.
1403
+ - `#I452148` - `MultipleRows` in labelIntersectAction property is now working properly.
1404
+ - `#I456533` - Fixed an issue where the tick line was visible even if there was no axis label for it.
1405
+ - `#F181431` - Fixed the issue where chart width was not changing on print.
1406
+
1407
+ #### New Features
1408
+
1409
+ - `#I451521` - Provided support for dashArray in series border for Pie chart.
1410
+ - `#I360879` - Provided support to disable marker explode in shared tooltip.
1411
+
1412
+ ## 21.1.41 (2023-04-18)
1413
+
1414
+ ### Chart
1415
+
1416
+ #### Bug Fixes
1417
+
1418
+ - `#I451521` - Now, the border is proper in the funnel and pyramid series.
1419
+ - `#I453698` - Cross shape marker now displays correctly in Scatter Series.
1420
+ - `#I439673` - The `enableTextWrap` property of the tooltip is now working properly in the pie chart.
1421
+ - `#I452390` - Fixed the issue where the axis label was not properly visible.
1422
+ - `#I447639` - Tooltip format now displays properly when using the axis label format.
1423
+ - `#I453698` - The legend shape now reflects the marker shape in scatter series.
1424
+
1425
+ ## 21.1.39 (2023-04-11)
1426
+
1427
+ ### Chart
1428
+
1429
+ #### Bug Fixes
1430
+
1431
+ - `#I451537` - Now, the column chart rectangle is properly rendering for OnTicks.
1432
+ - `#I452148` - The chart now renders correctly even when the x value is set to an empty string in the data source.
1433
+
1434
+ ## 21.1.38 (2023-04-04)
1435
+
1436
+ ### Chart
1437
+
1438
+ #### Bug Fixes
1439
+
1440
+ - `#I449076` - Data labels are now displayed properly in the HiloOpenClose chart.
1441
+ - `#I444669` - Line width of the series is now updating properly while using useState method.
1442
+ - `#I444557` - Legend is now rendering properly on the top position without overlapping with axis label.
1443
+
1444
+ ## 21.1.35 (2023-03-23)
1445
+
1446
+ ### Chart
1447
+
1448
+ #### New Features
1449
+
1450
+ - `#I320485` - Provided support to place a label at the center of the pie and donut charts.
1451
+ - `#I416444` - Provided support for a new chart type called range step area which is used to display the difference between minimum and maximum values over a certain time period.
1452
+ - `#I396453`, `#I314160` - Provided support to customize the height and color of the error bar of each data point.
1453
+
1454
+ #### Bug Fixes
1455
+
1456
+ - `#I444557` - Resolved the issue where the legend and the chart were overlapping.
1457
+ - `#I431278` - Resolved issue with overlapping chart and data label when rotation is enabled.
1458
+
1459
+ ## 20.4.54 (2023-03-14)
1460
+
1461
+ ### Chart
1462
+
1463
+ #### Bug Fixes
1464
+
1465
+ - `#F180863` - Resolved the issue where the page was reloading automatically.
1466
+
1467
+ ## 20.4.53 (2023-03-07)
1468
+
1469
+ ### Chart
1470
+
1471
+ #### Bug Fixes
1472
+
1473
+ - `#I441035` - Fixed issue with page becoming unresponsive when zooming chart too quickly.
1474
+
1475
+ ## 20.4.52 (2023-02-28)
1476
+
1477
+ ### Chart
1478
+
1479
+ #### Bug Fixes
1480
+
1481
+ - `#F180554` - Fixed console error thrown when using the destroy method.
1482
+ - `#I437308` - Resolved accessibility issues in chart.
1483
+ - `#I436273` - Fixed issue with chart going out when zooming without clip rect in path.
1484
+
1485
+ ## 20.4.51 (2023-02-21)
1486
+
1487
+ ### Chart
1488
+
1489
+ #### Bug Fixes
1490
+
1491
+ - `#F180050` - Tooltip text and markers are now properly aligned when text is removed from the tooltip.
1492
+ - `#I401851` - The issue of axis title and axis label overlap has been fixed.
1493
+ - `#I436272` - Disabled the marker explode for marker image.
1494
+ - `#I429808` - The axis labels getting cut off when rotating the labels has been fixed.
1495
+ - `#I437507` - `PointDoubleClick` event is not triggered in chart issue has been fixed.
1496
+
1497
+ ## 20.4.49 (2023-02-07)
1498
+
1499
+ ### Chart
1500
+
1501
+ #### Bug Fixes
1502
+
1503
+ - `#I430549` - The axis labels getting cut off when rotating the labels has been fixed.
1504
+ - `#F180163` - Removed the chart focus element when changing to the next page.
1505
+ - `#I432239` - Now, the chartDoubleClick event is triggered when used in conjunction with the chartMouseClick event.
1506
+
1507
+ ## 20.4.48 (2023-02-01)
1508
+
1509
+ ### Chart
1510
+
1511
+ #### New Features
1512
+
1513
+ - `#I423603` - Provided support to remove points with no data from shared tooltip.
1514
+
1515
+ #### Bug Fixes
1516
+
1517
+ - `#I428396` - Now, when using the overflow property, multilevel labels are wrapped based on the maximumTextWidth.
1518
+ - `#I430286` - Now the period selectors are updating properly with respect to the range selector.
1519
+ - `#I426849` - Resolved the console error in the tooltip when the data for the series is empty.
1520
+
1521
+ ## 20.4.44 (2023-01-18)
1522
+
1523
+ ### Chart
1524
+
1525
+ #### Bug Fixes
1526
+
1527
+ - `#I426511` - Chart cut off when the parent container width is less than the chart width has been fixed.
1528
+ - `#I427185` - The DateTimeCategory axis now correctly sorts data.
1529
+
1530
+ ## 20.4.43 (2023-01-10)
1531
+
1532
+ ### Chart
1533
+
1534
+ #### Bug Fixes
1535
+
1536
+ - `#I426642` - Now accumulation chart keyboard focus element is removed from DOM properly after destroying the component.
1537
+ - `#I426112` - Now UseGroupingSeparator is working in data label.
1538
+ - `#I426849` - Tooltip and crosshair are now working properly for the missed data.
1539
+
1540
+ ### RangeNavigator
1541
+
1542
+ #### Bug Fixes
1543
+
1544
+ - `#I426389` - Changed event triggered unnecessarily when clicking daterangepicker issue has been fixed.
1545
+
1546
+ ## 20.4.42 (2023-01-04)
1547
+
1548
+ ### Chart
1549
+
1550
+ #### Bug Fixes
1551
+
1552
+ - `#F179514` - Now the alignment of text is proper in the header of the tooltip and crosshair tooltip text.
1553
+ - `#I401851` - Axis title overlaps with axis labels issue has been fixed.
1554
+
1555
+ ### RangeNavigator
1556
+
1557
+ #### Bug Fixes
1558
+
1559
+ - `#I413509` - Now period selectors are updating properly for the range selector changes.
1560
+
1561
+ ## 20.4.40 (2022-12-28)
1562
+
1563
+ ### Chart
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - `#I423644` - Now axis label is aligned properly when minimum value is high.
1568
+ - `#I423606` - Trendline is now proper for zero values,
1569
+ - `#I424547` - Now zooming the multi colored line is working properly.
1570
+
1571
+ ## 20.4.38 (2022-12-21)
1572
+
1573
+ ### Chart
1574
+
1575
+ #### New Features
1576
+
1577
+ - `#I346292`, `#I347892` - Provided support to wrap data labels in the accumulation charts.
1578
+ - `#I401851` - Provided support to rotate the axis title from 0 to 360 degree.
1579
+ - Provided support for dashed legends for dashed line series.
1580
+
1581
+ #### Bug Fixes
1582
+
1583
+ - `#I420456` - Now cancel argument in legend click event working properly.
1584
+ - `#I423376` - Console error thrown when rendering the tooltip in trendlines has been fixed.
1585
+ - `#I422475` - Accumulation chart height is now proper with respect to its parent container.
1586
+
1587
+ ### Bullet Chart
1588
+
1589
+ #### Bug Fixes
1590
+
1591
+ - `#I422321` - Now label alignment property is working properly in bullet chart.
1592
+
1593
+ ## 20.3.60 (2022-12-06)
1594
+
1595
+ ### Chart
1596
+
1597
+ #### Bug Fixes
1598
+
1599
+ - `#I421349` - Now chart axis is removed properly on dynamic update.
1600
+ - `#I421251` - Now Pie chart render When set the width to less than 20% for the parent div.
1601
+ - `#I421251` - Pie chart gets crashed when setting the datalabel issue has been fixed.
1602
+
1603
+ ### RangeNavigator
1604
+
1605
+ #### Bug Fixes
1606
+
1607
+ - `#I413509` - Now period selectors are updating properly for the range selector changes.
1608
+
1609
+ ## 20.3.58 (2022-11-22)
1610
+
1611
+ ### Chart
1612
+
1613
+ #### Bug Fixes
1614
+
1615
+ - `#I412377` - Now axis labels are placed inside the chart properly.
1616
+ - `#I412377` - Margin gets added when adding the axes dynamically issue has been fixed .
1617
+ - `#F178666` - Now the data point aria label is proper.
1618
+
1619
+ ### Stock Chart
1620
+
1621
+ #### Bug Fixes
1622
+
1623
+ - `#I418512` - Console error when specifying `labelRotation` for stockchart issue has been fixed.
1624
+
1625
+ ## 20.3.57 (2022-11-15)
1626
+
1627
+ ### Chart
1628
+
1629
+ #### Bug Fixes
1630
+
1631
+ - `#I415271` - Now technical indicator visible property working properly .
1632
+ - `#I412377` - Space is not removed when removing the axis has been fixed .
1633
+ - `#I415516` - Chart height is not proper issue has been fixed .
1634
+
1635
+ ## 20.3.56 (2022-11-08)
1636
+
1637
+ ### Chart
1638
+
1639
+ #### Bug Fixes
1640
+
1641
+ - `#I388725` - Multilevel label border cut off issue has been fixed.
1642
+
1643
+ ## 20.3.52 (2022-10-26)
1644
+
1645
+ ### Chart
1646
+
1647
+ #### Bug Fixes
1648
+
1649
+ - `#I412377` - Axis labels are now rendering properly inside the chart.
1650
+ - `#F171844` - Console error while using shared tooltip has been fixed.
1651
+
1652
+ ## 20.3.50 (2022-10-18)
1653
+
1654
+ ### Chart
1655
+
1656
+ #### Bug Fixes
1657
+
1658
+ - `#F178096` - Chart axis range is now calculated properly after zooming the chart.
1659
+
1660
+ ### Bullet Chart
1661
+
1662
+ #### Bug Fixes
1663
+
1664
+ - `#F177357` - Data label gets cropped in Bullet Chart has been fixed.
1665
+
1666
+ ## 20.3.49 (2022-10-11)
1667
+
1668
+ ### Chart
1669
+
1670
+ #### Bug Fixes
1671
+
1672
+ - `#I383934` - Now shared tooltip is rendering properly for all points.
1673
+
1674
+ ### Sparkline
1675
+
1676
+ #### Bug Fixes
1677
+
1678
+ - `#F177692` - Sparkline component is not rendered in React Next app issue has been fixed.
1679
+
1680
+ ## 20.3.48 (2022-10-05)
1681
+
1682
+ ### Chart
1683
+
1684
+ #### Bug Fixes
1685
+
1686
+ - `#I409365` - Now canvas chart is working proper on legend click.
1687
+
1688
+ ### Bullet Chart
1689
+
1690
+ #### Bug Fixes
1691
+
1692
+ - `#I400763` - Now Bulletchart axis labels are aligned properly for all fontsize.
1693
+
1694
+ ## 20.3.47 (2022-09-29)
1695
+
1696
+ ### Chart
1697
+
1698
+ #### New Features
1699
+
1700
+ - Provided border support for area chart types like Area, Step Area, Spline Area, Stacked Area and 100% Stacked Area.
1701
+ - `#I298760` - It is now possible to format data labels in the chart, and it supports all global formats.
1702
+ - `#I379807` - A toolbar for zooming and panning has been added to the chart on load.
1703
+ - `#I386960` - Provided support to customize the space between legend items in the chart.
1704
+ - `#I387973` - Provided legend click event for the accumulation chart.
1705
+
1706
+ ## 20.2.50 (2022-09-20)
1707
+
1708
+ ### Chart
1709
+
1710
+ #### Bug Fixes
1711
+
1712
+ - `#I404375` - Now alignment of the data label is working properly.
1713
+ - `#F177357` - Now interval for axis is calculating properly for zoomed data.
1714
+
1715
+ ## 20.2.49 (2022-09-13)
1716
+
1717
+ ### Chart
1718
+
1719
+ #### Bug Fixes
1720
+
1721
+ - `#I398960` - Now chart axis scrollbar is working properly.
1722
+ - `#I399859` - Pie chart subtitle is overlapped with datalabel issue has been fixed.
1723
+
1724
+ ### Stock Chart
1725
+
1726
+ #### Bug Fixes
1727
+
1728
+ - `#I401042` - Now label stlye is applying properly for stock chart axis labels.
1729
+
1730
+ ## 20.2.48 (2022-09-06)
1731
+
1732
+ ### Chart
1733
+
1734
+ #### Bug Fixes
1735
+
1736
+ - `#I400391` - X axis start label is now shifted when y axis is in opposed position.
1737
+ - `#I400062` - Now the axis lines are displayed properly after the scrollbar.
1738
+
1739
+ ### Bullet Chart
1740
+
1741
+ #### Bug Fixes
1742
+
1743
+ - `#I400762` - Bullet Chart target height is now render properly.
1744
+ - `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.
1745
+
1746
+ ## 20.2.46 (2022-08-30)
1747
+
1748
+ ### Chart
1749
+
1750
+ #### Bug Fixes
1751
+
1752
+ - `#I399799` - Console error thrown in stock chart issue has been fixed.
1753
+ - `#I390359` - Now chart is rendered properly in all pixel resolution.
1754
+
1755
+ ## 20.2.45 (2022-08-23)
1756
+
1757
+ ### Chart
1758
+
1759
+ #### Bug Fixes
1760
+
1761
+ - `#I397378` - Legend toggle visibility displays diagonal line in chart issue has been fixed.
1762
+ - `#I396922` - Axis ranges are now refreshing properly after data point dragging.
1763
+ - `#I397935` - Axis are now rendering properly after legend toggle.
1764
+
1765
+ ## 20.2.44 (2022-08-16)
1766
+
1767
+ ### Chart
1768
+
1769
+ #### Bug Fixes
1770
+
1771
+ - `#I395538` - Shared tooltip template is not shown for two series has been fixed.
1772
+
1773
+ ## 20.2.43 (2022-08-08)
1774
+
1775
+ ### Chart
1776
+
1777
+ #### Bug Fixes
1778
+
1779
+ - `#I393292` - Accumulation chart tooltip marker issue has been fixed.
1780
+
1781
+ ## 20.2.40 (2022-07-26)
1782
+
1783
+ ### Chart
1784
+
1785
+ #### Bug Fixes
1786
+
1787
+ - `#I391172` - Browser clashes while performing pinch zooming has been fixed.
1788
+ - `#I383951` - Chart zooming is not working after zoom reset in mobile mode has been fixed.
1789
+ - `#I392310` - Console error When performing range selection in hidden series has been fixed.
1790
+
1791
+ ## 20.2.38 (2022-07-12)
1792
+
1793
+ ### Chart
1794
+
1795
+ #### Bug Fixes
1796
+
1797
+ - `#I381436` - Data label is hidden in stacked bar series has been fixed.
1798
+ - `#F175532` - Waterfall sum indexes are now rendering properly.
1799
+ - `#I387394` - Marker position changes while displaying tooltip for rangearea issue has been fixed.
1800
+ - `#I387391` - Horizontal and vertical line marker shapes are now rendering properly.
1801
+
1802
+ ## 20.2.36 (2022-06-30)
1803
+
1804
+ ### Chart
1805
+
1806
+ #### New Features
1807
+
1808
+ - `#I362746` - Provided keyboard navigation support for interactive elements on the chart.
1809
+ - `#I353728` - Provided highlight and select support for the range and point color mapping.
1810
+
1811
+ - `#I362746` - Provided keyboard navigation support for interactive elements on the chart.
1812
+ - `#I353728` - Provided highlight and selection support for the range and point color mapping.
1813
+
1814
+ ## 20.1.59 (2022-06-07)
1815
+
1816
+ ### Chart
1817
+
1818
+ #### Bug Fixes
1819
+
1820
+ - `#I379535` - Background issue in PDF export has been fixed.
1821
+ - `#I379093` - Draggable arrow for stacked series is removed.
1822
+ - `#I381436` - Data label is hidden in stacked bar series has been fixed.
1823
+ - `#I379549` - Add series using DataManager makes a request to the server for multiple times issue is fixed.
1824
+
1825
+ ## 20.1.57 (2022-05-24)
1826
+
1827
+ ### Chart
1828
+
1829
+ #### Bug Fixes
1830
+
1831
+ - `#I378097` - `zooomComplete` event is now properly triggered for device.
1832
+
1833
+ ## 20.1.56 (2022-05-17)
1834
+
1835
+ ### Chart
1836
+
1837
+ #### Bug Fixes
1838
+
1839
+ - `#I378119` - PlotOffsetBottom not working fine issue has been fixed.
1840
+
1841
+ ## 20.1.55 (2022-05-12)
1842
+
1843
+ ### Chart
1844
+
1845
+ #### New Features
1846
+
1847
+ - `#I360879` - Provided support to disable the marker explode without tooltip and highlight mode.
1848
+
1849
+ ## 20.1.52 (2022-05-04)
1850
+
1851
+ ### Chart
1852
+
1853
+ #### Bug Fixes
1854
+
1855
+ - `#I375071` - Now axis labels is rendering properly with label rotation.
1856
+
1857
+ ## 20.1.51 (2022-04-26)
1858
+
1859
+ ### Chart
1860
+
1861
+ #### Bug Fixes
1862
+
1863
+ - `#I375071` - Now axis labels is rendering properly with label rotation.
1864
+
1865
+ ## 20.1.50 (2022-04-19)
1866
+
1867
+ ### Chart
1868
+
1869
+ #### Bug Fixes
1870
+
1871
+ - `#I372766` - Now axis labels rendered properly when resizing.
1872
+ - Now tooltip is rendered properly when RTL is enabled.
1873
+
1874
+ ## 20.1.48 (2022-04-12)
1875
+
1876
+ ### Chart
1877
+
1878
+ #### Bug Fixes
1879
+
1880
+ - `#I369936` - Console error when setting the legend mode as `Point` has been resolved.
1881
+ - `#I371101` - Now data labels will be rendered without overlapping.
1882
+ - `#I366649` - Polar Radar not rendered in canvas mode issue has been fixed.
1883
+ - `#I369616` - Spline curve break when zoom in issue has been fixed.
1884
+
1885
+ ## 20.1.47 (2022-04-04)
1886
+
1887
+ ### Chart
1888
+
1889
+ #### New Features
1890
+
1891
+ - `#I320275` - Wrap support provided for the legend text that overflows the container.
1892
+
1893
+ #### Bug Fixes
1894
+
1895
+ - `#I365536` - Crosshair tooltip is now proper when transform is applied.
1896
+
1897
+ ## 19.4.54 (2022-03-01)
1898
+
1899
+ ### Chart
1900
+
1901
+ #### Bug Fixes
1902
+
1903
+ - `#I362757` - Histogram points position is not equivalent to axis range issue has been resolved.
1904
+
1905
+ ## 19.4.53 (2022-02-22)
1906
+
1907
+ ### Chart
1908
+
1909
+ #### Bug Fixes
1910
+
1911
+ - `I365536` - Crosshair is now proper when scaling is applied.
1912
+
1913
+ ### RangeNavigator
1914
+
1915
+ #### Bug Fixes
1916
+
1917
+ - `#I365442` - Issue in Changed event has been fixed.
1918
+
1919
+ ## 19.4.50 (2022-02-08)
1920
+
1921
+ ### Chart
1922
+
1923
+ #### Bug Fixes
1924
+
1925
+ - `#F171373` - Sum indexes is now working for the Waterfall chart.
1926
+ - `#I363094` - Labelformat is now applied properly for the datalabel.
1927
+ - `#I362757` - Histogram points position is not equivalent to axis range issue has been resolved.
1928
+
1929
+ ## 19.4.47 (2022-01-25)
1930
+
1931
+ ### Chart
1932
+
1933
+ #### Bug Fixes
1934
+
1935
+ - `#I362517` - Secondary axis is now rendering properly based on series visibility.
1936
+ - `#I171844` - Console error issue fixed while using sharedTooltipRender event.
1937
+ - `#I362117` - Hours format in range navigator is changed to 24 hours.
1938
+
1939
+ ## 19.4.43 (2022-01-18)
1940
+
1941
+ ### Chart
1942
+
1943
+ #### Bug Fixes
1944
+
1945
+ - `#I361065` - Rotated y axis labels are positioned properly now.
1946
+ - `#I361317` - Shared tooltip template far away from cursor has fixed.
1947
+
1948
+ ## 19.4.42 (2022-01-11)
1949
+
1950
+ ### Chart
1951
+
1952
+ #### Bug Fixes
1953
+
1954
+ - `#I360775` - In the chart PDF export, a console error was fixed.
1955
+
1956
+ ## 19.4.41 (2022-01-04)
1957
+
1958
+ ### Chart
1959
+
1960
+ #### Bug Fixes
1961
+
1962
+ - `#I359390` - Axis label color is properly applied through `axisLabelRender` event.
1963
+ - `#F165023` - Highlight is working fine in IE browser.
1964
+
1965
+ ## 19.4.40 (2021-12-28)
1966
+
1967
+ ### Chart
1968
+
1969
+ #### Bug Fixes
1970
+
1971
+ - `#I357152` - Legend highlight and selection is now working properly.
1972
+
1973
+ ## 19.4.38 (2021-12-17)
1974
+
1975
+ ### Chart
1976
+
1977
+ #### New Features
1978
+
1979
+ - `#I271263`,`#I344376` - Provided grouping support for the column and bar chart based on categories.
1980
+ - `#F163374` - Provided color support to the highlighted point.
1981
+ - `#I342748` - Fixed width support have been provided for chart area.
1982
+ - `#I280225`, `#I340912` - Provided support to rotate y-axis labels to a given angle.
1983
+ - `#I345716` - Provided support to reverse the rendering order of the legend items in a chart.
1984
+ - Right to Left(RTL) feature added for all chart elements like legend, tooltip, data label, title, etc.
1985
+
1986
+ #### Bug Fixes
1987
+
1988
+ - `#I346999` - Data labels are now working properly while legend click.
1989
+ - `#I349146` - Range area and scatter series working fine on canvas mode.
1990
+
1991
+ ## 19.3.55 (2021-11-23)
1992
+
1993
+ ### Chart
1994
+
1995
+ #### Bug Fixes
1996
+
1997
+ - Tooltip is now working fine in react library for mobile device.
1998
+ - `#I347059` - Data label is now rendering properly for stacking column.
1999
+ - `#F170296` - Datalabels are now removed for empty datasource on dynamic update.
2000
+
2001
+ ## 19.3.54 (2021-11-17)
2002
+
2003
+ ### Chart
2004
+
2005
+ #### Bug Fixes
2006
+
2007
+ - `#I346999` - Data label connector line is now working properly for value zero.
2008
+ - `#I347279` - Marker color is now working properly for `MulticoloredLine` series type.
2009
+
2010
+ ## 19.3.53 (2021-11-12)
2011
+
2012
+ ### Chart
2013
+
2014
+ #### Bug Fixes
2015
+
2016
+ - `#I346472`- Selection and highlight color is not proper when using pointColorMapping is fixed.
2017
+ - `#I346183` - StackingArea not rendering properly in huge data has been fixed.
2018
+
2019
+ ## 19.3.48 (2021-11-02)
2020
+
2021
+ ### Chart
2022
+
2023
+ #### Bug Fixes
2024
+
2025
+ - `#I346066` - Pie chart datalabels are now rendering properly while disabling the legend dynamically.
2026
+
2027
+ ## 19.3.46 (2021-10-19)
2028
+
2029
+ ### Chart
2030
+
2031
+ #### Bug Fixes
2032
+
2033
+ - `#I345054` - Chart with shared tooltip and huge data throws console error issue is fixed.
2034
+
2035
+ ## 19.3.45 (2021-10-12)
2036
+
2037
+ ### Chart
2038
+
2039
+ #### Bug Fixes
2040
+
2041
+ - `#I339050` - Resolved CSP issues in the chart while using inline styles.
2042
+
2043
+ - Data point highlight is now properly working while enabling the tooltip.
2044
+
2045
+ ## 19.3.44 (2021-10-05)
2046
+
2047
+ ### Chart
2048
+
2049
+ #### Bug Fixes
2050
+
2051
+ - `#I342789` - Tooltip fade out duration works properly on mobile device.
2052
+ - `#F168868` - `OnZooming` event is now triggering properly.
2053
+ - `#I339227` - Logarithmic axis range is working fine even value "0" is given.
2054
+ - `#F169237` - Spline curve is not proper for null values is fixed.
2055
+
2056
+ ## 19.3.43 (2021-09-30)
2057
+
2058
+ ### Chart
2059
+
2060
+ #### New Features
2061
+
2062
+ - `#328985, #327703` - Provide pixel support for data points in rectangular chart types such as bar, range column, and column.
2063
+
2064
+ ## 19.2.62 (2021-09-14)
2065
+
2066
+ ### Chart
2067
+
2068
+ #### Bug Fixes
2069
+
2070
+ - `#I341014`, `#I341412` - Histogram chart rendering fine while using negative points.
2071
+ - `#I340071` - Chart zooming is proper now when the axis is inversed.
2072
+ - `#I341644` - Unwired the resize event for accumulation chart.
2073
+
2074
+ ## 19.2.60 (2021-09-07)
2075
+
2076
+ ### Chart
2077
+
2078
+ #### Bug Fixes
2079
+
2080
+ - `#I340525` - Data labels are rendering fine when the background is specified for the chart.
2081
+
2082
+ ## 19.2.59 (2021-08-31)
2083
+
2084
+ ### Chart
2085
+
2086
+ - `#I340170` - Resolved console error thrown on mouse move after removing the chart.
2087
+ - Accumulation chart explode is now working properly.
2088
+ - `339227` - Logarithmic axis is now working fine for data value below 1.
2089
+
2090
+ ## 19.2.57 (2021-08-24)
2091
+
2092
+ ### Chart
2093
+
2094
+ #### Bug Fixes
2095
+
2096
+ - `#337302` - Browser responsive issue while zooming the chart has been fixed.
2097
+
2098
+ ## 19.2.56 (2021-08-17)
2099
+
2100
+ ### Chart
2101
+
2102
+ #### Bug Fixes
2103
+
2104
+ - `#337487` - Query selector issue fixed for container ID.
2105
+
2106
+ ## 19.2.55 (2021-08-11)
2107
+
2108
+ ### Chart
2109
+
2110
+ #### New Features
2111
+
2112
+ - `#335166` - Provide Fade out support for chart tooltip on touch.
2113
+
2114
+ ## 19.2.51 (2021-08-03)
2115
+
2116
+ ### Chart
2117
+
2118
+ #### Bug Fixes
2119
+
2120
+ - `#337240` - Stripline working properly on canvas mode.
2121
+
2122
+ ### Accumulation chart
2123
+
2124
+ #### Bug Fixes
2125
+
2126
+ - `#335684` - Data label positioning properly for pie chart.
2127
+
2128
+ ## 19.2.49 (2021-07-27)
2129
+
2130
+ ### Chart
2131
+
2132
+ #### Bug Fixes
2133
+
2134
+ - `#335336` - Chart series is now rendeirng properly while zooming in canvas mode.
2135
+ - `#330763` - Tooltip template is now working fine without cropping.
2136
+
2137
+ ### Accumulation chart
2138
+
2139
+ #### Bug Fixes
2140
+
2141
+ - `#335151` - Console error while selecting point after cancelling a tooltip has been fixed.
2142
+
2143
+ ## 19.2.47 (2021-07-13)
2144
+
2145
+ ### Sparkline
2146
+
2147
+ #### Bug Fixes
2148
+
2149
+ - Resolved the console script exception while mouseover on the Sparkline.
2150
+
2151
+ ### Chart
2152
+
2153
+ #### Bug Fixes
2154
+
2155
+ - `#333145` - Point selection is now working properly, when specifying the selection on load.
2156
+ - `#334269` - Range area series is now rendering properly in stock chart.
2157
+
2158
+ ## 19.2.46 (2021-07-06)
2159
+
2160
+ ### Chart
2161
+
2162
+ #### Bug Fixes
2163
+
2164
+ - `#332577` - `StepArea` gets truncated while using canvas mode issue has been fixed.
2165
+
2166
+ ## 19.2.44 (2021-06-30)
2167
+
2168
+ ### Chart
2169
+
2170
+ #### Bug Fixes
2171
+
2172
+ - `#331558` - Zooming working fine when the pan element not shown in toolbar.
2173
+
2174
+ #### New Features
2175
+
2176
+ - The "Spline Range Area" interactive chart series is now available.
2177
+
2178
+ ### Stock Chart
2179
+
2180
+ #### New Features
2181
+
2182
+ - The legend feature has been added to the stock chart.
2183
+
2184
+ ## 19.1.69 (2021-06-15)
2185
+
2186
+ ### Chart
2187
+
2188
+ #### Bug Fixes
2189
+
2190
+ - `#329311` - Legend text is now rendering properly with ampersand symbol.
2191
+
2192
+ ## 19.1.67 (2021-06-08)
2193
+
2194
+ ### Chart
2195
+
2196
+ #### Bug Fixes
2197
+
2198
+ - `#F165670` - Marker Explode is now rendered properly with image.
2199
+ - `#328528` - Histogram is rendering properly when the `binInterval` value is 0.
2200
+ - `#328780` - `multiLevelLabelClick` event is now triggering in canvas mode.
2201
+
2202
+ ## 19.1.65 (2021-05-25)
2203
+
2204
+ ### Chart
2205
+
2206
+ #### Bug Fixes
2207
+
2208
+ - `#328528` - Histogram is rendering properly when the `binInterval` value is 0.
2209
+
2210
+ ### Stock Chart
2211
+
2212
+ #### Bug Fixes
2213
+
2214
+ - `#F165171` - Tooltip for column in stock chart is working properly now.
2215
+
2216
+ ## 19.1.64 (2021-05-19)
2217
+
2218
+ ### Chart
2219
+
2220
+ #### Bug Fixes
2221
+
2222
+ - `#326473` - Print is now working properly with strip line dash array.
2223
+
2224
+ ## 19.1.63 (2021-05-13)
2225
+
2226
+ ### Chart
2227
+
2228
+ #### Bug Fixes
2229
+
2230
+ - `#325456` - Highlight and selection issue has been fixed for multiple charts.
2231
+ - `#F165060` - Accumulation chart with data label is now rendering properly inside the dashboard layout.
2232
+
2233
+ #### New Features
2234
+
2235
+ - `#288255` - Improved logarithmic axis to show value less than 1.
2236
+
2237
+ ## 19.1.59 (2021-05-04)
2238
+
2239
+ ### Chart
2240
+
2241
+ #### Bug Fixes
2242
+
2243
+ - `#308029` - Console error thrown while using special character in the chart container ID issue has fixed.
2244
+ - `#F164708` - The white space in the legend icon issue has been fixed.
2245
+ - Accumulation chart refresh method removes inner HTML elements issue has been fixed.
2246
+ - `#325193` - Rotating data label is now working properly
2247
+
2248
+ #### New Features
2249
+
2250
+ - `#289399` - Provided support to reverse the legend shape and text.
2251
+
2252
+ ## 19.1.58 (2021-04-27)
2253
+
2254
+ ### Accumulation chart
2255
+
2256
+ #### Bug Fixes
2257
+
2258
+ - `#323707` - Console error thrown while using various radius pie chart inside dashboard layout issue is fixed.
2259
+
2260
+ ## 19.1.57 (2021-04-20)
2261
+
2262
+ ### Chart
2263
+
2264
+ #### Bug Fixes
2265
+
2266
+ - `#F163318` - Need to skip data not available in shared tooltip issue fixed.
2267
+
2268
+ ## 19.1.56 (2021-04-13)
2269
+
2270
+ ### Chart
2271
+
2272
+ #### Bug Fixes
2273
+
2274
+ - `#310867` - 100% Stacking area is now working properly on browser resize.
2275
+ - `#318354` - Scrollbar issue for bar type series is resolved.
2276
+ - `#319835` - Normal distribution line in histogram series is rendering properly.
2277
+
2278
+ ### Bullet chart
2279
+
2280
+ #### Bug Fixes
2281
+
2282
+ - `#318856` - Label for the negative data is now rendering properly.
2283
+
2284
+ ## 19.1.54 (2021-03-30)
2285
+
2286
+ ### Chart
2287
+
2288
+ #### New Features
2289
+
2290
+ - Range color mapping feature added.
2291
+
2292
+ #### Bug Fixes
2293
+
2294
+ - `#313827` - Fixed stripline fails issue on canvas mode.
2295
+ - `#304737` - Remove child of null console error thrown while using canvas mode issue has been fixed.
2296
+ - `#314894` - Stripline is not working in datetime for core platform issue fixed.
2297
+ - `#F162046` - Dynamic indicator change using useState issue resolved.
2298
+
2299
+ ## 18.4.46 (2021-03-02)
2300
+
2301
+ ### Chart
2302
+
2303
+ #### Bug Fixes
2304
+
2305
+ - `#156827` - Axis line break label alignment issue has been fixed.
2306
+
2307
+ ## 18.4.44 (2021-02-23)
2308
+
2309
+ ### Chart
2310
+
2311
+ #### New Features
2312
+
2313
+ - `#253348` - Icon support for legend space has been provided.
2314
+
2315
+ ## 18.4.43 (2021-02-16)
2316
+
2317
+ ### Chart
2318
+
2319
+ #### Bug Fixes
2320
+
2321
+ - `#308967` - Chart horizontal strip line position changes issue has been fixed.
2322
+ - `#21006` - Render fail using point color mapping if datasource array is empty issue fixed.
2323
+
2324
+ #### New Features
2325
+
2326
+ - `#281265` - Support for spacing between axis labels & axis title and padding for legend container implemented
2327
+
2328
+ ### Accumulation chart
2329
+
2330
+ #### Bug Fixes
2331
+
2332
+ - `#308019` - Accumulation chart data labels are rendering over the chart issue has been fixed.
2333
+ - `#308020` - The labels to each slice of the pie chart are not reactive issue has been fixed.
2334
+
2335
+ ### RangeNavigator
2336
+
2337
+ #### Bug Fixes
2338
+
2339
+ - `#311116` - Disable range selector is not working issue has been fixed.
2340
+
2341
+ ## 18.4.42 (2021-02-09)
2342
+
2343
+ ### Chart
2344
+
2345
+ #### New Features
2346
+
2347
+ - `#292925, #311306` - Provided the support for chart trackball tooltip template.
2348
+
2349
+ #### Bug Fixes
2350
+
2351
+ - `#305550` - Dragging issue fixed on multi selection in chart.
2352
+
2353
+ ## 18.4.41 (2021-02-02)
2354
+
2355
+ ### Accumulation chart
2356
+
2357
+ #### Bug Fixes
2358
+
2359
+ - `#297039` - Fixed the data labels are overlapped issue in accumulation chart.
2360
+
2361
+ ## 18.4.39 (2021-01-28)
2362
+
2363
+ ### Chart
2364
+
2365
+ #### Bug Fixes
2366
+
2367
+ - `#308150` - Fixed the data label issue for label instersect action.
2368
+ - `#307320` - Data label Template hides on hovering over the marker issue has been fixed.
2369
+
2370
+ ## 18.4.35 (2021-01-19)
2371
+
2372
+ ### Chart
2373
+
2374
+ #### Bug Fixes
2375
+
2376
+ - `#307141` - Issue fixed in Y axis range interval.
2377
+
2378
+ ### Stock Chart
2379
+
2380
+ #### Bug Fixes
2381
+
2382
+ - `#306698` - Visible property in series is not working properly for stock chart issue fixed.
2383
+
2384
+ ## 18.4.34 (2021-01-12)
2385
+
2386
+ ### Chart
2387
+
2388
+ #### Bug Fixes
2389
+
2390
+ - `#293532` - Chart gets crash while using small values issue fixed.
2391
+
2392
+ ## 18.4.30 (2020-12-17)
2393
+
2394
+ ### Chart
2395
+
2396
+ #### Bug Fixes
2397
+
2398
+ - `#293532` - Chart gets crash while using small values issue fixed.
2399
+ - `#300644` - Data label template console error in canvas mode issue fixed.
2400
+
2401
+ ### RangeNavigator
2402
+
2403
+ #### Bug Fixes
2404
+
2405
+ - `#160214` - Range navigator cursor style issue fixed.
2406
+
2407
+ ## 18.3.52 (2020-12-01)
2408
+
2409
+ ### RangeNavigator
2410
+
2411
+ #### Bug Fixes
2412
+
2413
+ - `#294999` - Range navigator rendering properly for `Date` type.
2414
+ - `#297551` - Text Wrap support added for chart axis title.
2415
+
2416
+ ## 18.3.51 (2020-11-24)
2417
+
2418
+ ### Chart
2419
+
2420
+ #### Bug Fixes
2421
+
2422
+ - `#295143` - Mouse wheel zooming issue has been fixed.
2423
+ - `#299281` - Parent element `CSS` override issue has been fixed.
2424
+ - `#291907, #296201, #296570` - Tooltip position support added.
2425
+ - `#298154` - Update the color dynamically on pie chart has been fixed.
2426
+ - `#298291` - The label issue of sum index value has been fixed.
2427
+ - `#300936` - Histogram not rendering properly on duplicate data has been fixed.
2428
+ - `#300428` - `visibleRange` value has been added in `zoomComplete` event.
2429
+ - `#296739` - In multi color line type, segment values are not applied for multiple series issue fixed.
2430
+
2431
+ ## 18.3.50 (2020-11-17)
2432
+
2433
+ ### Chart
2434
+
2435
+ #### Bug Fixes
2436
+
2437
+ - `#295905` - Corner radius is not proper for value zero issue has been fixed.
2438
+ - `#296280` - Chart legend is not hidden while visible property is set as false in button click issue has been fixed.
2439
+ - `#285055` - Lazy load in the Chart is not working properly issue fixed.
2440
+ - `#157667` - point click is not working for low values in column chart issue has been fixed.
2441
+
2442
+ ## 18.3.48 (2020-11-11)
2443
+
2444
+ ### Chart
2445
+
2446
+ #### Bug Fixes
2447
+
2448
+ - `#292894` - Chart axis title overlaps when `labelPadding` is provided for axis labels issue has been fixed.
2449
+ - `#290869` - Axis label rotation issue has been fixed.
2450
+ - `#299015` - Script error on hovering the chart in animation issue has been fixed.
2451
+
2452
+ ## 18.3.47 (2020-11-05)
2453
+
2454
+ ### Chart
2455
+
2456
+ #### Bug Fixes
2457
+
2458
+ - `#295143` - Scrollbar `zoomFactor` and `zoomPosition` related issue has been fixed.
2459
+ - `#293312` - Waterfall series not working properly for 0 values issue has been fixed.
2460
+ - `#296989` - PageX and PageY arguments are not available in pie pointClick event issue fixed.
2461
+ - `#278146` - Scrollbar is not working properly for live data issue has been fixed.
2462
+ - `#292251, 291578, 292855` - Chart axis label tooltip is getting cropped issue has been fixed.
2463
+
2464
+ ## 18.3.44 (2020-10-27)
2465
+
2466
+ ### Chart
2467
+
2468
+ #### Bug Fixes
2469
+
2470
+ - `#292116` - Y axis minimum value is wrong for column type chart when range is not set issue has been fixed.
2471
+ - `#295143` - Initial minor grid line is not rendered while zooming issue has been fixed
2472
+ - `#296223` - Empty point settings not working for line series in polar chart issue has been fixed.
2473
+ - `#295866` - Multicolored and histogram chart console exception while providing empty datasource has been fixed.
2474
+ - `#290990` - Console error when y values are not within specified range issue has been fixed.
2475
+ - `#292455` - Scatter Series renders out of the chart Area issue fixed.
2476
+ - `#291578` - Chart axis label tooltip is getting cropped issue has been fixed.
2477
+
2478
+ ## 18.3.42 (2020-10-20)
2479
+
2480
+ ### Chart
2481
+
2482
+ #### Bug Fixes
2483
+
2484
+ - `#280301` - Radar and polar chart tooltip cropping issue has been fixed.
2485
+ - `#290360` - Scrollbar does not work properly on scrolling for `isInversed` issue has been fixed
2486
+ - `#292937` - Trendlines not working properly while providing maximum value issue has been fixed.
2487
+
2488
+ ### Sparkline
2489
+
2490
+ #### Bug Fixes
2491
+
2492
+ - `#264262` - Sparkline column is not proper when `rangepadding` is Normal issue has been fixed.
2493
+
2494
+ ## 18.3.35 (2020-10-01)
2495
+
2496
+ ### Stock Chart
2497
+
2498
+ #### Bug Fixes
2499
+
2500
+ - `#290529` - Date range picker is not proper when rendering 2 stock charts issue has been fixed.
2501
+
2502
+ ## 18.2.56 (2020-09-01)
2503
+
2504
+ ### Chart
2505
+
2506
+ #### Bug Fixes
2507
+
2508
+ - `#286177` - Place pie data labels based on space available.
2509
+ - `#290274` - Axis label customization is not proper for double type.
2510
+ - `#F155030` - DateTime Annotation does not work in ASP.NET Core has been fixed.
2511
+ - `#F157038` - Empty chart with shared tooltip throws console error has been fixed.
2512
+
2513
+ ## 18.2.55 (2020-08-25)
2514
+
2515
+ ### Accumulation chart
2516
+
2517
+ #### Bug Fixes
2518
+
2519
+ - `#288484` - Accumulation chart class is removed while refreshing the chart issue fixed.
2520
+
2521
+ ## 18.2.54 (2020-08-18)
2522
+
2523
+ ### Chart
2524
+
2525
+ #### Bug Fixes
2526
+
2527
+ - `#287569` - Shared tooltip does not render for multiple line series when there is a single point issue fixed.
2528
+ - `#285313` - Cancel property in arguments is not working properly on chart Load event issue fixed.
2529
+ - `#287632` - Point Render event customization not applied for column chart markers issue fixed.
2530
+
2531
+ ## 18.2.48 (2020-08-04)
2532
+
2533
+ ### Accumulation chart
2534
+
2535
+ #### Bug Fixes
2536
+
2537
+ - `#286597` - Tooltip showing out of the chart area issue fixed.
2538
+ - `#286177` - Pie chart data labels are overlapped when smart labels are enabled issue fixed.
2539
+
2540
+ ## 18.2.47 (2020-07-28)
2541
+
2542
+ ### Chart
2543
+
2544
+ #### Bug Fixes
2545
+
2546
+ - `#284735` - Primary y axis Lograthmic values are not rendering based on the data issue fixed.
2547
+ - `#285055` - When we scroll to end some of the data is missing issue fixed.
2548
+
2549
+ ## 18.2.46 (2020-07-21)
2550
+
2551
+ ### Chart
2552
+
2553
+ #### Bug Fixes
2554
+
2555
+ - `#285003` - Chart DataSource is not updating when the page has more number of chart issue fixed.
2556
+ - `#155963` - Added new API showZero to show data labels for value zero.
2557
+ - `#283698` - point click event is not working in some random cases.
2558
+
2559
+ ## 18.2.45 (2020-07-14)
2560
+
2561
+ - `#278688` - Added sharedTooltipRender event for shared tooltip in blazor.
2562
+ - `#276213` - Added aria label for accumulation chart title.
2563
+
2564
+ ### Chart
2565
+
2566
+ #### Bug Fixes
2567
+
2568
+ - `#155030` - Chart annotation is not working in datetime axis issue fixed.
2569
+ - `#280301` - Radar and polar chart tooltip cropping issue fixed.
2570
+ - `#155580` - Chart not rendered properly, when interval type is minutes for DateTime axis issue fixed.
2571
+
2572
+ ### RangeNavigator
2573
+
2574
+ #### Bug Fixes
2575
+
2576
+ - `#278655` - Start and end of range slider values are wrongly calculated in `changed` event issue fixed.
2577
+
2578
+ ### Sparkline
2579
+
2580
+ #### Bug Fixes
2581
+
2582
+ - `282664` - Dynamic change is not working properly in sparkline issue is fixed.
2583
+
2584
+ ## 18.2.44 (2020-07-07)
2585
+
2586
+ ### Chart
2587
+
2588
+ #### Bug Fixes
2589
+
2590
+ - `#280448` - After changing page layout from LTR to RTL label overlapping issue fixed.
2591
+ - `#280364` - Stacking area while assigning empty data source console error issue fixed.
2592
+ - `#281323` - Console error while using DateTime as `primaryYAxis` issue fixed.
2593
+ - `#281651` - Other zooming actions prevented while scrollbar zooming enabled issue is fixed.
2594
+
2595
+ ### Accumulation Chart
2596
+
2597
+ #### New Features
2598
+
2599
+ - Provided smart label placement support that places data labels smartly without overlapping one another in Pie and Doughnut charts.
2600
+
2601
+ ## 18.1.56 (2020-06-09)
2602
+
2603
+ ### Chart
2604
+
2605
+ #### Bug Fixes
2606
+
2607
+ - `#278688` - Shared Tooltip not visible while using tooltip render event issue fixed.
2608
+ - `#278311` - Y axis labels get overlapped when using single negative point issue fixed.
2609
+ - `#154576` - Range Selector doesn't match chart data range for one day issue fixed.
2610
+ - `#279008` - Cluster selection with 0 values for logarithmic type issue fixed.
2611
+
2612
+ ### Accumulation chart
2613
+
2614
+ #### Bug Fixes
2615
+
2616
+ - `#279297` - Height in percentage not working properly is fixed now.
2617
+
2618
+ ## 18.1.55 (2020-06-02)
2619
+
2620
+ ### Chart
2621
+
2622
+ #### Bug Fixes
2623
+
2624
+ - `#277354` - Data labels are getting cropped within the Chart issue fixed.
2625
+ - `#278138` - Track ball hides in `stacking area` chart issue has been fixed.
2626
+ - `#278485` - DateTime do not work properly if date time values are on the same day issue fixed.
2627
+ - `#154240` - Point click not working on some scenarios issue has been fixed.
2628
+
2629
+ ## 18.1.54 (2020-05-26)
2630
+
2631
+ ### Stock Chart
2632
+
2633
+ #### Bug Fixes
2634
+
2635
+ - `#262890` - Label position is not working in stock chart primary y axis issue fixed.
2636
+
2637
+ ### Chart
2638
+
2639
+ #### Bug Fixes
2640
+
2641
+ - `#273192` - Trendline slopes are not proper as per the datasource issue fixed.
2642
+ - `#277748` - Chart rendered twice in blazor is now resolved.
2643
+ - `#273410` - Chart resize issue in blazor has been fixed.
2644
+
2645
+ ## 18.1.53 (2020-05-19)
2646
+
2647
+ ### Accumulation chart
2648
+
2649
+ #### Bug Fixes
2650
+
2651
+ - `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
2652
+ - `#277504` - Explode Index 0 is not working in accumulation chart issue fixed.
2653
+
2654
+ ### Chart
2655
+
2656
+ #### Bug Fixes
2657
+
2658
+ - `#273192` - Trendlines are placed behind the series issue has been fixed.
2659
+ - `#274960` - `pageX` and `pageY` has been added in `pointClick event`.
2660
+
2661
+ ## 18.1.52 (2020-05-13)
2662
+
2663
+ ### Accumulation chart
2664
+
2665
+ #### Bug Fixes
2666
+
2667
+ - `#I273694` - Legend paging issue when legend position in Right side fixed.
2668
+
2669
+ ## 18.1.48 (2020-05-05)
2670
+
2671
+ ### Chart
2672
+
2673
+ #### Bug Fixes
2674
+
2675
+ - `#273192` - Trendlines are short and have the wrong slope direction issue fixed.
2676
+ - `#267962` - when using react parcel, chart throws console error issue fixed.
2677
+
2678
+ ## 18.1.45 (2020-04-21)
2679
+
2680
+ ### Chart
2681
+
2682
+ #### Bug Fixes
2683
+
2684
+ - `#271540` - Chart zooming maintained while switch chart type from column to polar issue fixed.
2685
+ - `#270524` - chart is broken when use `dir="rtl"` to the body tag issue fixed.
2686
+ - `#270548` - While enabling scrollbar half of marker gets hidden issue fixed.
2687
+ - `#271515` - Column chart is now working fine with column width is zero.
2688
+
2689
+ ## 18.1.44 (2020-04-14)
2690
+
2691
+ ### Chart
2692
+
2693
+ #### Bug Fixes
2694
+
2695
+ - `#255275` - While disabling some series console error occurs issue has been fixed.
2696
+
2697
+ ### Accumulation chart
2698
+
2699
+ #### Bug Fixes
2700
+
2701
+ - `#271120` - Data labels are displayed even when its y value is zero issue has been fixed.
2702
+ - `#152613` - Accumulation chart data label position is not proper when using template issue is fixed.
2703
+
2704
+ ### Smith Chart
2705
+
2706
+ #### Bug Fixes
2707
+
2708
+ - `#152336` - Tooltip template issue fixed.
2709
+ - `#269225` - Provided event support for before rendering of tooltip
2710
+
2711
+ ## 18.1.43 (2020-04-07)
2712
+
2713
+ ### Chart
2714
+
2715
+ #### Bug Fixes
2716
+
2717
+ - `#269627` - Logarithmic scale does not work with small values issue has been fixed.
2718
+ - `#151645` - Error bar value is not updated dynamically issue has fixed.
2719
+
2720
+ ### Accumulation chart
2721
+
2722
+ #### Bug Fixes
2723
+
2724
+ - `#267438` - Export chart in canvas mode issue has been fixed
2725
+
2726
+ ## 18.1.36-beta (2020-03-19)
2727
+
2728
+ ### Chart
2729
+
2730
+ #### New Features
2731
+
2732
+ - Provided support to highlight the data points in chart.
2733
+ - Provided support for patterns to the selected and highlighted data.
2734
+
2735
+ #### Bug Fixes
2736
+
2737
+ - `#268306` - Console error thrown while hiding tooltip issue has been fixed.
2738
+
2739
+ ### Bullet Chart
2740
+
2741
+ #### New Features
2742
+
2743
+ - Provided support to legend for targets, actual value and ranges in bullet chart.
2744
+
2745
+ ## 17.4.51 (2020-02-25)
2746
+
2747
+ ### Chart
2748
+
2749
+ #### Bug Fixes
2750
+
2751
+ - `#264474` - X axis labels are not rendered in center of tick marks when angle is 270 issue has fixed.
2752
+ - `#264474` - Console error when angle is provided for x axis and data is assigned on vue mounted method issue has fixed.
2753
+ - `#264230` - Tooltip doesn't appears after zooming and hovering on same point has fixed.
2754
+ - `#151604` - Console error throwing when toggle the chart enableCanvas mode has fixed.
2755
+
2756
+ ### Accumulation chart
2757
+
2758
+ #### Bug Fixes
2759
+
2760
+ - `263828` - Accumulation chart safari browser animation issue has fixed.
2761
+
2762
+ ### RangeNavigator
2763
+
2764
+ #### Bug Fixes
2765
+
2766
+ - `266063` - Changed Event not triggered while releasing the click outside of the control has fixed.
2767
+
2768
+ ### Sparkline
2769
+
2770
+ #### Bug Fixes
2771
+
2772
+ - `#264262` - `rangePadding` property is exposed to render the columns in the sparkline charts with proper axis padding.
2773
+
2774
+ ## 17.4.50 (2020-02-18)
2775
+
2776
+ ### Chart
2777
+
2778
+ #### Bug Fixes
2779
+
2780
+ - `#262128` - Legend gets cropped while adding series dynamically issue has fixed.
2781
+ - `#261471` - Pie annotation template is not center in `blazor` issue fixed.
2782
+ - `#255275` - Trendline throws console error when legend click issue fixed.
2783
+ - `#262734` - Stripline date time is not support in asp core issue fixed.
2784
+
2785
+ ## 17.4.47 (2020-02-05)
2786
+
2787
+ ### Chart
2788
+
2789
+ #### Bug Fixes
2790
+
2791
+ - `262642` - Accumulation Chart data manager result getting previous data while using query issue has fixed.
2792
+ - `147090` - 'clearSeries' Method is added to the Chart for clearing the all series.
2793
+ - `#149030` - Label Intersect Action does not work for datalabel template issue fixed.
2794
+ - `#262400` - Tooltip y value is not working when enable the group separator issue fixed.
2795
+
2796
+ ## 17.4.46 (2020-01-30)
2797
+
2798
+ ### Chart
2799
+
2800
+ #### New Features
2801
+
2802
+ - `#260004` - Provided support for polar and radar column spacing.
2803
+ - `#257784` - Provided support for smart rendering of X-axis rotated labels.
2804
+ - `#254646` - Provided Before export event support for export in chart.
2805
+
2806
+ #### Bug Fixes
2807
+
2808
+ - `#260205` - While using animate() method one series is not removed issue is fixed now.
2809
+ - `#255275` - Console error thrown when changing the trendline type from linear to exponential trendline or other types is fixed now.
2810
+
2811
+ ## 17.4.41 (2020-01-07)
2812
+
2813
+ ### Stock Chart
2814
+
2815
+ #### New Features
2816
+
2817
+ - `#257199` - Provided support to enable/disable the Date Range Picker in Stock Chart's period selector.
2818
+
2819
+ #### Bug Fixes
2820
+
2821
+ - `#257199` - Tooltip stops showing after resizing window issue has fixed.
2822
+
2823
+ ## 17.4.40 (2019-12-24)
2824
+
2825
+ ### Chart
2826
+
2827
+ #### Bug Fixes
2828
+
2829
+ - `#149930` - Chart with DataManager in offline mode makes a request to the server for multiple times issue got fixed.
2830
+ - Issue in Stacking line series with multiple axes is fixed now.
2831
+ - `#257935` - Alignment issue in axis labels when rotated at 90 degree is fixed now.
2832
+
2833
+ ## 17.4.39 (2019-12-17)
2834
+
2835
+ ### RangeNavigator
2836
+
2837
+ #### Bug Fixes
2838
+
2839
+ - `#255451` - Label alignment issue in range navigator has been fixed.
2840
+
2841
+ ### Chart
2842
+
2843
+ #### Bug Fixes
2844
+
2845
+ - `#256664` - Polar and radar axis labels overlapping with legend issue got fixed.
2846
+ - `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue got fixed.
2847
+
2848
+ - `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
2849
+ - `#149497` - Axis labels are invalid when using label format as percentage in stacking 100 percent series types issue fixed.
2850
+
2851
+ ### Bullet Chart
2852
+
2853
+ Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good. All stock elements are rendered by using Scalable Vector Graphics (SVG).
2854
+
2855
+ - **Data Binding** - Binds the data with local and remote data source.
2856
+ - **Animation** - Feature and target bar will be animated when rendering.
2857
+ - **Tooltip** - Supports tooltip for the feature and target bar.
2858
+ - **Orientation** - Supports vertical and horizontal rendering.
2859
+ - **Flow Direction** - Supports to render from right to left.
2860
+ - **Multiple Target** - Supports multiple targets.
2861
+ - **Data Labels** - Supports data label to enhance the data.
2862
+
2863
+ ## 17.3.30 (2019-12-03)
2864
+
2865
+ ### Chart
2866
+
2867
+ #### Bug Fixes
2868
+
2869
+ - `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
2870
+
2871
+ ## 17.3.28 (2019-11-19)
2872
+
2873
+ ### Chart
2874
+
2875
+ #### Bug Fixes
2876
+
2877
+ - #252450 - In Polar series, selection did not work while clicking center of the marker which is plotted in the axis line is fixed
2878
+ - #254803 - While clicking legend corresponding axis of the series will hide now.
2879
+ - #252450 - Selection applied for marker shadow element is prevented now.
2880
+ - #255392 - Axis label tooltip not disappeared when the mouse is moved away from chart issue fixed.
2881
+ - #254710 - Border customization is not applied for legend in scatter chart is fixed.
2882
+
2883
+ ## 17.3.27 (2019-11-12)
2884
+
2885
+ ### Chart
2886
+
2887
+ #### Bug Fixes
2888
+
2889
+ - #250481 - Radar and Polar Chart isClosed not connecting to the first point when the minimum value set for the y axis issue has been fixed.
2890
+
2891
+ ## 17.3.26 (2019-11-05)
2892
+
2893
+ ### Chart
2894
+
2895
+ #### New Features
2896
+
2897
+ - #250563 - Provided support to render background image for chart.
2898
+
2899
+ #### Bug Fixes
2900
+
2901
+ - #253297 - Cross shape is now working fine in scatter chart.
2902
+
2903
+ ## 17.3.21 (2019-10-30)
2904
+
2905
+ ### Chart
2906
+
2907
+ #### New Features
2908
+
2909
+ - #249556 - Provided smart data label for polar radar chart.
2910
+ - #249971 - Provided support to trim polar radar axis labels based on available size.
2911
+
2912
+ #### Bug Fixes
2913
+
2914
+ - #250412 - The axis missing in polar and radar issue is fixed.
2915
+ - #148064 - Legend color is not working when using point color mapping issue is fixed.
2916
+ - #252450 - Selection while clicking on marker border issue is fixed.
2917
+
2918
+ ### Accumulation chart
2919
+
2920
+ #### Bug Fixes
2921
+
2922
+ - #252357 - 'remove' method is not support in IE 11 issue fixed.
2923
+
2924
+ ## 17.3.19 (2019-10-22)
2925
+
2926
+ ### Accumulation chart
2927
+
2928
+ #### Bug Fixes
2929
+
2930
+ - #148287 - Series DataSource change accumulation chart refresh issue fixed.
2931
+
2932
+ ### Chart
2933
+
2934
+ #### Bug Fixes
2935
+
2936
+ - #250074 - Label placement between ticks is not working for radar chart issue fixed.
2937
+ - #251346 - Radar and polar chart of draw type column and stacked column the values are plotted differently issue fixed
2938
+
2939
+ ## 17.3.17 (2019-10-15)
2940
+
2941
+ ### Chart
2942
+
2943
+ #### New Features
2944
+
2945
+ - #249554 - Provided smart axis label for polar radar chart.
2946
+ - #239599 - Provided event support for tooltip template.
2947
+
2948
+ ## 17.3.16 (2019-10-09)
2949
+
2950
+ ### Accumulation Chart
2951
+
2952
+ #### New Features
2953
+
2954
+ - #249611 - Provided duration support for hiding the tooltip.
2955
+
2956
+ ### Chart
2957
+
2958
+ #### New Features
2959
+
2960
+ - #249611 - Provided duration support for hiding the tooltip.
2961
+
2962
+ #### Bug Fixes
2963
+
2964
+ - #249730 - Polar chart column series with inversed axis with OnTicks rendering issue fixed.
2965
+ - #250074 - Radar chart values are wrongly plotted in outside the axis issue fixed.
2966
+ - #250064 - Radar and Polar Chart of Scatter Type is not rendering when the Value label is enabled issue fixed.
2967
+ - #250336 - es2015 script error issue has fixed.
2968
+ - #250081 - Radar and Polar chart when only one data is passed it is appearing as single dot issue fixed.
2969
+
2970
+ ### Stock Chart
2971
+
2972
+ #### Bug Fixes
2973
+
2974
+ - `#249956` - Annotation rendering issue has fixed.
2975
+
2976
+ ## 17.3.14 (2019-10-03)
2977
+
2978
+ ### Chart
2979
+
2980
+ #### New Features
2981
+
2982
+ - Trim support have been provided for axis title in chart.
2983
+ - Axis padding at desired position has been provided.
2984
+
2985
+ ## 17.3.9-beta (2019-09-20)
2986
+
2987
+ ### Accumulation Chart
2988
+
2989
+ #### New Features
2990
+
2991
+ - Border support have been provided for doughnut and pie while hovering.
2992
+ - Options have been provided to rotate data labels.
2993
+
2994
+ ### Chart
2995
+
2996
+ #### New Features
2997
+
2998
+ - Options provided to customize the series tooltip format separately.
2999
+ - Multi-select options have been provided to allow users to select multiple regions in a chart.
3000
+ - Lasso select options have been provided to allow users to select a region by drawing freehand shapes.
3001
+ - Options have been provided to rotate data labels.
3002
+
3003
+ ## 17.2.48-beta (2019-08-28)
3004
+
3005
+ ### Chart
3006
+
3007
+ #### Bug Fixes
3008
+
3009
+ `#243156` - Drag complete returns value in string issue has been fixed.
3010
+ `#245710` - Lograthmic is not working properly for smaller value issue has been fixed.
3011
+ `#243156` - Selection is not proper at the edge issue has been fixed.
3012
+ `#245710` - Y-Axis of Spline chart not adjusting scale to suit dataSource issue has been fixed.
3013
+
3014
+ ## 17.2.36 (2019-07-24)
3015
+
3016
+ ### Stock Chart
3017
+
3018
+ #### Bug Fixes
3019
+
3020
+ The `querySelector of null` console error issue has been fixed.
3021
+
3022
+ ### RangeNavigator
3023
+
3024
+ #### Bug Fixes
3025
+
3026
+ The `appendChild of null` console error issue has been fixed.
3027
+
3028
+ ### Chart
3029
+
3030
+ #### Bug Fixes
3031
+
3032
+ `#240342` - While scrolling chart's scrollbar Vertical HTML scrollbar goes up issue fixed.
3033
+
3034
+ ### Accumulation chart
3035
+
3036
+ #### Bug Fixes
3037
+
3038
+ - #241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed.
3039
+
3040
+ ## 17.2.34 (2019-07-11)
3041
+
3042
+ ### Accumulation chart
3043
+
3044
+ #### Bug Fixes
3045
+
3046
+ - #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.
3047
+
3048
+ ## 17.2.28-beta (2019-06-27)
3049
+
3050
+ ### Chart
3051
+
3052
+ #### New Features
3053
+
3054
+ - Canvas rendering mode support provided.
3055
+ - Overlapping data labels in funnel and pyramid charts will be arranged on both sides of the charts.
3056
+ - Data Editing support provided for chart series points.
3057
+ - Multi level label click event added with custom object.
3058
+
3059
+ #### Breaking Changes
3060
+
3061
+ - sizeType enumeration name changed to SizeType
3062
+
3063
+ ### Stock Chart
3064
+
3065
+ #### Breaking Changes
3066
+
3067
+ - sizeType enumeration name changed to SizeType
3068
+
3069
+ ## 17.1.51 (2019-06-11)
3070
+
3071
+ ### Chart
3072
+
3073
+ #### Bug Fixes
3074
+
3075
+ - #144983 - Label style not working in axisLabelRender event for polar and radar series type issue fixed.
3076
+ - #237811 - Chart rendered with default width in Internet Explorer issue fixed.
3077
+
3078
+ ## 17.1.49 (2019-05-29)
3079
+
3080
+ ### Stock Chart
3081
+
3082
+ #### Bug Fixes
3083
+
3084
+ - #236896 - Provided mouse event in stock charts
3085
+
3086
+ ## 17.1.47 (2019-05-14)
3087
+
3088
+ ### Chart
3089
+
3090
+ #### New Features
3091
+
3092
+ - #233749 - Provided zOrder support for chart series.
3093
+
3094
+ ## 17.1.43 (2019-04-30)
3095
+
3096
+ ### Chart
3097
+
3098
+ #### Bug Fixes
3099
+
3100
+ - #219174 - Multi line axis label is not proper when using multiple rows intersect action issue has been fixed.
3101
+ - #231943 - Console error throws when using area chart out of the axis range has been fixed.
3102
+ - #234027 - Chart is not destroying properly while calling destroy method issue fixed.
3103
+
3104
+ ## 17.1.41 (2019-04-16)
3105
+
3106
+ ### Chart
3107
+
3108
+ #### Bug Fixes
3109
+
3110
+ - Support has been provided for multiple export in horizontal mode.
3111
+
3112
+ ## 17.1.40 (2019-04-09)
3113
+
3114
+ ### Accumulation chart
3115
+
3116
+ #### Bug Fixes
3117
+
3118
+ - Now Accumulation chart is refreshing properly on data change.
3119
+
3120
+ ### Chart
3121
+
3122
+ #### Bug Fixes
3123
+
3124
+ - Stacking column is not rendered properly when yvalue in string is fixed.
3125
+ - Zoomposition is not proper, when the axis is inversed is fixed.
3126
+ - Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
3127
+
3128
+ ## 17.1.32-beta (2019-03-13)
3129
+
3130
+ ### Chart
3131
+
3132
+ #### New Features
3133
+
3134
+ - Stacking Line series type has been added to the chart.
3135
+ - 100% Stacking Line series type has been added to the chart.
3136
+ - Support has been provided to wrap axis labels to multiple lines.
3137
+ - Chart now supports animation on data updation.
3138
+
3139
+ #### Bug Fixes
3140
+
3141
+ - Zooming icons are not visible on refreshing chart is fixed.
3142
+ - Chart not exported to SVG in IE11 is fixed.
3143
+ - Now the secondary axis is removed after changing the series type from pareto to line.
3144
+ - Legend color is not changing while changing point color using point render event is fixed.
3145
+
3146
+ - Zooming icons are not visible on refreshing chart is fixed.
3147
+ - Chart not exported to SVG in IE11 is fixed.
3148
+ - Now the secondary axis is removed after changing the series type from pareto to line.
3149
+
3150
+ ### Stock Chart
3151
+
3152
+ #### New Features
3153
+
3154
+ - Stock chart now allows stock events to highlight important dates.
3155
+
3156
+ ## 17.1.1-beta (2019-01-29)
3157
+
3158
+ ### Sparkline
3159
+
3160
+ #### New Features
3161
+
3162
+ - The right-to-left (RTL) rendering support has been provided
3163
+
3164
+ ## 16.4.48 (2019-01-22)
3165
+
3166
+ ### Chart
3167
+
3168
+ #### Bug Fixes
3169
+
3170
+ - Scatter chart's edge position render issue is fixed
3171
+ - Datalabel did not show properly in Edge browser is fixed
3172
+ - Trendline not rendering while using NaN as input issue is fixed
3173
+ - DataSource not refreshed in angular chart has been fixed.
3174
+
3175
+ ## 16.4.47 (2019-01-16)
3176
+
3177
+ ### Chart
3178
+
3179
+ #### Bug Fixes
3180
+
3181
+ - Chart not rendering using remote data without query issue is fixed
3182
+
3183
+ ## 16.4.45 (2019-01-02)
3184
+
3185
+ ### Chart
3186
+
3187
+ #### Bug Fixes
3188
+
3189
+ - Duplicates of scrollbar id in multiple chart is fixed
3190
+
3191
+ ## 16.4.44 (2018-12-24)
3192
+
3193
+ ### Stock Chart
3194
+
3195
+ #### Bug Fixes
3196
+
3197
+ - Console error in tooltip fixed
3198
+ - Highlight of buttons in period selector is working properly.
3199
+ - Height of stock chart without period selector, range navigator is working fine
3200
+
3201
+ ## 16.4.42 (2018-12-14)
3202
+
3203
+ ### Chart
3204
+
3205
+ #### Breaking Changes
3206
+
3207
+ - Export functionality has been moved into separate module. To export the chart, inject the `Export` module.
3208
+
3209
+ ## 16.4.40-beta (2018-12-10)
3210
+
3211
+ ### Chart
3212
+
3213
+ #### New Features
3214
+
3215
+ - Support for grid line animation has been provided.
3216
+ - Support has been provided to load data on-demand.
3217
+
3218
+ ### Accumulation chart
3219
+
3220
+ #### New Features
3221
+
3222
+ - The center option has been provided to the accumulation chart.
3223
+ - Support has been provided for different radius in pie slice.
3224
+
3225
+ ### Stock Chart
3226
+
3227
+ Stock Chart component is used to track and visualize stock price of any company over a specific period using charting and range tools. All stock elements are rendered by using Scalable Vector
3228
+ Graphics (SVG).
3229
+
3230
+ - **Data Binding** - Binds the data with local and remote data source.
3231
+ - **Chart** - To represent the selected data and its supports candle, hilo, OHLC, line, spline and area type series.
3232
+ - **Range Selector** - To select the smaller range from a larger collection.
3233
+ - **Data Types** - Supports three different types of data, namely Numerical, Datetime, and Logarithmic.
3234
+ - **Animation** - Chart series and slider will be animated when rendering and changing the selected data.
3235
+ - **Period Selector** - Supports period selector to select data based on predefined periods.
3236
+ - **Tooltip** - Supports tooltip for the selected data.
3237
+ - **Export** - Supports to print the chart directly from the browser and exports in both JPEG and PNG format.
3238
+
3239
+ ## 16.3.33 (2018-11-20)
3240
+
3241
+ ### Chart
3242
+
3243
+ #### New Features
3244
+
3245
+ - Margin options are added to legend.
3246
+
3247
+ #### Bug Fixes
3248
+
3249
+ - Chart is now refreshing on changing the dataSource in series directive.
3250
+ - Axis label is now rendering properly, when we have the interval in decimals.
3251
+
3252
+ ## 16.3.32 (2018-11-13)
3253
+
3254
+ ### Chart
3255
+
3256
+ #### Bug Fixes
3257
+
3258
+ - Polar area type border closing issue fixed.
3259
+ - scrollbar inverted axis position issue fixed.
3260
+
3261
+ ## 16.3.29 (2018-10-31)
3262
+
3263
+ ### Chart
3264
+
3265
+ #### New Features
3266
+
3267
+ - Options provided to change the header text in tooltip.
3268
+
3269
+ ## 16.3.27 (2018-10-23)
3270
+
3271
+ ### Chart
3272
+
3273
+ #### Bug Fixes
3274
+
3275
+ - Stroke width for line type legend is now working fine.
3276
+
3277
+ ## 16.3.24 (2018-10-09)
3278
+
3279
+ ### Chart
3280
+
3281
+ #### Bug Fixes
3282
+
3283
+ - Data label template now working properly in angular.
3284
+
3285
+ ## 16.3.22 (2018-09-25)
3286
+
3287
+ ### Chart
3288
+
3289
+ #### Bug Fixes
3290
+
3291
+ - PDF export is now working properly in high resolution.
3292
+
3293
+ ## 16.3.17 (2018-09-12)
3294
+
3295
+ ### Chart
3296
+
3297
+ #### Bug Fixes
3298
+
3299
+ - Chart now working properly in IE11 after legend click.
3300
+
3301
+ #### New Features
3302
+
3303
+ - The Pareto series type has been added to the chart.
3304
+ - Support has been added to the segmented, dashed, and recurrence striplines.
3305
+ - Support has been added to subtitle of the chart.
3306
+ - Support has been provided to trim the axis label.
3307
+ - Animation effect has been added to the chart after legend click.
3308
+ - The date-time label format has been improved.
3309
+
3310
+ ### Accumulation chart
3311
+
3312
+ #### Bug Fixes
3313
+
3314
+ - Now, opacity is working properly for the series.
3315
+
3316
+ #### New Features
3317
+
3318
+ - Animation effect has been added to the accumulation chart after legend click.
3319
+ - Support has been provided for broken slice to the grouped points.
3320
+
3321
+ ## 16.2.49 (2018-08-21)
3322
+
3323
+ ### Chart
3324
+
3325
+ #### Bug Fixes
3326
+
3327
+ - Changing label color is now working properly in `axisLabelRender` event.
3328
+
3329
+ ## 16.2.48 (2018-08-14)
3330
+
3331
+ ### Chart
3332
+
3333
+ #### New Features
3334
+
3335
+ - Added font argument in `textRender` event to change the font style for datalabel text.
3336
+
3337
+ ## 16.2.47 (2018-08-07)
3338
+
3339
+ ### Chart
3340
+
3341
+ #### Bug Fixes
3342
+
3343
+ - Removed chartmeasuretext element from the DOM.
3344
+ - Outliers in Box and Whisker series is not rendering on mouse over, when we setting the marker
3345
+ visibility to false.
3346
+
3347
+ ## 16.2.46 (2018-07-30)
3348
+
3349
+ ### Chart
3350
+
3351
+ #### New Features
3352
+
3353
+ - Added tooltipMappingName API for binding text to tooltip from dataSource.
3354
+ - Added public property to show total pages enabled in legend pagination.
3355
+
3356
+ ## 16.2.45 (2018-07-17)
3357
+
3358
+ ### Chart
3359
+
3360
+ #### Bug Fixes
3361
+
3362
+ - Axis Label is now rendering properly on rotating, without trimming.
3363
+ - DashArray is now working properly for connector line.
3364
+
3365
+ #### New Features
3366
+
3367
+ - Added common API for binding dataSource for all series.
3368
+
3369
+ ## 16.2.44 (2018-07-10)
3370
+
3371
+ ### Chart
3372
+
3373
+ #### Bug Fixes
3374
+
3375
+ - Now column series is rendering properly with single data in datetime axis.
3376
+
3377
+ ## 16.2.41 (2018-06-25)
3378
+
3379
+ ### Chart
3380
+
3381
+ #### Breaking Changes
3382
+
3383
+ - Newly Added Range Navigator component in charts package requires Navigations and Calendars dependency, so its mandatory to include the `ej2-navigations.umd.min.js` and `ej2-calendars.umd.min.js` in system.js configuration if you are using system.js module loader.
3384
+ - SVG tooltip has been moved as a separate package, so the charts require SVG-base dependency to show the tooltip. so its mandatory to include the `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader.
3385
+
3386
+ #### Bug Fixes
3387
+
3388
+ - Now, tooltip is working properly when the container for chart is initialized without ID.
3389
+ - The performance issue with loading 800 series in chart has been fixed.
3390
+ - Loaded event is now triggering after legend click.
3391
+
3392
+ - Now, tooltip is working properly when the container for chart is initialized without ID.
3393
+ - The performance issue with loading 800 series in chart has been fixed.
3394
+ - Mean value for Box and Whisker is now rendering properly with multiple series.
3395
+
3396
+ #### New Features
3397
+
3398
+ - Histogram series type has been added to chart.
3399
+ - Scrollbar feature has been added to zoom and pan the chart.
3400
+
3401
+ ### Accumulation Chart
3402
+
3403
+ #### Breaking Changes
3404
+
3405
+ - Newly Added Range Navigator component in charts package requires Navigations and Calendars dependency, so its mandatory to include the `ej2-navigations.umd.min.js` and `ej2-calendars.umd.min.js` in system.js configuration if you are using system.js module loader.
3406
+ - SVG tooltip has been moved as a separate package, so the charts require SVG-base dependency to show the tooltip. so its mandatory to include the `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader.
3407
+
3408
+ #### New Features
3409
+
3410
+ - Support has been provided to group the pie slice based on count.
3411
+
3412
+ ### RangeNavigator
3413
+
3414
+ The range navigator provides an intuitive interface for selecting a smaller range from a larger collection. It is commonly used in financial dashboards to filter a date range for which the data needs to be visualized. This control easily combines with other controls such as Chart, Data Grid, etc., to create rich and powerful dashboards.
3415
+
3416
+ - **Data Binding** - Binds the data with local and remote data source.
3417
+ - **Chart** - To represent the data in RangeNavigator and its supports line, step line and area type series.
3418
+ - **Slider** - To handle the selected data in RangeNavigator.
3419
+ - **Data Types** - Supports three different types of data, namely Numerical, Datetime, and Logarithmic.
3420
+ - **Animation** - Chart series and slider will be animated when rendering and changing the selected data.
3421
+ - **Period Selector** - Supports period selector to select data based on predefined periods.
3422
+ - **Light Weight** - Supports light weight RN to navigate through the data based on range.
3423
+ - **Tooltip** - Supports tooltip for the selected data.
3424
+ - **Export** - Supports to print the range navigator directly from the browser and exports the range navigator in both JPEG and PNG format.
3425
+
3426
+ ### Sparkline
3427
+
3428
+ Sparklines are easy to interpret and also it conveys much more information to the user by visualizing the data in a small amount of space.
3429
+
3430
+ - **Types** - Sparklines had five type of series. Line, Area, Column and WinLoss and Pie.
3431
+ - **Marker** - Sparklines support the marker feature.
3432
+ - **DataLabel** - Sparklines support the datalabel feature. It uses to identify the x and y value for the current point.
3433
+ - **Range Band** - Sparklines support the rangeband feature. It used to denote the certain range sparkline points.
3434
+ - **Tooltip** - Sparklines support the tooltip feature. It used to interact with points to get more about current point.
3435
+
3436
+ ### Smith Chart
3437
+
3438
+ Smith chart is one of the most useful data visualization tools for high frequency circuit applications. It contains two sets of circles to plot the parameters of transmission lines.
3439
+
3440
+ - **Types** - Smithchart had two type of rendering. Impedance and Admittance.
3441
+ - **Marker** - Smithchart supports the marker feature. It used to identify point position.
3442
+ - **Datalabel** - Smithchart supports the datalabel feature. It used to identify point values.
3443
+ - **Legend** - Smithchart supports the legend feature. It used to denote each series names.
3444
+ - **Tooltip** - Smithchart supports the tooltip feature. It used to get point values on user interaction like mouse and touch actions.
3445
+ - **Print and Export** - Smithchart supports printing and exporting as different file types.
3446
+
3447
+ Smith chart is one of the most useful data visualization tools for high frequency circuit applications. It contains two sets of circles to plot the parameters of transmission lines.
3448
+
3449
+ - **Types** - Smithchart had two type of rendering. Impedance and Admittance.
3450
+ - **Marker** - Smithchart supports the marker feature. It used to identify point position.
3451
+ - **Datalabel** - Smithchart supports the datalabel feature. It used to identify point values.
3452
+ - **Legend** - Smithchart supports the legend feature. It used to denote each series names.
3453
+ - **Tooltip** - Smithchart supports the tooltip feature. It used to get point values on user interaction like mouse and touch actions.
3454
+ - **Print and Export** - Smithchart supports printing and exporting as different file types.## 16.1.48 (2018-06-13)
3455
+
3456
+ ### Chart
3457
+
3458
+ #### Bug Fixes
3459
+
3460
+ - Mean value for Box and Whisker is now rendering properly with multiple series.
3461
+
3462
+ ## 16.1.40 (2018-05-08)
3463
+
3464
+ ### Chart
3465
+
3466
+ #### Bug Fixes
3467
+
3468
+ - Column width is now working properly, when enabling the `enableSideBySidePlacement` property.
3469
+
3470
+ ## 16.1.37 (2018-04-24)
3471
+
3472
+ ### Common
3473
+
3474
+ #### Bug Fixes
3475
+
3476
+ - Performance related issue, when loading more number of chart in angular has been fixed.
3477
+
3478
+ ### Accumulation Chart
3479
+
3480
+ #### Bug Fixes
3481
+
3482
+ - Skipped slice rendering when `y` value as 0.
3483
+
3484
+ ## 16.1.35 (2018-04-17)
3485
+
3486
+ ### Common
3487
+
3488
+ #### Bug Fixes
3489
+
3490
+ - Adding `annotation` dynamically to the chart is now working.
3491
+
3492
+ ## 16.1.29 (2018-03-13)
3493
+
3494
+ ### Chart
3495
+
3496
+ #### Bug Fixes
3497
+
3498
+ - Issue in `removeSeries` has been fixed.
3499
+ - Zooming is now working properly, when enabling the panning through code.
3500
+
3501
+ ## 16.1.24 (2018-02-22)
3502
+
3503
+ ### Common
3504
+
3505
+ #### New Features
3506
+
3507
+ - Added support for SVG and PDF export.
3508
+
3509
+ ### Chart
3510
+
3511
+ #### New Features
3512
+
3513
+ - Multicolored line type and area type series have been added to chart.
3514
+ - A new date-time category axis has been added.
3515
+ - Spline area series type has been added to chart.
3516
+ - Support has been provided to customize axis labels in multiple levels.
3517
+ - Support has been provided to wrap the chart title.
3518
+ - Support has been provided to sort data points in either ascending or descending order.
3519
+ - Supports to move the axis labels and ticks inside the chart area.
3520
+ - Axis crossing feature has been added to chart.
3521
+
3522
+ ## 15.4.27-preview (2018-01-30)
3523
+
3524
+ ### Chart
3525
+
3526
+ #### Bug Fixes
3527
+
3528
+ - Vertical chart for step area is not working fixed.
3529
+ - Stacking Area in polar and radar not proper is fixed.
3530
+ - MACD indicators not working properly in angular is fixed.
3531
+ - Marker explode not proper on image type is fixed.
3532
+ - Datalabel template for stacking 100 is now working properly.
3533
+ - Pinch zooming is now working properly when zoom factor and position is provided.
3534
+ - Binding complex datasource to chart series is now working properly.
3535
+
3536
+ ## 15.4.23-preview (2017-12-27)
3537
+
3538
+ ### Common
3539
+
3540
+ #### New Features
3541
+
3542
+ - Added typing file for ES5 global scripts (dist/global/index.d.ts)
3543
+
3544
+ #### Breaking Changes
3545
+
3546
+ - Modified the module bundle file name for ES6 bundling
3547
+
3548
+ ## 15.4.22-preview (2017-12-14)
3549
+
3550
+ ### Common
3551
+
3552
+ #### New Features
3553
+
3554
+ - Upgraded TypeScript version to 2.6.2
3555
+
3556
+ ## 15.4.17-preview (2017-11-13)
3557
+
3558
+ ### Chart
3559
+
3560
+ Chart component is used to visualize the data with user interactivity and provides customization
3561
+ options to configure the data visually. All chart elements are rendered by using Scalable Vector
3562
+ Graphics (SVG).
3563
+
3564
+ - **Series** - Chart can plot over 28 chart types that are ranging from line charts to specialized financial charts
3565
+ - **Data Binding** - Binds the data with local and remote data source.
3566
+ - **Data Labels and Markers** - Supports data label and marker to annotate and enhance a data.
3567
+ - **Error Bar** - Supports error bar to plot possible errors in data points.
3568
+ - **Axis Types** - Supports four different types of axes, namely Numerical, Categorical, Datetime, and Logarithmic.
3569
+ - **Axis Feature** - Supports multiple axes, inverted axis, multiple panes, opposed position,stripline, and smart labels.
3570
+ - **Legend** - Supports legend to provide additional information about a series with paging and customization options.
3571
+ - **Technical Indicators** - Support for RSI, Momentum, Bollinger band, accumulation distribution,EMA, SMA, stochastic, ATR, MACD, and TMA indicators.
3572
+ - **Trendlines** - Supports linear, exponential, logarithmic, power, polynomial, and moving average trendlines.
3573
+ - **Animation** - Chart series will be animated when rendering and refreshing the chart widget.
3574
+ - **User Interaction** - Supports interactive features that are zooming, panning, crosshair, trackball, tooltip, and data point selection.
3575
+ - **Annotation** - Supports annotation to mark a specific area in chart.
3576
+ - **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.