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