@syncfusion/ej2-angular-charts 33.1.49 → 33.2.3-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 +48 -30
- 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 -3821
- 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,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* NgModule definition for the BulletChart component.
|
|
7
|
-
*/
|
|
8
|
-
export declare class BulletChartModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartModule, [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective], [typeof i3.CommonModule], [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartModule>;
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the BulletChart component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class BulletChartModule {
|
|
5
|
+
}
|
|
@@ -1,73 +1,68 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-bullet-range-
|
|
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
|
-
export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
|
|
70
|
-
constructor();
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeCollectionDirective, never>;
|
|
72
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeCollectionDirective, "ej-bulletchart>e-bullet-range-collection", never, {}, {}, ["children"]>;
|
|
73
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* BulletRange Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-bullet-range-collection>
|
|
7
|
+
* <e-bullet-range></e-bullet-range>
|
|
8
|
+
* </e-bullet-range-collection>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Default value for qualitative range Color.
|
|
16
|
+
* @default null
|
|
17
|
+
*/
|
|
18
|
+
color: any;
|
|
19
|
+
/**
|
|
20
|
+
* Default value for qualitative range end value.
|
|
21
|
+
* @default null
|
|
22
|
+
*/
|
|
23
|
+
end: any;
|
|
24
|
+
/**
|
|
25
|
+
* Default value for qualitative range Color.
|
|
26
|
+
* @default null
|
|
27
|
+
*/
|
|
28
|
+
index: any;
|
|
29
|
+
/**
|
|
30
|
+
* The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
|
|
31
|
+
* @default ''
|
|
32
|
+
*/
|
|
33
|
+
legendImageUrl: any;
|
|
34
|
+
/**
|
|
35
|
+
* Default value for qualitative range name.
|
|
36
|
+
* @default null
|
|
37
|
+
*/
|
|
38
|
+
name: any;
|
|
39
|
+
/**
|
|
40
|
+
* Range opacity
|
|
41
|
+
* @default 1
|
|
42
|
+
*/
|
|
43
|
+
opacity: any;
|
|
44
|
+
/**
|
|
45
|
+
* The shape of the legend. Each ranges has its own legend shape. They are,
|
|
46
|
+
* * Circle
|
|
47
|
+
* * Rectangle
|
|
48
|
+
* * Triangle
|
|
49
|
+
* * Diamond
|
|
50
|
+
* * Cross
|
|
51
|
+
* * HorizontalLine
|
|
52
|
+
* * VerticalLine
|
|
53
|
+
* * Pentagon
|
|
54
|
+
* * InvertedTriangle
|
|
55
|
+
* * SeriesType
|
|
56
|
+
* * Image
|
|
57
|
+
* @default 'Rectangle'
|
|
58
|
+
*/
|
|
59
|
+
shape: any;
|
|
60
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* BulletRange Array Directive
|
|
64
|
+
* @private
|
|
65
|
+
*/
|
|
66
|
+
export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
|
|
67
|
+
constructor();
|
|
68
|
+
}
|
|
@@ -1,101 +1,96 @@
|
|
|
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
|
-
*
|
|
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
|
-
* If `coordinateUnit` is set to `
|
|
61
|
-
*
|
|
62
|
-
* @
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
* If `coordinateUnit` is set to `
|
|
74
|
-
*
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
*
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
98
|
-
constructor();
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
|
|
100
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ejs-chart>e-annotations", never, {}, {}, ["children"]>;
|
|
101
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Annotation Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-annotations><e-annotation></e-annotation><e-annotations>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* Options to improve accessibility for chart annotation elements.
|
|
14
|
+
*/
|
|
15
|
+
accessibility: any;
|
|
16
|
+
/**
|
|
17
|
+
* Specifies the coordinate units of the annotation.
|
|
18
|
+
* The options are:
|
|
19
|
+
* * Pixel - Renders the annotation based on x and y pixel values.
|
|
20
|
+
* * Point - Renders the annotation based on x and y axis values.
|
|
21
|
+
* @default 'Pixel'
|
|
22
|
+
*/
|
|
23
|
+
coordinateUnits: any;
|
|
24
|
+
/**
|
|
25
|
+
* A description for the annotation that provides additional information about its content for screen readers.
|
|
26
|
+
* @default null
|
|
27
|
+
|
|
28
|
+
*/
|
|
29
|
+
description: any;
|
|
30
|
+
/**
|
|
31
|
+
* Specifies the alignment of the annotation.
|
|
32
|
+
* The options are:
|
|
33
|
+
* * Near - Aligns the annotation element to the left side.
|
|
34
|
+
* * Far - Aligns the annotation element to the right side.
|
|
35
|
+
* * Center - Aligns the annotation element to the midpoint.
|
|
36
|
+
* @default 'Center'
|
|
37
|
+
|
|
38
|
+
*/
|
|
39
|
+
horizontalAlignment: any;
|
|
40
|
+
/**
|
|
41
|
+
* Specifies the regions of the annotation.
|
|
42
|
+
* The options are:
|
|
43
|
+
* * Chart - Renders the annotation based on chart coordinates.
|
|
44
|
+
* * Series - Renders the annotation based on series coordinates.
|
|
45
|
+
* @default 'Chart'
|
|
46
|
+
*/
|
|
47
|
+
region: any;
|
|
48
|
+
/**
|
|
49
|
+
* Specifies the position of the annotation.
|
|
50
|
+
* The options are
|
|
51
|
+
* * Top - Aligns the annotation element to the top side.
|
|
52
|
+
* * Bottom - Aligns the annotation element to the bottom side.
|
|
53
|
+
* * Middle - Aligns the annotation element to the midpoint.
|
|
54
|
+
* @default 'Middle'
|
|
55
|
+
|
|
56
|
+
*/
|
|
57
|
+
verticalAlignment: any;
|
|
58
|
+
/**
|
|
59
|
+
* If `coordinateUnit` is set to `Pixel`, x specifies the pixel value.
|
|
60
|
+
* If `coordinateUnit` is set to `Point`, x specifies the axis value.
|
|
61
|
+
* @default '0'
|
|
62
|
+
* @asptype object
|
|
63
|
+
*/
|
|
64
|
+
x: any;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the horizontal axis associated with the annotation.
|
|
67
|
+
* Requires the `axes` of the chart.
|
|
68
|
+
* @default null
|
|
69
|
+
*/
|
|
70
|
+
xAxisName: any;
|
|
71
|
+
/**
|
|
72
|
+
* If `coordinateUnit` is set to `Pixel`, y specifies the pixel value.
|
|
73
|
+
* If `coordinateUnit` is set to `Point`, y specifies the axis value.
|
|
74
|
+
* @default '0'
|
|
75
|
+
*/
|
|
76
|
+
y: any;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the vertical axis associated with the annotation.
|
|
79
|
+
* Requires the `axes` of the chart.
|
|
80
|
+
* @default null
|
|
81
|
+
*/
|
|
82
|
+
yAxisName: any;
|
|
83
|
+
/**
|
|
84
|
+
* The content of the annotation, which also accepts the ID of the custom element.
|
|
85
|
+
* @default null
|
|
86
|
+
*/
|
|
87
|
+
content: any;
|
|
88
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Annotation Array Directive
|
|
92
|
+
* @private
|
|
93
|
+
*/
|
|
94
|
+
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
95
|
+
constructor();
|
|
96
|
+
}
|