@syncfusion/ej2-angular-charts 32.1.24 → 32.1.25-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 +5029 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +4747 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +1 -8
- package/dist/ej2-angular-charts.umd.js +5719 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +11 -0
- package/dist/ej2-angular-charts.umd.min.js.map +1 -0
- package/ej2-angular-charts.d.ts +13 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
- package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
- package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
- package/src/accumulation-chart/annotations.directive.d.ts +80 -85
- package/src/accumulation-chart/series.directive.d.ts +244 -249
- package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
- package/src/bullet-chart/bulletchart.component.d.ts +38 -41
- package/src/bullet-chart/bulletchart.module.d.ts +5 -12
- package/src/bullet-chart/ranges.directive.d.ts +68 -73
- package/src/chart/annotations.directive.d.ts +96 -101
- package/src/chart/axes.directive.d.ts +381 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +66 -72
- package/src/chart/chart.component.d.ts +86 -89
- package/src/chart/chart.module.d.ts +5 -24
- package/src/chart/columns.directive.d.ts +30 -35
- package/src/chart/indicators.directive.d.ts +250 -255
- package/src/chart/multilevellabels.directive.d.ts +57 -62
- package/src/chart/rangecolorsettings.directive.d.ts +36 -41
- package/src/chart/rows.directive.d.ts +30 -35
- package/src/chart/segments.directive.d.ts +41 -46
- package/src/chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart/series.directive.d.ts +483 -488
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +112 -117
- package/src/chart3d/axes.directive.d.ts +266 -271
- package/src/chart3d/chart3d-all.module.d.ts +20 -26
- package/src/chart3d/chart3d.component.d.ts +62 -65
- package/src/chart3d/chart3d.module.d.ts +5 -16
- package/src/chart3d/columns.directive.d.ts +26 -31
- package/src/chart3d/rows.directive.d.ts +26 -31
- package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart3d/series.directive.d.ts +172 -177
- package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
- package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
- package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/circularchart3d/series.directive.d.ts +142 -147
- package/src/index.d.ts +63 -63
- package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
- package/src/range-navigator/rangenavigator.component.d.ts +41 -44
- package/src/range-navigator/rangenavigator.module.d.ts +5 -12
- package/src/range-navigator/series.directive.d.ts +78 -83
- package/src/smithchart/series.directive.d.ts +88 -93
- package/src/smithchart/smithchart-all.module.d.ts +8 -14
- package/src/smithchart/smithchart.component.d.ts +41 -44
- package/src/smithchart/smithchart.module.d.ts +5 -12
- package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
- package/src/sparkline/sparkline-all.module.d.ts +7 -13
- package/src/sparkline/sparkline.component.d.ts +43 -46
- package/src/sparkline/sparkline.module.d.ts +5 -12
- package/src/stock-chart/annotations.directive.d.ts +84 -89
- package/src/stock-chart/axes.directive.d.ts +286 -291
- package/src/stock-chart/indicators.directive.d.ts +208 -213
- package/src/stock-chart/periods.directive.d.ts +42 -47
- package/src/stock-chart/rows.directive.d.ts +30 -35
- package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/stock-chart/series.directive.d.ts +242 -247
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +65 -68
- package/src/stock-chart/stockchart.module.d.ts +5 -20
- package/src/stock-chart/stockevents.directive.d.ts +83 -88
- package/src/stock-chart/trendlines.directive.d.ts +113 -118
- package/CHANGELOG.md +0 -3791
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
- package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
- package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
- package/esm2020/src/chart/annotations.directive.mjs +0 -60
- package/esm2020/src/chart/axes.directive.mjs +0 -58
- package/esm2020/src/chart/categories.directive.mjs +0 -59
- package/esm2020/src/chart/chart-all.module.mjs +0 -206
- package/esm2020/src/chart/chart.component.mjs +0 -525
- package/esm2020/src/chart/chart.module.mjs +0 -142
- package/esm2020/src/chart/columns.directive.mjs +0 -52
- package/esm2020/src/chart/indicators.directive.mjs +0 -54
- package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
- package/esm2020/src/chart/rows.directive.mjs +0 -52
- package/esm2020/src/chart/segments.directive.mjs +0 -58
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart/series.directive.mjs +0 -68
- package/esm2020/src/chart/striplines.directive.mjs +0 -56
- package/esm2020/src/chart/trendlines.directive.mjs +0 -58
- package/esm2020/src/chart3d/axes.directive.mjs +0 -52
- package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
- package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
- package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
- package/esm2020/src/chart3d/columns.directive.mjs +0 -52
- package/esm2020/src/chart3d/rows.directive.mjs +0 -52
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart3d/series.directive.mjs +0 -62
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
- package/esm2020/src/index.mjs +0 -64
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
- package/esm2020/src/range-navigator/series.directive.mjs +0 -54
- package/esm2020/src/smithchart/series.directive.mjs +0 -46
- package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
- package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
- package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
- package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
- package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
- package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
- package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
- package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
- package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
- package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/series.directive.mjs +0 -58
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
- package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
- package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
- package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
- package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
- package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,15 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-charts@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-charts@32.1.1",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-5+qS1KmXUIvUeEveOR4UlgNXC0K5pjsr+pIyzXJNyHZ0qNo63L90Nt5HHKLQQOv9MRrm09rlPWDrrxwUKMw9ng==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-charts",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-charts@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-charts",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-charts",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-32.1.1.tgz",
|
|
23
|
+
"_shasum": "b58052a33073d298ae213923fb7016e200ac24f8",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-charts@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
8
33
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~32.1.24",
|
|
10
34
|
"@syncfusion/ej2-angular-base": "~32.1.24",
|
|
11
|
-
"@syncfusion/ej2-
|
|
35
|
+
"@syncfusion/ej2-base": "~32.1.24",
|
|
36
|
+
"@syncfusion/ej2-charts": "32.1.25"
|
|
12
37
|
},
|
|
38
|
+
"deprecated": false,
|
|
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",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-charts.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
13
43
|
"keywords": [
|
|
14
44
|
"angular",
|
|
15
45
|
"angular-charts",
|
|
@@ -26,29 +56,17 @@
|
|
|
26
56
|
"angular-chart3d",
|
|
27
57
|
"angular-circularchart3d"
|
|
28
58
|
],
|
|
59
|
+
"license": "SEE LICENSE IN license",
|
|
60
|
+
"main": "dist/ej2-angular-charts.umd.js",
|
|
61
|
+
"metadata": "ej2-angular-charts.metadata.json",
|
|
62
|
+
"module": "@syncfusion/ej2-angular-charts.es5.js",
|
|
63
|
+
"name": "@syncfusion/ej2-angular-charts",
|
|
29
64
|
"repository": {
|
|
30
65
|
"type": "git",
|
|
31
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
66
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
32
67
|
},
|
|
68
|
+
"schematics": "./schematics/collection.json",
|
|
33
69
|
"sideEffects": false,
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"esm2020": "esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
37
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
38
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
39
|
-
"typings": "syncfusion-ej2-angular-charts.d.ts",
|
|
40
|
-
"exports": {
|
|
41
|
-
"./package.json": {
|
|
42
|
-
"default": "./package.json"
|
|
43
|
-
},
|
|
44
|
-
".": {
|
|
45
|
-
"types": "./syncfusion-ej2-angular-charts.d.ts",
|
|
46
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
47
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
48
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
49
|
-
"node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
50
|
-
"default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
|
70
|
+
"typings": "ej2-angular-charts.d.ts",
|
|
71
|
+
"version": "32.1.25-ngcc"
|
|
54
72
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -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 = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.25';
|
|
5
5
|
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.25';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^32.1.
|
|
2
|
+
export const pkgVer = '^32.1.25';
|
|
3
3
|
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
4
|
-
export const themeVer = '~32.1.
|
|
4
|
+
export const themeVer = '~32.1.25';
|
|
@@ -1,21 +1,15 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
export declare class AccumulationChartAllModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartAllModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartAllModule, never, [typeof i1.CommonModule, typeof i2.AccumulationChartModule], [typeof i2.AccumulationChartModule]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartAllModule>;
|
|
21
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const PieSeriesService: ValueProvider;
|
|
3
|
+
export declare const FunnelSeriesService: ValueProvider;
|
|
4
|
+
export declare const PyramidSeriesService: ValueProvider;
|
|
5
|
+
export declare const AccumulationTooltipService: ValueProvider;
|
|
6
|
+
export declare const AccumulationLegendService: ValueProvider;
|
|
7
|
+
export declare const AccumulationSelectionService: ValueProvider;
|
|
8
|
+
export declare const AccumulationHighlightService: ValueProvider;
|
|
9
|
+
export declare const AccumulationDataLabelService: ValueProvider;
|
|
10
|
+
export declare const AccumulationAnnotationService: ValueProvider;
|
|
11
|
+
/**
|
|
12
|
+
* NgModule definition for the AccumulationChart component with providers.
|
|
13
|
+
*/
|
|
14
|
+
export declare class AccumulationChartAllModule {
|
|
15
|
+
}
|
|
@@ -1,61 +1,58 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { AccumulationChart } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { AccumulationSeriesCollectionDirective } from './series.directive';
|
|
5
|
-
import { AccumulationAnnotationsDirective } from './annotations.directive';
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AccumulationChartComponent, "ejs-accumulationchart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "annotations": "annotations"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "center": "center"; "centerLabel": "centerLabel"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableBorderOnMouseMove": "enableBorderOnMouseMove"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSmartLabels": "enableSmartLabels"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "noDataTemplate": "noDataTemplate"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAnnotations"], never>;
|
|
61
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { AccumulationChart } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { AccumulationSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import { AccumulationAnnotationsDirective } from './annotations.directive';
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* AccumulationChart Component
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-accumulationchart></ejs-accumulationchart>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class AccumulationChartComponent extends AccumulationChart implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
afterExport: any;
|
|
23
|
+
animationComplete: any;
|
|
24
|
+
annotationRender: any;
|
|
25
|
+
beforeExport: any;
|
|
26
|
+
beforePrint: any;
|
|
27
|
+
beforeResize: any;
|
|
28
|
+
chartDoubleClick: any;
|
|
29
|
+
chartMouseClick: any;
|
|
30
|
+
chartMouseDown: any;
|
|
31
|
+
chartMouseLeave: any;
|
|
32
|
+
chartMouseMove: any;
|
|
33
|
+
chartMouseUp: any;
|
|
34
|
+
legendClick: any;
|
|
35
|
+
legendRender: any;
|
|
36
|
+
load: any;
|
|
37
|
+
loaded: any;
|
|
38
|
+
pointClick: any;
|
|
39
|
+
pointMove: any;
|
|
40
|
+
pointRender: any;
|
|
41
|
+
resized: any;
|
|
42
|
+
selectionComplete: any;
|
|
43
|
+
seriesRender: any;
|
|
44
|
+
textRender: any;
|
|
45
|
+
tooltipRender: any;
|
|
46
|
+
dataSourceChange: any;
|
|
47
|
+
childSeries: QueryList<AccumulationSeriesCollectionDirective>;
|
|
48
|
+
childAnnotations: QueryList<AccumulationAnnotationsDirective>;
|
|
49
|
+
tags: string[];
|
|
50
|
+
tooltip_template: any;
|
|
51
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
52
|
+
ngOnInit(): void;
|
|
53
|
+
ngAfterViewInit(): void;
|
|
54
|
+
ngOnDestroy(): void;
|
|
55
|
+
ngAfterContentChecked(): void;
|
|
56
|
+
registerEvents: (eventList: string[]) => void;
|
|
57
|
+
addTwoWay: (propList: string[]) => void;
|
|
58
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* NgModule definition for the AccumulationChart component.
|
|
8
|
-
*/
|
|
9
|
-
export declare class AccumulationChartModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartModule, [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective], [typeof i4.CommonModule], [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartModule>;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the AccumulationChart component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class AccumulationChartModule {
|
|
5
|
+
}
|
|
@@ -1,85 +1,80 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-accumulation-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* *
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
*
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* *
|
|
32
|
-
* *
|
|
33
|
-
*
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* *
|
|
42
|
-
*
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
* *
|
|
50
|
-
* *
|
|
51
|
-
*
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* If `coordinateUnit` is set to `
|
|
58
|
-
*
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
* If `coordinateUnit` is set to `
|
|
64
|
-
*
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
|
|
82
|
-
constructor();
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationsDirective, never>;
|
|
84
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationsDirective, "ej-accumulationchart>e-accumulation-annotations", never, {}, {}, ["children"]>;
|
|
85
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* AccumulationAnnotations Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-accumulation-annotations>
|
|
7
|
+
* <e-accumulation-annotation></e-accumulation-annotation>
|
|
8
|
+
* </e-accumulation-annotations>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the coordinate units of the annotation.
|
|
16
|
+
* The options are:
|
|
17
|
+
* * Pixel - Renders the annotation based on x and y pixel values.
|
|
18
|
+
* * Point - Renders the annotation based on x and y data values.
|
|
19
|
+
* @default 'Pixel'
|
|
20
|
+
*/
|
|
21
|
+
coordinateUnits: any;
|
|
22
|
+
/**
|
|
23
|
+
* A description for the annotation that provides additional information about its content for screen readers.
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
description: any;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies the alignment of the annotation.
|
|
29
|
+
* The options are:
|
|
30
|
+
* * Near - Aligns the annotation element to the top side.
|
|
31
|
+
* * Far - Aligns the annotation element to the bottom side.
|
|
32
|
+
* * Center - Aligns the annotation element to the midpoint.
|
|
33
|
+
* @default 'Center'
|
|
34
|
+
|
|
35
|
+
*/
|
|
36
|
+
horizontalAlignment: any;
|
|
37
|
+
/**
|
|
38
|
+
* Specifies the regions of the annotation.
|
|
39
|
+
* The options are:
|
|
40
|
+
* * Chart - Renders the annotation based on chart coordinates.
|
|
41
|
+
* * Series - Renders the annotation based on series coordinates.
|
|
42
|
+
* @default 'Chart'
|
|
43
|
+
*/
|
|
44
|
+
region: any;
|
|
45
|
+
/**
|
|
46
|
+
* Specifies the position of the annotation.
|
|
47
|
+
* The options are
|
|
48
|
+
* * Top - Aligns the annotation element to the top side.
|
|
49
|
+
* * Bottom - Aligns the annotation element to the bottom side.
|
|
50
|
+
* * Middle - Aligns the annotation element to the midpoint.
|
|
51
|
+
* @default 'Middle'
|
|
52
|
+
|
|
53
|
+
*/
|
|
54
|
+
verticalAlignment: any;
|
|
55
|
+
/**
|
|
56
|
+
* If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
|
|
57
|
+
* If `coordinateUnit` is set to `Point`, x specifies the data value.
|
|
58
|
+
* @default '0'
|
|
59
|
+
*/
|
|
60
|
+
x: any;
|
|
61
|
+
/**
|
|
62
|
+
* If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
|
|
63
|
+
* If `coordinateUnit` is set to `Point`, y specifies the data value.
|
|
64
|
+
* @default '0'
|
|
65
|
+
*/
|
|
66
|
+
y: any;
|
|
67
|
+
/**
|
|
68
|
+
* The content of the annotation, which can also accept the ID of a custom element.
|
|
69
|
+
* @default null
|
|
70
|
+
*/
|
|
71
|
+
content: any;
|
|
72
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* AccumulationAnnotation Array Directive
|
|
76
|
+
* @private
|
|
77
|
+
*/
|
|
78
|
+
export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
|
|
79
|
+
constructor();
|
|
80
|
+
}
|