@syncfusion/ej2-angular-charts 31.2.5 → 31.2.10

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I771969` - Now, the multi level label renders properly for different width.
10
+
11
+ ## 31.2.5 (2025-11-04)
12
+
13
+ ### Chart
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I777320` - The scrollbar will now update properly when it is dragged.
10
18
  - `#I767509` - The range column chart now renders correctly using a datetime Y-axis.
11
19
  - `#I779972` - Chart data is now properly updated for duplicate X values when exporting to Excel.
package/README.md CHANGED
@@ -272,6 +272,13 @@ Chart components are available in following list of frameworks.
272
272
  * [Angular Stock Chart demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart/?utm_source=npm&utm_campaign=chart)
273
273
  * Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/)
274
274
 
275
+ ## Resources
276
+
277
+ * [Documentation](https://ej2.syncfusion.com/angular/documentation/chart/getting-started)
278
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
279
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
280
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
281
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
275
282
 
276
283
  ## Support
277
284
 
@@ -289,7 +296,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
289
296
 
290
297
  ## License and copyright
291
298
 
292
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
299
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
293
300
 
294
301
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
295
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-charts",
3
- "version": "31.2.5",
3
+ "version": "31.2.10",
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",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~31.2.5",
10
10
  "@syncfusion/ej2-angular-base": "~31.2.2",
11
- "@syncfusion/ej2-charts": "31.2.5"
11
+ "@syncfusion/ej2-charts": "31.2.10"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-charts';
4
- exports.pkgVer = '^31.2.5';
4
+ exports.pkgVer = '^31.2.10';
5
5
  exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
6
- exports.themeVer = '~31.2.5';
6
+ exports.themeVer = '~31.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^31.2.5';
2
+ export const pkgVer = '^31.2.10';
3
3
  export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~31.2.5';
4
+ export const themeVer = '~31.2.10';