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