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

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