@syncfusion/ej2-angular-charts 32.2.9 → 33.1.44-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 +5388 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +5087 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-charts.umd.js +6123 -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 +14 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/package.json +12 -24
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
- package/src/accumulation-chart/accumulationchart.component.d.ts +59 -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 +257 -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 +404 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +67 -72
- package/src/chart/chart.component.d.ts +88 -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 +260 -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 +500 -488
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +122 -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 +68 -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/sankey/links.directive.d.ts +41 -0
- package/src/sankey/nodes.directive.d.ts +44 -0
- package/src/sankey/sankey-all.module.d.ts +10 -0
- package/src/sankey/sankey.component.d.ts +53 -0
- package/src/sankey/sankey.module.d.ts +5 -0
- 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 +221 -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 +259 -247
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +67 -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 +123 -118
- package/CHANGELOG.md +0 -3815
- 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
|
@@ -1,177 +1,172 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-chart3d-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
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
*
|
|
83
|
-
* *
|
|
84
|
-
* *
|
|
85
|
-
* *
|
|
86
|
-
* *
|
|
87
|
-
* *
|
|
88
|
-
* *
|
|
89
|
-
* *
|
|
90
|
-
* *
|
|
91
|
-
* *
|
|
92
|
-
* *
|
|
93
|
-
*
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
*
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
*
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
*
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
*
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
*
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
*
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
*
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
*
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
*
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
*
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
*
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
|
|
174
|
-
constructor();
|
|
175
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Chart3DSeriesCollectionDirective, never>;
|
|
176
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Chart3DSeriesCollectionDirective, "ejs-chart3d>e-chart3d-series-collection", never, {}, {}, ["children"]>;
|
|
177
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Series3D Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-chart3d-series-collection>
|
|
7
|
+
* <e-chart3d-series></e-chart3d-series>
|
|
8
|
+
* </e-chart3d-series-collection>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the type of the series in the 3D chart. Available options include:
|
|
16
|
+
* - Column
|
|
17
|
+
* - Bar
|
|
18
|
+
* - StackingColumn
|
|
19
|
+
* - StackingBar
|
|
20
|
+
* - StackingColumn100
|
|
21
|
+
* - StackingBar100
|
|
22
|
+
* @default 'Column'
|
|
23
|
+
*/
|
|
24
|
+
type: any;
|
|
25
|
+
/**
|
|
26
|
+
* Options to customizing animation for the series.
|
|
27
|
+
*/
|
|
28
|
+
animation: any;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the shape of the data in a column and bar chart.
|
|
31
|
+
* Rectangle: Displays the data in a column and bar chart in a rectangle shape.
|
|
32
|
+
* Cylinder: Displays the data in a column and bar chart in a cylinder shape.
|
|
33
|
+
* @default 'Rectangle'
|
|
34
|
+
*/
|
|
35
|
+
columnFacet: any;
|
|
36
|
+
/**
|
|
37
|
+
* To render the column series points with particular column spacing. It takes value from 0 - 1.
|
|
38
|
+
* @default 0.1
|
|
39
|
+
*/
|
|
40
|
+
columnSpacing: any;
|
|
41
|
+
/**
|
|
42
|
+
* Render the column series points with a particular column width.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
columnWidth: any;
|
|
46
|
+
/**
|
|
47
|
+
* The data label for the series.
|
|
48
|
+
*/
|
|
49
|
+
dataLabel: any;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
52
|
+
* @default ''
|
|
53
|
+
*/
|
|
54
|
+
dataSource: any;
|
|
55
|
+
/**
|
|
56
|
+
* options to customize the empty points in series.
|
|
57
|
+
*/
|
|
58
|
+
emptyPointSettings: any;
|
|
59
|
+
/**
|
|
60
|
+
* Enable tooltip for the chart series.
|
|
61
|
+
* @default true
|
|
62
|
+
*/
|
|
63
|
+
enableTooltip: any;
|
|
64
|
+
/**
|
|
65
|
+
* The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
|
|
66
|
+
* @default null
|
|
67
|
+
*/
|
|
68
|
+
fill: any;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
|
|
71
|
+
* The axis in the same group shares the same baseline and location on the corresponding axis.
|
|
72
|
+
* @default ''
|
|
73
|
+
*/
|
|
74
|
+
groupName: any;
|
|
75
|
+
/**
|
|
76
|
+
* The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
|
|
77
|
+
* @default ''
|
|
78
|
+
*/
|
|
79
|
+
legendImageUrl: any;
|
|
80
|
+
/**
|
|
81
|
+
* The shape of the legend. Each series has its own legend shape, which can be one of the following:
|
|
82
|
+
* * Circle
|
|
83
|
+
* * Rectangle
|
|
84
|
+
* * Triangle
|
|
85
|
+
* * Diamond
|
|
86
|
+
* * Cross
|
|
87
|
+
* * HorizontalLine
|
|
88
|
+
* * VerticalLine
|
|
89
|
+
* * Pentagon
|
|
90
|
+
* * InvertedTriangle
|
|
91
|
+
* * SeriesType
|
|
92
|
+
* * Image
|
|
93
|
+
* @default 'SeriesType'
|
|
94
|
+
*/
|
|
95
|
+
legendShape: any;
|
|
96
|
+
/**
|
|
97
|
+
* The name of the series as displayed in the legend.
|
|
98
|
+
* @default ''
|
|
99
|
+
*/
|
|
100
|
+
name: any;
|
|
101
|
+
/**
|
|
102
|
+
* The opacity of the series.
|
|
103
|
+
* @default 1
|
|
104
|
+
*/
|
|
105
|
+
opacity: any;
|
|
106
|
+
/**
|
|
107
|
+
* The DataSource field that contains the point colors.
|
|
108
|
+
* @default ''
|
|
109
|
+
*/
|
|
110
|
+
pointColorMapping: any;
|
|
111
|
+
/**
|
|
112
|
+
* Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.
|
|
113
|
+
* @default ''
|
|
114
|
+
*/
|
|
115
|
+
query: any;
|
|
116
|
+
/**
|
|
117
|
+
* The DataSource field that contains the size value of y
|
|
118
|
+
* @default ''
|
|
119
|
+
*/
|
|
120
|
+
size: any;
|
|
121
|
+
/**
|
|
122
|
+
* This property allows grouping series in `stacked column / bar` charts.
|
|
123
|
+
* Any string value can be provided to the stackingGroup property.
|
|
124
|
+
* If any two or above series have the same value, those series will be grouped together.
|
|
125
|
+
* @default ''
|
|
126
|
+
*/
|
|
127
|
+
stackingGroup: any;
|
|
128
|
+
/**
|
|
129
|
+
* Format of the tooltip content.
|
|
130
|
+
* @default ''
|
|
131
|
+
*/
|
|
132
|
+
tooltipFormat: any;
|
|
133
|
+
/**
|
|
134
|
+
* The data source field that contains the tooltip value.
|
|
135
|
+
* @default ''
|
|
136
|
+
*/
|
|
137
|
+
tooltipMappingName: any;
|
|
138
|
+
/**
|
|
139
|
+
* Specifies the visibility of series.
|
|
140
|
+
* @default true
|
|
141
|
+
*/
|
|
142
|
+
visible: any;
|
|
143
|
+
/**
|
|
144
|
+
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
145
|
+
* @default null
|
|
146
|
+
*/
|
|
147
|
+
xAxisName: any;
|
|
148
|
+
/**
|
|
149
|
+
* The DataSource field that contains the x value.
|
|
150
|
+
* @default ''
|
|
151
|
+
*/
|
|
152
|
+
xName: any;
|
|
153
|
+
/**
|
|
154
|
+
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
155
|
+
* @default null
|
|
156
|
+
*/
|
|
157
|
+
yAxisName: any;
|
|
158
|
+
/**
|
|
159
|
+
* The DataSource field that contains the y value.
|
|
160
|
+
* @default ''
|
|
161
|
+
*/
|
|
162
|
+
yName: any;
|
|
163
|
+
dataLabel_template: any;
|
|
164
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Chart3DSeries Array Directive
|
|
168
|
+
* @private
|
|
169
|
+
*/
|
|
170
|
+
export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
|
|
171
|
+
constructor();
|
|
172
|
+
}
|
|
@@ -1,19 +1,13 @@
|
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
export declare class CircularChart3DAllModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DAllModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DAllModule, never, [typeof i1.CommonModule, typeof i2.CircularChart3DModule], [typeof i2.CircularChart3DModule]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DAllModule>;
|
|
19
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const PieSeries3DService: ValueProvider;
|
|
3
|
+
export declare const CircularChartTooltip3DService: ValueProvider;
|
|
4
|
+
export declare const CircularChartLegend3DService: ValueProvider;
|
|
5
|
+
export declare const CircularChartSelection3DService: ValueProvider;
|
|
6
|
+
export declare const CircularChartDataLabel3DService: ValueProvider;
|
|
7
|
+
export declare const CircularChartHighlight3DService: ValueProvider;
|
|
8
|
+
export declare const CircularChartExport3DService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the CircularChart3D component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class CircularChart3DAllModule {
|
|
13
|
+
}
|
|
@@ -1,58 +1,55 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { CircularChart3D } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { CircularChart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
-
import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.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
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CircularChart3DComponent, "ejs-circularchart3d", never, { "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "dataSource": "dataSource"; "depth": "depth"; "enableAnimation": "enableAnimation"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRotation": "enableRotation"; "enableRtl": "enableRtl"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "rotation": "rotation"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "tilt": "tilt"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "circularChart3DMouseClick": "circularChart3DMouseClick"; "circularChart3DMouseDown": "circularChart3DMouseDown"; "circularChart3DMouseLeave": "circularChart3DMouseLeave"; "circularChart3DMouseMove": "circularChart3DMouseMove"; "circularChart3DMouseUp": "circularChart3DMouseUp"; "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", "childSelectedDataIndexes"], never>;
|
|
58
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { CircularChart3D } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { CircularChart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* CircularChart3D Component
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-circularchart3d></ejs-circularchart3d>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class CircularChart3DComponent extends CircularChart3D implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
afterExport: any;
|
|
23
|
+
beforeExport: any;
|
|
24
|
+
beforePrint: any;
|
|
25
|
+
beforeResize: any;
|
|
26
|
+
circularChart3DMouseClick: any;
|
|
27
|
+
circularChart3DMouseDown: any;
|
|
28
|
+
circularChart3DMouseLeave: any;
|
|
29
|
+
circularChart3DMouseMove: any;
|
|
30
|
+
circularChart3DMouseUp: any;
|
|
31
|
+
legendClick: any;
|
|
32
|
+
legendRender: any;
|
|
33
|
+
load: any;
|
|
34
|
+
loaded: any;
|
|
35
|
+
pointClick: any;
|
|
36
|
+
pointMove: any;
|
|
37
|
+
pointRender: any;
|
|
38
|
+
resized: any;
|
|
39
|
+
selectionComplete: any;
|
|
40
|
+
seriesRender: any;
|
|
41
|
+
textRender: any;
|
|
42
|
+
tooltipRender: any;
|
|
43
|
+
dataSourceChange: any;
|
|
44
|
+
childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;
|
|
45
|
+
childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;
|
|
46
|
+
tags: string[];
|
|
47
|
+
tooltip_template: any;
|
|
48
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
ngAfterViewInit(): void;
|
|
51
|
+
ngOnDestroy(): void;
|
|
52
|
+
ngAfterContentChecked(): void;
|
|
53
|
+
registerEvents: (eventList: string[]) => void;
|
|
54
|
+
addTwoWay: (propList: string[]) => void;
|
|
55
|
+
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* NgModule definition for the CircularChart3D component.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CircularChart3DModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CircularChart3DModule, [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective], [typeof i4.CommonModule], [typeof i1.CircularChart3DComponent, typeof i2.CircularChart3DSeriesDirective, typeof i2.CircularChart3DSeriesCollectionDirective, typeof i3.CircularChart3DSelectedDataIndexDirective, typeof i3.CircularChart3DSelectedDataIndexesDirective]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CircularChart3DModule>;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the CircularChart3D component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class CircularChart3DModule {
|
|
5
|
+
}
|
|
@@ -1,37 +1,32 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
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
|
-
export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
|
|
34
|
-
constructor();
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSelectedDataIndexesDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSelectedDataIndexesDirective, "ejs-circularchart3d>e-circularchart3d-selecteddataindexes", never, {}, {}, ["children"]>;
|
|
37
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Selected Data Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the index of the data point within the series.
|
|
14
|
+
* @default 0
|
|
15
|
+
* @asptype int
|
|
16
|
+
*/
|
|
17
|
+
point: any;
|
|
18
|
+
/**
|
|
19
|
+
* Specifies the index of the series.
|
|
20
|
+
* @default 0
|
|
21
|
+
* @asptype int
|
|
22
|
+
*/
|
|
23
|
+
series: any;
|
|
24
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* CircularChart3DSelectedDataIndex Array Directive
|
|
28
|
+
* @private
|
|
29
|
+
*/
|
|
30
|
+
export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
|
|
31
|
+
constructor();
|
|
32
|
+
}
|