@syncfusion/ej2-angular-charts 33.2.6 → 33.2.8-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 +6114 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +2 -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 +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 +59 -62
- 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 -262
- 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 -73
- package/src/chart/chart.component.d.ts +88 -91
- 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 -265
- 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 -505
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +122 -127
- 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 -68
- 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 -46
- package/src/sankey/nodes.directive.d.ts +44 -49
- package/src/sankey/sankey-all.module.d.ts +10 -16
- package/src/sankey/sankey.component.d.ts +53 -56
- package/src/sankey/sankey.module.d.ts +5 -13
- 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 -226
- 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 -264
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +67 -70
- 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 -128
- package/CHANGELOG.md +0 -3830
- 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 -152
- 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 -209
- package/esm2020/src/chart/chart.component.mjs +0 -538
- 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 -69
- 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/sankey/links.directive.mjs +0 -54
- package/esm2020/src/sankey/nodes.directive.mjs +0 -54
- package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
- package/esm2020/src/sankey/sankey.component.mjs +0 -110
- package/esm2020/src/sankey/sankey.module.mjs +0 -43
- 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 -350
- 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 -4684
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
|
@@ -1,171 +1,166 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
*
|
|
10
|
-
* </e-
|
|
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
|
-
export declare class StripLinesDirective extends ArrayBase<StripLinesDirective> {
|
|
168
|
-
constructor();
|
|
169
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StripLinesDirective, never>;
|
|
170
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StripLinesDirective, "e-axis>e-striplines", never, {}, {}, ["children"]>;
|
|
171
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* StripLine Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-axis>
|
|
7
|
+
* <e-striplines>
|
|
8
|
+
* <e-stripline></e-stripline>
|
|
9
|
+
* </e-striplines>
|
|
10
|
+
* </e-axis>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class StripLineDirective extends ComplexBase<StripLineDirective> {
|
|
14
|
+
private viewContainerRef;
|
|
15
|
+
directivePropList: any;
|
|
16
|
+
/**
|
|
17
|
+
* The `border` property allows customization of the border for the strip line.
|
|
18
|
+
* It includes options to set the color and width of the border.
|
|
19
|
+
*/
|
|
20
|
+
border: any;
|
|
21
|
+
/**
|
|
22
|
+
* The `color` property specifies the color of the strip line.
|
|
23
|
+
* @default '#808080'
|
|
24
|
+
*/
|
|
25
|
+
color: any;
|
|
26
|
+
/**
|
|
27
|
+
* Specifies the pattern of dashes and gaps used to render the strip line.
|
|
28
|
+
* @default null
|
|
29
|
+
* @aspdefaultvalueignore
|
|
30
|
+
*/
|
|
31
|
+
dashArray: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies the ending value of the strip line.
|
|
34
|
+
* @default null
|
|
35
|
+
* @aspdefaultvalueignore
|
|
36
|
+
*/
|
|
37
|
+
end: any;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the position of the strip line text horizontally.
|
|
40
|
+
* Available options are:
|
|
41
|
+
* * Start: Places the strip line text at the start.
|
|
42
|
+
* * Middle: Places the strip line text in the middle.
|
|
43
|
+
* * End: Places the strip line text at the end.
|
|
44
|
+
* @default 'Middle'
|
|
45
|
+
*/
|
|
46
|
+
horizontalAlignment: any;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies the URL of the background image for the strip line. The image will be displayed as the background.
|
|
49
|
+
* @default ''
|
|
50
|
+
*/
|
|
51
|
+
imageUrl: any;
|
|
52
|
+
/**
|
|
53
|
+
* Specifies whether the strip line is repeated at regular intervals along the axis.
|
|
54
|
+
* @default false
|
|
55
|
+
* @aspdefaultvalueignore
|
|
56
|
+
*/
|
|
57
|
+
isRepeat: any;
|
|
58
|
+
/**
|
|
59
|
+
* Specifies whether the strip line is segmented.
|
|
60
|
+
* @default false
|
|
61
|
+
* @aspdefaultvalueignore
|
|
62
|
+
*/
|
|
63
|
+
isSegmented: any;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the opacity for the strip line.
|
|
66
|
+
* @default 1
|
|
67
|
+
*/
|
|
68
|
+
opacity: any;
|
|
69
|
+
/**
|
|
70
|
+
* Specifies the interval at which the strip line is repeated.
|
|
71
|
+
* @default null
|
|
72
|
+
* @aspdefaultvalueignore
|
|
73
|
+
*/
|
|
74
|
+
repeatEvery: any;
|
|
75
|
+
/**
|
|
76
|
+
* Specifies the maximum value of the interval at which the strip line is repeated.
|
|
77
|
+
* @default null
|
|
78
|
+
* @aspdefaultvalueignore
|
|
79
|
+
*/
|
|
80
|
+
repeatUntil: any;
|
|
81
|
+
/**
|
|
82
|
+
* Defines the degree of rotation applied to the text on the strip line.
|
|
83
|
+
* @default null
|
|
84
|
+
* @aspdefaultvalueignore
|
|
85
|
+
*/
|
|
86
|
+
rotation: any;
|
|
87
|
+
/**
|
|
88
|
+
* The name of the axis where the strip line segment is applied.
|
|
89
|
+
* @default null
|
|
90
|
+
* @aspdefaultvalueignore
|
|
91
|
+
*/
|
|
92
|
+
segmentAxisName: any;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies where a new segment of the strip line on the axis ends.
|
|
95
|
+
* @default null
|
|
96
|
+
* @aspdefaultvalueignore
|
|
97
|
+
*/
|
|
98
|
+
segmentEnd: any;
|
|
99
|
+
/**
|
|
100
|
+
* Specifies where a new segment of the strip line on the axis begins.
|
|
101
|
+
* @default null
|
|
102
|
+
* @aspdefaultvalueignore
|
|
103
|
+
*/
|
|
104
|
+
segmentStart: any;
|
|
105
|
+
/**
|
|
106
|
+
* Specifies the size of the strip line when starting from the origin.
|
|
107
|
+
* @default null
|
|
108
|
+
* @aspdefaultvalueignore
|
|
109
|
+
*/
|
|
110
|
+
size: any;
|
|
111
|
+
/**
|
|
112
|
+
* The `sizeType` property specifies how the size of the strip line is determined.
|
|
113
|
+
* @default Auto
|
|
114
|
+
*/
|
|
115
|
+
sizeType: any;
|
|
116
|
+
/**
|
|
117
|
+
* Specifies the starting value of the strip line.
|
|
118
|
+
* @default null
|
|
119
|
+
* @aspdefaultvalueignore
|
|
120
|
+
*/
|
|
121
|
+
start: any;
|
|
122
|
+
/**
|
|
123
|
+
* If set to true, the strip line is rendered from the axis origin.
|
|
124
|
+
* @default false
|
|
125
|
+
*/
|
|
126
|
+
startFromAxis: any;
|
|
127
|
+
/**
|
|
128
|
+
* Defines the text to be displayed on the strip line.
|
|
129
|
+
* @default ''
|
|
130
|
+
*/
|
|
131
|
+
text: any;
|
|
132
|
+
/**
|
|
133
|
+
* The `textStyle` property enables customization of the text appearance on the strip line.
|
|
134
|
+
*/
|
|
135
|
+
textStyle: any;
|
|
136
|
+
/**
|
|
137
|
+
* Defines the position of the strip line text vertically.
|
|
138
|
+
* Available options are:
|
|
139
|
+
* * Start: Places the strip line text at the start.
|
|
140
|
+
* * Middle: Places the strip line text in the middle.
|
|
141
|
+
* * End: Places the strip line text at the end.
|
|
142
|
+
* @default 'Middle'
|
|
143
|
+
*/
|
|
144
|
+
verticalAlignment: any;
|
|
145
|
+
/**
|
|
146
|
+
* If set to true, the strip line on the axis will render.
|
|
147
|
+
* @default true
|
|
148
|
+
*/
|
|
149
|
+
visible: any;
|
|
150
|
+
/**
|
|
151
|
+
* Specifies the order of the strip line.
|
|
152
|
+
* The options are:
|
|
153
|
+
* * Behind: Places the strip line behind the series elements.
|
|
154
|
+
* * Over: Places the strip line over the series elements.
|
|
155
|
+
* @default 'Behind'
|
|
156
|
+
*/
|
|
157
|
+
zIndex: any;
|
|
158
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* StripLine Array Directive
|
|
162
|
+
* @private
|
|
163
|
+
*/
|
|
164
|
+
export declare class StripLinesDirective extends ArrayBase<StripLinesDirective> {
|
|
165
|
+
constructor();
|
|
166
|
+
}
|
|
@@ -1,127 +1,122 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-series
|
|
8
|
-
* <e-
|
|
9
|
-
* <e-
|
|
10
|
-
*
|
|
11
|
-
* </e-
|
|
12
|
-
* </e-
|
|
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
|
-
export declare class TrendlinesDirective extends ArrayBase<TrendlinesDirective> {
|
|
124
|
-
constructor();
|
|
125
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrendlinesDirective, never>;
|
|
126
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlinesDirective, "e-series>e-trendlines", never, {}, {}, ["children"]>;
|
|
127
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Series Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-series-collection>
|
|
7
|
+
* <e-series>
|
|
8
|
+
* <e-trendlines>
|
|
9
|
+
* <e-trendline>
|
|
10
|
+
* </e-trendline>
|
|
11
|
+
* </e-trendlines>
|
|
12
|
+
* </e-series-collection>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class TrendlineDirective extends ComplexBase<TrendlineDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the type of trendline used in the series.
|
|
20
|
+
* Available types are:
|
|
21
|
+
* * Linear - A straight line that shows the general direction of data.
|
|
22
|
+
* * Exponential - A curve that fits data with exponential growth or decay.
|
|
23
|
+
* * Polynomial - A curve that fits data with a polynomial function.
|
|
24
|
+
* * Power - A curve that represents data with a power function.
|
|
25
|
+
* * Logarithmic - A curve that fits data with a logarithmic scale.
|
|
26
|
+
* * MovingAverage - A trendline that smoothens data using a moving average calculation.
|
|
27
|
+
* @default 'Linear'
|
|
28
|
+
*/
|
|
29
|
+
type: any;
|
|
30
|
+
/**
|
|
31
|
+
* Options to improve accessibility for chart trendline elements.
|
|
32
|
+
*/
|
|
33
|
+
accessibility: any;
|
|
34
|
+
/**
|
|
35
|
+
* Options to customize the animation for trendlines.
|
|
36
|
+
*/
|
|
37
|
+
animation: any;
|
|
38
|
+
/**
|
|
39
|
+
* Defines the period by which the trend is to be backward forecasted.
|
|
40
|
+
* @default 0
|
|
41
|
+
*/
|
|
42
|
+
backwardForecast: any;
|
|
43
|
+
/**
|
|
44
|
+
* Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.
|
|
45
|
+
* @default ''
|
|
46
|
+
*/
|
|
47
|
+
dashArray: any;
|
|
48
|
+
/**
|
|
49
|
+
* Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.
|
|
50
|
+
* @default true
|
|
51
|
+
*/
|
|
52
|
+
enableTooltip: any;
|
|
53
|
+
/**
|
|
54
|
+
* The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.
|
|
55
|
+
* @default ''
|
|
56
|
+
*/
|
|
57
|
+
fill: any;
|
|
58
|
+
/**
|
|
59
|
+
* Defines the period by which the trend must be forward forecasted.
|
|
60
|
+
* @default 0
|
|
61
|
+
*/
|
|
62
|
+
forwardForecast: any;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the intercept value of the trendline.
|
|
65
|
+
* @default null
|
|
66
|
+
* @aspdefaultvalueignore
|
|
67
|
+
*/
|
|
68
|
+
intercept: any;
|
|
69
|
+
/**
|
|
70
|
+
* The `legendShape` property defines the shape used to represent the trendline in the chart legend.
|
|
71
|
+
* @default 'SeriesType'
|
|
72
|
+
*/
|
|
73
|
+
legendShape: any;
|
|
74
|
+
/**
|
|
75
|
+
* Applies a linear gradient fill to the trendline.
|
|
76
|
+
* @default null
|
|
77
|
+
*/
|
|
78
|
+
linearGradient: any;
|
|
79
|
+
/**
|
|
80
|
+
* Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
|
|
81
|
+
|
|
82
|
+
*/
|
|
83
|
+
marker: any;
|
|
84
|
+
/**
|
|
85
|
+
* The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
|
|
86
|
+
* @default ''
|
|
87
|
+
*/
|
|
88
|
+
name: any;
|
|
89
|
+
/**
|
|
90
|
+
* Defines the period, the price changes over which will be considered to predict the moving average trendline.
|
|
91
|
+
* @default 2
|
|
92
|
+
*/
|
|
93
|
+
period: any;
|
|
94
|
+
/**
|
|
95
|
+
* Defines the polynomial order of the polynomial trendline.
|
|
96
|
+
* @default 2
|
|
97
|
+
*/
|
|
98
|
+
polynomialOrder: any;
|
|
99
|
+
/**
|
|
100
|
+
* Applies a radial gradient fill to the trendline.
|
|
101
|
+
* @default null
|
|
102
|
+
*/
|
|
103
|
+
radialGradient: any;
|
|
104
|
+
/**
|
|
105
|
+
* The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.
|
|
106
|
+
* @default true
|
|
107
|
+
*/
|
|
108
|
+
visible: any;
|
|
109
|
+
/**
|
|
110
|
+
* Defines the width of the trendline.
|
|
111
|
+
* @default 1
|
|
112
|
+
*/
|
|
113
|
+
width: any;
|
|
114
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Trendline Array Directive
|
|
118
|
+
* @private
|
|
119
|
+
*/
|
|
120
|
+
export declare class TrendlinesDirective extends ArrayBase<TrendlinesDirective> {
|
|
121
|
+
constructor();
|
|
122
|
+
}
|