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

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