@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/@syncfusion/ej2-angular-charts.es5.js +8 -8
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +8 -8
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/README.md +1 -1
- package/dist/ej2-angular-charts.umd.js +12 -8
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart.component.d.ts +1 -0
- package/src/accumulation-chart/series.directive.d.ts +8 -0
- package/src/chart/axes.directive.d.ts +6 -0
- package/src/chart/series.directive.d.ts +16 -0
- package/src/stock-chart/series.directive.d.ts +5 -0
- package/src/stock-chart/stockchart.component.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-charts@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-charts@28.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-charts@28.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
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-
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-charts": "
|
|
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": "
|
|
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
|
+
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.
|
|
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 = '^
|
|
4
|
+
exports.pkgVer = '^29.1.33';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~29.1.33';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^
|
|
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 = '~
|
|
4
|
+
export const themeVer = '~29.1.33';
|
|
@@ -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 ''
|