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