@syncfusion/ej2-angular-charts 28.2.11-ngcc → 29.1.33-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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-charts@*",
3
- "_id": "@syncfusion/ej2-angular-charts@28.2.9",
3
+ "_id": "@syncfusion/ej2-angular-charts@28.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YOe8UREsmIHeHWDUhEy2CP0QrFQaS5C7WSDnJamn9Kls84oXhm/E02SUBlA8fjr3HA9w8dWQF+4V7CGZHPrPOA==",
5
+ "_integrity": "sha512-buQKuAHLkUozxbDc1QiqNNfPvI3vx6Fd3dPyenhUOdyKrOggBYmysRVhgukOe9HOuTVIc7s9N8iYcl/ojlXAyg==",
6
6
  "_location": "/@syncfusion/ej2-angular-charts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-28.2.9.tgz",
23
- "_shasum": "3bafe1db5b834688a02d69d2b0a2a11cc52a5ab0",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-28.1.33.tgz",
23
+ "_shasum": "3cb24a6f313bd0e29d5be37749cdd0d816a65d89",
24
24
  "_spec": "@syncfusion/ej2-angular-charts@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~28.2.5",
35
- "@syncfusion/ej2-base": "~28.2.9",
36
- "@syncfusion/ej2-charts": "28.2.11"
34
+ "@syncfusion/ej2-angular-base": "~29.1.33",
35
+ "@syncfusion/ej2-base": "~29.1.33",
36
+ "@syncfusion/ej2-charts": "29.1.33"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -68,5 +68,5 @@
68
68
  "schematics": "./schematics/collection.json",
69
69
  "sideEffects": false,
70
70
  "typings": "ej2-angular-charts.d.ts",
71
- "version": "28.2.11-ngcc"
71
+ "version": "29.1.33-ngcc"
72
72
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-charts";
2
- export declare const pkgVer = "^28.2.9";
2
+ export declare const pkgVer = "^28.1.33";
3
3
  export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
4
- export declare const themeVer = "~28.2.9";
4
+ export declare const themeVer = "~28.1.33";
@@ -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 = '^28.2.11';
4
+ exports.pkgVer = '^29.1.33';
5
5
  exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
6
- exports.themeVer = '~28.2.11';
6
+ exports.themeVer = '~29.1.33';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-charts';
2
- export const pkgVer = '^28.2.11';
2
+ export const pkgVer = '^29.1.33';
3
3
  export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
4
- export const themeVer = '~28.2.11';
4
+ export const themeVer = '~29.1.33';
@@ -22,6 +22,7 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
22
22
  afterExport: any;
23
23
  animationComplete: any;
24
24
  annotationRender: any;
25
+ beforeExport: any;
25
26
  beforePrint: any;
26
27
  beforeResize: any;
27
28
  chartDoubleClick: any;
@@ -94,6 +94,14 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
94
94
  * @default '30%'
95
95
  */
96
96
  explodeOffset: any;
97
+ /**
98
+ * Defines the rendering mode for the funnel chart.
99
+ * Available options are:
100
+ * * Standard - Displays a funnel shape that narrows down to a point.
101
+ * * Trapezoid - Displays a funnel shape with parallel sides near the top.
102
+ * @default 'Standard'
103
+ */
104
+ funnelMode: any;
97
105
  /**
98
106
  * Defines the distance between the segments of a funnel or pyramid series.
99
107
  * The range is from 0 to 1.
@@ -76,6 +76,12 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
76
76
  * @default false
77
77
  */
78
78
  enableTrim: any;
79
+ /**
80
+ * Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`.
81
+ * When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.
82
+ * @default false
83
+ */
84
+ enableWrap: any;
79
85
  /**
80
86
  * Specifies the interval for the axis.
81
87
  * @default null
@@ -338,11 +338,27 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
338
338
  * @default true
339
339
  */
340
340
  showMean: any;
341
+ /**
342
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
343
+ * @default true
344
+ */
345
+ showNearestTooltip: any;
341
346
  /**
342
347
  * Specifies whether to display the normal distribution curve for the histogram series.
343
348
  * @default false
344
349
  */
345
350
  showNormalDistribution: any;
351
+ /**
352
+ * Specifies whether to display outliers in the Box and Whisker chart.
353
+ *
354
+ * If set to `true`, outliers will be displayed as individual points beyond the whiskers, representing data points that significantly differ from the rest of the dataset.
355
+ *If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.
356
+ *
357
+ *Outliers are typically used to identify extreme values in statistical data representation.
358
+ *
359
+ * @default true
360
+ */
361
+ showOutliers: any;
346
362
  /**
347
363
  * The data source field that contains the size value for the y-axis.
348
364
  * @default ''
@@ -173,6 +173,11 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
173
173
  * @default null
174
174
  */
175
175
  selectionStyle: any;
176
+ /**
177
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
178
+ * @default true
179
+ */
180
+ showNearestTooltip: any;
176
181
  /**
177
182
  * The provided value will be considered as a Tooltip name
178
183
  * @default ''
@@ -26,6 +26,7 @@ export declare class StockChartComponent extends StockChart implements IComponen
26
26
  context: any;
27
27
  tagObjects: any;
28
28
  axisLabelRender: any;
29
+ beforeExport: any;
29
30
  legendClick: any;
30
31
  legendRender: any;
31
32
  load: any;