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

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