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

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