@syncfusion/ej2-angular-charts 33.1.49-ngcc → 33.1.49
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 +3821 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +152 -0
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
- package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
- package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
- package/esm2020/src/chart/annotations.directive.mjs +60 -0
- package/esm2020/src/chart/axes.directive.mjs +58 -0
- package/esm2020/src/chart/categories.directive.mjs +59 -0
- package/esm2020/src/chart/chart-all.module.mjs +209 -0
- package/esm2020/src/chart/chart.component.mjs +538 -0
- package/esm2020/src/chart/chart.module.mjs +142 -0
- package/esm2020/src/chart/columns.directive.mjs +52 -0
- package/esm2020/src/chart/indicators.directive.mjs +54 -0
- package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
- package/esm2020/src/chart/rows.directive.mjs +52 -0
- package/esm2020/src/chart/segments.directive.mjs +58 -0
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart/series.directive.mjs +68 -0
- package/esm2020/src/chart/striplines.directive.mjs +56 -0
- package/esm2020/src/chart/trendlines.directive.mjs +58 -0
- package/esm2020/src/chart3d/axes.directive.mjs +52 -0
- package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
- package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
- package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
- package/esm2020/src/chart3d/columns.directive.mjs +52 -0
- package/esm2020/src/chart3d/rows.directive.mjs +52 -0
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart3d/series.directive.mjs +62 -0
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
- package/esm2020/src/index.mjs +69 -0
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
- package/esm2020/src/range-navigator/series.directive.mjs +54 -0
- package/esm2020/src/sankey/links.directive.mjs +54 -0
- package/esm2020/src/sankey/nodes.directive.mjs +54 -0
- package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
- package/esm2020/src/sankey/sankey.component.mjs +110 -0
- package/esm2020/src/sankey/sankey.module.mjs +43 -0
- package/esm2020/src/smithchart/series.directive.mjs +46 -0
- package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
- package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
- package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
- package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
- package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
- package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
- package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
- package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
- package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
- package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/series.directive.mjs +58 -0
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
- package/esm2020/src/stock-chart/stockchart.component.mjs +350 -0
- package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
- package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
- package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
- package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +4684 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
- package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
- package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
- package/src/accumulation-chart/annotations.directive.d.ts +85 -80
- package/src/accumulation-chart/series.directive.d.ts +262 -257
- package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
- package/src/bullet-chart/bulletchart.component.d.ts +41 -38
- package/src/bullet-chart/bulletchart.module.d.ts +12 -5
- package/src/bullet-chart/ranges.directive.d.ts +73 -68
- package/src/chart/annotations.directive.d.ts +101 -96
- package/src/chart/axes.directive.d.ts +409 -404
- package/src/chart/categories.directive.d.ts +74 -69
- package/src/chart/chart-all.module.d.ts +73 -67
- package/src/chart/chart.component.d.ts +91 -88
- package/src/chart/chart.module.d.ts +24 -5
- package/src/chart/columns.directive.d.ts +35 -30
- package/src/chart/indicators.directive.d.ts +265 -260
- package/src/chart/multilevellabels.directive.d.ts +62 -57
- package/src/chart/rangecolorsettings.directive.d.ts +41 -36
- package/src/chart/rows.directive.d.ts +35 -30
- package/src/chart/segments.directive.d.ts +46 -41
- package/src/chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart/series.directive.d.ts +505 -500
- package/src/chart/striplines.directive.d.ts +171 -166
- package/src/chart/trendlines.directive.d.ts +127 -122
- package/src/chart3d/axes.directive.d.ts +271 -266
- package/src/chart3d/chart3d-all.module.d.ts +26 -20
- package/src/chart3d/chart3d.component.d.ts +65 -62
- package/src/chart3d/chart3d.module.d.ts +16 -5
- package/src/chart3d/columns.directive.d.ts +31 -26
- package/src/chart3d/rows.directive.d.ts +31 -26
- package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart3d/series.directive.d.ts +177 -172
- package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
- package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
- package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/circularchart3d/series.directive.d.ts +147 -142
- package/src/index.d.ts +68 -68
- package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
- package/src/range-navigator/rangenavigator.component.d.ts +44 -41
- package/src/range-navigator/rangenavigator.module.d.ts +12 -5
- package/src/range-navigator/series.directive.d.ts +83 -78
- package/src/sankey/links.directive.d.ts +46 -41
- package/src/sankey/nodes.directive.d.ts +49 -44
- package/src/sankey/sankey-all.module.d.ts +16 -10
- package/src/sankey/sankey.component.d.ts +56 -53
- package/src/sankey/sankey.module.d.ts +13 -5
- package/src/smithchart/series.directive.d.ts +93 -88
- package/src/smithchart/smithchart-all.module.d.ts +14 -8
- package/src/smithchart/smithchart.component.d.ts +44 -41
- package/src/smithchart/smithchart.module.d.ts +12 -5
- package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
- package/src/sparkline/sparkline-all.module.d.ts +13 -7
- package/src/sparkline/sparkline.component.d.ts +46 -43
- package/src/sparkline/sparkline.module.d.ts +12 -5
- package/src/stock-chart/annotations.directive.d.ts +89 -84
- package/src/stock-chart/axes.directive.d.ts +291 -286
- package/src/stock-chart/indicators.directive.d.ts +226 -221
- package/src/stock-chart/periods.directive.d.ts +47 -42
- package/src/stock-chart/rows.directive.d.ts +35 -30
- package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/stock-chart/series.directive.d.ts +264 -259
- package/src/stock-chart/stockchart-all.module.d.ts +13 -7
- package/src/stock-chart/stockchart.component.d.ts +70 -67
- package/src/stock-chart/stockchart.module.d.ts +20 -5
- package/src/stock-chart/stockevents.directive.d.ts +88 -83
- package/src/stock-chart/trendlines.directive.d.ts +128 -123
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -5087
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-charts.umd.js +0 -6123
- package/dist/ej2-angular-charts.umd.js.map +0 -1
- package/dist/ej2-angular-charts.umd.min.js +0 -11
- package/dist/ej2-angular-charts.umd.min.js.map +0 -1
- package/ej2-angular-charts.d.ts +0 -14
- package/ej2-angular-charts.metadata.json +0 -1
|
@@ -1,78 +1,83 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-rangenavigator-series
|
|
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
|
-
*
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
*
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* RangenavigatorSeries Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-rangenavigator-series-collection>
|
|
8
|
+
* <e-rangenavigator-series></e-rangenavigator-series>
|
|
9
|
+
* </e-rangenavigator-series-collection>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* It defines the series type of the range navigator.
|
|
17
|
+
* @default 'Line'
|
|
18
|
+
*/
|
|
19
|
+
type: any;
|
|
20
|
+
/**
|
|
21
|
+
* Options to customizing animation for the series.
|
|
22
|
+
*/
|
|
23
|
+
animation: any;
|
|
24
|
+
/**
|
|
25
|
+
* Options for customizing the color and width of the series border.
|
|
26
|
+
*/
|
|
27
|
+
border: any;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.
|
|
30
|
+
* @default '0'
|
|
31
|
+
*/
|
|
32
|
+
dashArray: any;
|
|
33
|
+
/**
|
|
34
|
+
* It defines the data source for a series.
|
|
35
|
+
* @default null
|
|
36
|
+
*/
|
|
37
|
+
dataSource: any;
|
|
38
|
+
/**
|
|
39
|
+
* The fill color for the series that accepts value in hex and rgba as a valid CSS color string.
|
|
40
|
+
* It also represents the color of the signal lines in technical indicators.
|
|
41
|
+
* For technical indicators, the default value is 'blue' and for series, it has null.
|
|
42
|
+
* @default null
|
|
43
|
+
*/
|
|
44
|
+
fill: any;
|
|
45
|
+
/**
|
|
46
|
+
* The opacity for the background.
|
|
47
|
+
* @default 1
|
|
48
|
+
*/
|
|
49
|
+
opacity: any;
|
|
50
|
+
/**
|
|
51
|
+
* It defines the query for the data source.
|
|
52
|
+
* @default null
|
|
53
|
+
*/
|
|
54
|
+
query: any;
|
|
55
|
+
/**
|
|
56
|
+
* The stroke width for the series that is applicable only for `Line` type series.
|
|
57
|
+
* It also represents the stroke width of the signal lines in technical indicators.
|
|
58
|
+
* @default 1
|
|
59
|
+
*/
|
|
60
|
+
width: any;
|
|
61
|
+
/**
|
|
62
|
+
* It defines the xName for the series.
|
|
63
|
+
* @default null
|
|
64
|
+
*/
|
|
65
|
+
xName: any;
|
|
66
|
+
/**
|
|
67
|
+
* It defines the yName for the series.
|
|
68
|
+
* @default null
|
|
69
|
+
*/
|
|
70
|
+
yName: any;
|
|
71
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesDirective, never>;
|
|
73
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesDirective, "e-rangenavigator-series-collection>e-rangenavigator-series", never, { "animation": "animation"; "border": "border"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "opacity": "opacity"; "query": "query"; "type": "type"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, never>;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* RangenavigatorSeries Array Directive
|
|
77
|
+
* @private
|
|
78
|
+
*/
|
|
79
|
+
export declare class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {
|
|
80
|
+
constructor();
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangenavigatorSeriesCollectionDirective, never>;
|
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangenavigatorSeriesCollectionDirective, "ej-rangenavigator>e-rangenavigator-series-collection", never, {}, {}, ["children"]>;
|
|
83
|
+
}
|
|
@@ -1,41 +1,46 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-sankey-
|
|
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
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Sankey Links Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-sankey-links>
|
|
8
|
+
* <e-sankey-link></e-sankey-link>
|
|
9
|
+
* </e-sankey-links>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Specifies the unique identifier of the source node for this
|
|
17
|
+
* link.
|
|
18
|
+
* This should match the `id` of an existing Sankey node.
|
|
19
|
+
* @default null
|
|
20
|
+
*/
|
|
21
|
+
sourceId: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies the unique identifier of the target node for this link.
|
|
24
|
+
* This should match the `id` of an existing Sankey node.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
targetId: any;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the weight or value of the link.
|
|
30
|
+
* This determines the thickness of the link in the Sankey diagram.
|
|
31
|
+
* @default null
|
|
32
|
+
*/
|
|
33
|
+
value: any;
|
|
34
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinkDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinkDirective, "e-sankey-links>e-sankey-link", never, { "sourceId": "sourceId"; "targetId": "targetId"; "value": "value"; }, {}, never>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* SankeyLink Array Directive
|
|
40
|
+
* @private
|
|
41
|
+
*/
|
|
42
|
+
export declare class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {
|
|
43
|
+
constructor();
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinksCollectionDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinksCollectionDirective, "ejs-sankey>e-sankey-links", never, {}, {}, ["children"]>;
|
|
46
|
+
}
|
|
@@ -1,44 +1,49 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-sankey-
|
|
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
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Sankey Nodes Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-sankey-nodes>
|
|
8
|
+
* <e-sankey-node></e-sankey-node>
|
|
9
|
+
* </e-sankey-nodes>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Specifies the color applied to the node.
|
|
17
|
+
* The node color is applied based on the current theme if this property is not specified.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
color: any;
|
|
21
|
+
/**
|
|
22
|
+
* A unique string identifier for the node.
|
|
23
|
+
* Ensure the `id` is unique across all nodes in the Sankey chart.
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
id: any;
|
|
27
|
+
/**
|
|
28
|
+
* Options for customizing the data label of the Sankey node.
|
|
29
|
+
*/
|
|
30
|
+
label: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies a custom offset position for the node.
|
|
33
|
+
* This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
|
|
34
|
+
* @default 0
|
|
35
|
+
*/
|
|
36
|
+
offset: any;
|
|
37
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodeDirective, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodeDirective, "e-sankey-nodes>e-sankey-node", never, { "color": "color"; "id": "id"; "label": "label"; "offset": "offset"; }, {}, never>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* SankeyNode Array Directive
|
|
43
|
+
* @private
|
|
44
|
+
*/
|
|
45
|
+
export declare class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {
|
|
46
|
+
constructor();
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodesCollectionDirective, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodesCollectionDirective, "ejs-sankey>e-sankey-nodes", never, {}, {}, ["children"]>;
|
|
49
|
+
}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./sankey.module";
|
|
5
|
+
export declare const SankeyLegendService: ValueProvider;
|
|
6
|
+
export declare const SankeyTooltipService: ValueProvider;
|
|
7
|
+
export declare const SankeyHighlightService: ValueProvider;
|
|
8
|
+
export declare const SankeyExportService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the Sankey component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyAllModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyAllModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyAllModule, never, [typeof i1.CommonModule, typeof i2.SankeyModule], [typeof i2.SankeyModule]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SankeyAllModule>;
|
|
16
|
+
}
|
|
@@ -1,53 +1,56 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Sankey } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { SankeyNodesCollectionDirective } from './nodes.directive';
|
|
5
|
-
import { SankeyLinksCollectionDirective } from './links.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
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Sankey } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { SankeyNodesCollectionDirective } from './nodes.directive';
|
|
5
|
+
import { SankeyLinksCollectionDirective } from './links.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const inputs: string[];
|
|
8
|
+
export declare const outputs: string[];
|
|
9
|
+
export declare const twoWays: string[];
|
|
10
|
+
/**
|
|
11
|
+
* Sankey Component
|
|
12
|
+
* ```html
|
|
13
|
+
* <ejs-sankey></ejs-sankey>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class SankeyComponent extends Sankey implements IComponentBase {
|
|
17
|
+
private ngEle;
|
|
18
|
+
private srenderer;
|
|
19
|
+
private viewContainerRef;
|
|
20
|
+
private injector;
|
|
21
|
+
context: any;
|
|
22
|
+
tagObjects: any;
|
|
23
|
+
afterExport: any;
|
|
24
|
+
beforeExport: any;
|
|
25
|
+
beforePrint: any;
|
|
26
|
+
exportCompleted: any;
|
|
27
|
+
labelRendering: any;
|
|
28
|
+
legendItemHover: any;
|
|
29
|
+
legendItemRendering: any;
|
|
30
|
+
linkClick: any;
|
|
31
|
+
linkEnter: any;
|
|
32
|
+
linkLeave: any;
|
|
33
|
+
linkRendering: any;
|
|
34
|
+
load: any;
|
|
35
|
+
loaded: any;
|
|
36
|
+
nodeClick: any;
|
|
37
|
+
nodeEnter: any;
|
|
38
|
+
nodeLeave: any;
|
|
39
|
+
nodeRendering: any;
|
|
40
|
+
sizeChanged: any;
|
|
41
|
+
tooltipRendering: any;
|
|
42
|
+
childNodes: QueryList<SankeyNodesCollectionDirective>;
|
|
43
|
+
childLinks: QueryList<SankeyLinksCollectionDirective>;
|
|
44
|
+
tags: string[];
|
|
45
|
+
tooltip_sankeyNodeTemplate: any;
|
|
46
|
+
tooltip_sankeyLinkTemplate: any;
|
|
47
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
ngAfterContentChecked(): void;
|
|
52
|
+
registerEvents: (eventList: string[]) => void;
|
|
53
|
+
addTwoWay: (propList: string[]) => void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SankeyComponent, "ejs-sankey", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "animation": "animation"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "labelSettings": "labelSettings"; "legendSettings": "legendSettings"; "linkStyle": "linkStyle"; "links": "links"; "locale": "locale"; "margin": "margin"; "nodeStyle": "nodeStyle"; "nodes": "nodes"; "orientation": "orientation"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "exportCompleted": "exportCompleted"; "labelRendering": "labelRendering"; "legendItemHover": "legendItemHover"; "legendItemRendering": "legendItemRendering"; "linkClick": "linkClick"; "linkEnter": "linkEnter"; "linkLeave": "linkLeave"; "linkRendering": "linkRendering"; "load": "load"; "loaded": "loaded"; "nodeClick": "nodeClick"; "nodeEnter": "nodeEnter"; "nodeLeave": "nodeLeave"; "nodeRendering": "nodeRendering"; "sizeChanged": "sizeChanged"; "tooltipRendering": "tooltipRendering"; }, ["tooltip_sankeyNodeTemplate", "tooltip_sankeyLinkTemplate", "childNodes", "childLinks"], never>;
|
|
56
|
+
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sankey.component";
|
|
3
|
+
import * as i2 from "./nodes.directive";
|
|
4
|
+
import * as i3 from "./links.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the Sankey component.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SankeyModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyModule, [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective], [typeof i4.CommonModule], [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SankeyModule>;
|
|
13
|
+
}
|