@syncfusion/ej2-angular-charts 32.2.7 → 32.2.8-ngcc

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