You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,6 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## 23.2.6 (2023-11-28)
6
-
7
-
### Calendar
8
-
9
-
#### Bug Fixes
10
-
11
-
-`#I521911` - Fixed an issue where an exception was occurring when changing the culture dynamically.
12
-
13
-
## 23.1.41 (2023-10-17)
14
-
15
-
### DateRangePicker
16
-
17
-
#### Bug Fixes
18
-
19
-
-`#I506617` - Fixed issue where the previous and next icons were displaying incorrectly in the Fluent Theme.
20
-
21
-
### DateTimePicker
22
-
23
-
#### Bug Fixes
24
-
25
-
-`#I504425` - Fixed an issue where typing "pm" and then focusing out would convert the "pm" extension to "am". This issue has been resolved.
26
-
27
5
## 19.3.46 (2021-10-19)
28
6
29
7
### TimePicker
@@ -1239,14 +1217,6 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1239
1217
-**Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1240
1218
1241
1219
1242
-
## 23.2.4 (2023-11-20)
1243
-
1244
-
### DateTimePicker
1245
-
1246
-
#### Bug Fixes
1247
-
1248
-
-`#F519481` - Issue with "Aria-Label Attribute Not Supported on Span Without Valid Role" has been resolved.
Copy file name to clipboardExpand all lines: components/calendars/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-angular-calendars",
3
-
"version": "23.2.6",
3
+
"version": "18.32.2",
4
4
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
Copy file name to clipboardExpand all lines: components/charts/CHANGELOG.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,66 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 24.1.41 (2023-12-18)
6
+
7
+
### Chart
8
+
9
+
#### Features
10
+
11
+
-`#I489636`, `#F185569` - Provided support to align the axis title to the near, far, and center of the chart area.
12
+
-`#I482069`, `#I510188`, `#I511613` - Provided support to position the tooltip at a fixed location within the chart.
13
+
14
+
#### Bug Fixes
15
+
16
+
-`#F185567` - The data label now renders properly for the waterfall chart.
17
+
-`#I185614` - The 100% stacking bar is now rendered properly even when the data value is 0.
18
+
19
+
### BulletChart
20
+
21
+
#### Features
22
+
23
+
-`#I495253` - Provided support to apply different colors to value and target bars in the bullet chart.
24
+
25
+
### 3DChart
26
+
27
+
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.
28
+
29
+
30
+
-**Series** - The 3D chart can plot over six chart types, including column, bar, stacking column, stacking bar, 100% stacked column, and 100% stacked bar.
31
+
-**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.
32
+
-**Data Labels** - Support data labels to annotate points with labels to improve the readability of data.
33
+
-**Axis Types** - Able to plot different data types such as numbers, datetime, logarithmic, and string.
-**Legend** - Supports a legend to provide additional information about a series with customization options.
36
+
-**Animation** - The 3D chart series will be animated when rendering and refreshing the chart widget.
37
+
-**User Interaction** - Supports interactive features such as tooltips and data point selection.
38
+
-**Export** - Supports printing the 3D chart directly from the browser and exporting the chart in both JPEG and PNG formats.
39
+
-**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.
40
+
-**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.
41
+
-**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.
42
+
5
43
## 23.2.7 (2023-12-05)
6
44
7
45
### Chart
8
46
9
47
#### Bug Fixes
10
48
49
+
-`#I522567` - The chart `height` has now been updated properly.
50
+
-`#I523917` - Now, the marker renders properly when animating the series after changing data through the period selector.
51
+
52
+
### StockChart
53
+
54
+
#### Bug Fixes
55
+
56
+
-`#I522065` - Now, the series `border` is working properly.
57
+
-`#I523535` - Now, stock event renders properly.
58
+
59
+
## 23.2.6 (2023-11-28)
60
+
61
+
### Chart
62
+
63
+
#### Bug Fixes
64
+
11
65
-`#I520071` - Now, `cluster` selection is working properly in the scatter series.
12
66
-`#I522808` - Fixed console error that was thrown when using the name property in the axis for a polar chart.
13
67
-`#I523059` - Now, the period selector's selected index is highlighted properly whenever we resize the screen.
Copy file name to clipboardExpand all lines: components/charts/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-angular-charts",
3
-
"version": "23.2.5",
3
+
"version": "20.20.12",
4
4
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
Copy file name to clipboardExpand all lines: components/charts/src/chart/axes.directive.ts
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
87
87
*/
88
88
publicenableScrollbarOnZooming: any;
89
89
/**
90
-
* Specifies the Trim property for an axis.
90
+
* If set to true, axis labels will be trimmed based on the maximumLabelWidth.
91
91
* @default false
92
92
*/
93
93
publicenableTrim: any;
@@ -98,7 +98,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
98
98
*/
99
99
publicinterval: any;
100
100
/**
101
-
* Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,
101
+
* Specifies the interval types for the date-time axis, including `Auto`, `Years`, `Months`, `Days`, `Hours`, and `Minutes`. These types define the interval of the axis as follows:
102
102
* * Auto: Defines the interval of the axis based on data.
103
103
* * Years: Defines the interval of the axis in years.
104
104
* * Months: Defines the interval of the axis in months.
@@ -109,18 +109,18 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
109
109
*/
110
110
publicintervalType: any;
111
111
/**
112
-
* Specifies indexed category axis.
112
+
* If set to true, data points are rendered based on the index.
113
113
* @default false
114
114
*/
115
115
publicisIndexed: any;
116
116
/**
117
-
* It specifies whether the axis to be rendered in inversed manner or not.
117
+
* If set to true, the axis will be rendered in an inversed manner.
118
118
* @default false
119
119
*/
120
120
publicisInversed: any;
121
121
/**
122
-
* Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.
123
-
* It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.
122
+
* Used to format the axis label, which accepts any global string format like 'C', 'n1', 'P', etc.
123
+
* It also accepts placeholders like '{value}°C' where 'value' represents the axis label (e.g., 20°C).
124
124
* @default ''
125
125
*/
126
126
publiclabelFormat: any;
@@ -138,7 +138,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
138
138
*/
139
139
publiclabelIntersectAction: any;
140
140
/**
141
-
* Specifies the labelPadding from axis.
141
+
* Specifies the padding for the axis labels from axis.
142
142
* @default 5
143
143
*/
144
144
publiclabelPadding: any;
@@ -225,8 +225,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
225
225
*/
226
226
publicmultiLevelLabels: any;
227
227
/**
228
-
* Unique identifier of an axis.
229
-
* To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.
228
+
* A unique identifier for an axis. To associate an axis with a series, set this name to the xAxisName/yAxisName properties of the series.
230
229
* @default ''
231
230
*/
232
231
publicname: any;
@@ -266,7 +265,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
266
265
*/
267
266
publicplotOffsetTop: any;
268
267
/**
269
-
* Specifies the padding for the axis range in terms of interval.They are,
268
+
* Specifies the padding for the axis range in terms of interval. Available options are:
270
269
* * none: Padding cannot be applied to the axis.
271
270
* * normal: Padding is applied to the axis based on the range calculation.
272
271
* * additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
@@ -285,12 +284,12 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
285
284
*/
286
285
publicscrollbarSettings: any;
287
286
/**
288
-
* Specifies the skeleton format in which the dateTime format will process.
287
+
* Specifies the skeleton format in which the dateTime will be processed.
289
288
* @default ''
290
289
*/
291
290
publicskeleton: any;
292
291
/**
293
-
* It specifies the type of format to be used in dateTime format process.
292
+
* Specifies the format type to be used in dateTime formatting.
294
293
* @default 'DateTime'
295
294
* @deprecated
296
295
*/
@@ -346,19 +345,19 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
346
345
*/
347
346
publictitleStyle: any;
348
347
/**
349
-
* Specifies the data types that the axis can handle:
350
-
* * Double: This type is used for rendering a numeric axis to accommodate numeric data.
351
-
* * DateTime: This type is utilized for rendering a date-time axis to manage date-time data.
352
-
* * Category: This type is employed for rendering a category axis to manage categorical data.
353
-
* * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values.
354
-
* * DateTimeCategory: This type is used to render a date time category axis for managing business days.
348
+
* Specifies the data types that the axis can handle. Available options include:
349
+
* * Double: Used for rendering a numeric axis to accommodate numeric data.
350
+
* * DateTime: Utilized for rendering a date-time axis to manage date-time data.
351
+
* * Category: Employed for rendering a category axis to manage categorical data.
352
+
* * Logarithmic: Applied for rendering a logarithmic axis to handle a wide range of values.
353
+
* * DateTimeCategory: Used to render a date time category axis for managing business days.
0 commit comments