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