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

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