@syncfusion/ej2-angular-charts 29.2.11 → 30.1.37-ngcc

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