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

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