@syncfusion/ej2-angular-charts 30.2.5 → 30.2.6-ngcc

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