@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.
Files changed (155) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +12 -24
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -61
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  20. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  21. package/src/accumulation-chart/series.directive.d.ts +257 -249
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  26. package/src/chart/annotations.directive.d.ts +96 -101
  27. package/src/chart/axes.directive.d.ts +404 -409
  28. package/src/chart/categories.directive.d.ts +69 -74
  29. package/src/chart/chart-all.module.d.ts +67 -72
  30. package/src/chart/chart.component.d.ts +88 -89
  31. package/src/chart/chart.module.d.ts +5 -24
  32. package/src/chart/columns.directive.d.ts +30 -35
  33. package/src/chart/indicators.directive.d.ts +260 -255
  34. package/src/chart/multilevellabels.directive.d.ts +57 -62
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  36. package/src/chart/rows.directive.d.ts +30 -35
  37. package/src/chart/segments.directive.d.ts +41 -46
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  39. package/src/chart/series.directive.d.ts +500 -488
  40. package/src/chart/striplines.directive.d.ts +166 -171
  41. package/src/chart/trendlines.directive.d.ts +122 -117
  42. package/src/chart3d/axes.directive.d.ts +266 -271
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  44. package/src/chart3d/chart3d.component.d.ts +62 -65
  45. package/src/chart3d/chart3d.module.d.ts +5 -16
  46. package/src/chart3d/columns.directive.d.ts +26 -31
  47. package/src/chart3d/rows.directive.d.ts +26 -31
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  49. package/src/chart3d/series.directive.d.ts +172 -177
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  54. package/src/circularchart3d/series.directive.d.ts +142 -147
  55. package/src/index.d.ts +68 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  59. package/src/range-navigator/series.directive.d.ts +78 -83
  60. package/src/sankey/links.directive.d.ts +41 -0
  61. package/src/sankey/nodes.directive.d.ts +44 -0
  62. package/src/sankey/sankey-all.module.d.ts +10 -0
  63. package/src/sankey/sankey.component.d.ts +53 -0
  64. package/src/sankey/sankey.module.d.ts +5 -0
  65. package/src/smithchart/series.directive.d.ts +88 -93
  66. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  67. package/src/smithchart/smithchart.component.d.ts +41 -44
  68. package/src/smithchart/smithchart.module.d.ts +5 -12
  69. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  70. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  71. package/src/sparkline/sparkline.component.d.ts +43 -46
  72. package/src/sparkline/sparkline.module.d.ts +5 -12
  73. package/src/stock-chart/annotations.directive.d.ts +84 -89
  74. package/src/stock-chart/axes.directive.d.ts +286 -291
  75. package/src/stock-chart/indicators.directive.d.ts +221 -213
  76. package/src/stock-chart/periods.directive.d.ts +42 -47
  77. package/src/stock-chart/rows.directive.d.ts +30 -35
  78. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  79. package/src/stock-chart/series.directive.d.ts +259 -247
  80. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  81. package/src/stock-chart/stockchart.component.d.ts +67 -68
  82. package/src/stock-chart/stockchart.module.d.ts +5 -20
  83. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  84. package/src/stock-chart/trendlines.directive.d.ts +123 -118
  85. package/CHANGELOG.md +0 -3815
  86. package/esm2020/public_api.mjs +0 -2
  87. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  88. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  89. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  90. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  91. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  92. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  93. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  94. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  95. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  96. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  97. package/esm2020/src/chart/axes.directive.mjs +0 -58
  98. package/esm2020/src/chart/categories.directive.mjs +0 -59
  99. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  100. package/esm2020/src/chart/chart.component.mjs +0 -525
  101. package/esm2020/src/chart/chart.module.mjs +0 -142
  102. package/esm2020/src/chart/columns.directive.mjs +0 -52
  103. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  104. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  105. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  106. package/esm2020/src/chart/rows.directive.mjs +0 -52
  107. package/esm2020/src/chart/segments.directive.mjs +0 -58
  108. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  109. package/esm2020/src/chart/series.directive.mjs +0 -68
  110. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  111. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  112. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  114. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  115. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  116. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  119. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  120. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  121. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  122. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  123. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  124. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  125. package/esm2020/src/index.mjs +0 -64
  126. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  127. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  128. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  129. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  130. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  131. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  132. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  133. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  134. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  135. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  136. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  137. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  138. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  139. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  140. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  141. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  142. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  143. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  145. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  146. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  147. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  148. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  149. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  150. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  151. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  152. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  153. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  154. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  155. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,38 +1,33 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * To configure sparkline rangeband color.
9
- */
10
- color: any;
11
- /**
12
- * To configure sparkline end range.
13
- * @aspdefaultvalueignore
14
- */
15
- endRange: any;
16
- /**
17
- * To configure sparkline rangeband opacity.
18
- * @default 1
19
- */
20
- opacity: any;
21
- /**
22
- * To configure sparkline start range.
23
- * @aspdefaultvalueignore
24
- */
25
- startRange: any;
26
- constructor(viewContainerRef: ViewContainerRef);
27
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingDirective, "e-rangeBandSettings>e-rangeBandSetting", never, { "color": "color"; "endRange": "endRange"; "opacity": "opacity"; "startRange": "startRange"; }, {}, never>;
29
- }
30
- /**
31
- * RangeBandSetting Array Directive
32
- * @private
33
- */
34
- export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
35
- constructor();
36
- static ɵfac: i0.ɵɵFactoryDeclaration<RangeBandSettingsDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<RangeBandSettingsDirective, "ejs-sparkline>e-rangeBandSettings", never, {}, {}, ["children"]>;
38
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * To configure sparkline rangeband color.
8
+ */
9
+ color: any;
10
+ /**
11
+ * To configure sparkline end range.
12
+ * @aspdefaultvalueignore
13
+ */
14
+ endRange: any;
15
+ /**
16
+ * To configure sparkline rangeband opacity.
17
+ * @default 1
18
+ */
19
+ opacity: any;
20
+ /**
21
+ * To configure sparkline start range.
22
+ * @aspdefaultvalueignore
23
+ */
24
+ startRange: any;
25
+ constructor(viewContainerRef: ViewContainerRef);
26
+ }
27
+ /**
28
+ * RangeBandSetting Array Directive
29
+ * @private
30
+ */
31
+ export declare class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {
32
+ constructor();
33
+ }
@@ -1,13 +1,7 @@
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 "./sparkline.module";
5
- export declare const SparklineTooltipService: ValueProvider;
6
- /**
7
- * NgModule definition for the Sparkline component with providers.
8
- */
9
- export declare class SparklineAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineAllModule, never, [typeof i1.CommonModule, typeof i2.SparklineModule], [typeof i2.SparklineModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<SparklineAllModule>;
13
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const SparklineTooltipService: ValueProvider;
3
+ /**
4
+ * NgModule definition for the Sparkline component with providers.
5
+ */
6
+ export declare class SparklineAllModule {
7
+ }
@@ -1,46 +1,43 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Sparkline } from '@syncfusion/ej2-charts';
4
- import { RangeBandSettingsDirective } from './rangebandsettings.directive';
5
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Sparkline Component
11
- * ```html
12
- * <ejs-sparkline></ejs-sparkline>
13
- * ```
14
- */
15
- export declare class SparklineComponent extends Sparkline implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- axisRendering: any;
23
- dataLabelRendering: any;
24
- load: any;
25
- loaded: any;
26
- markerRendering: any;
27
- pointRegionMouseClick: any;
28
- pointRegionMouseMove: any;
29
- pointRendering: any;
30
- resize: any;
31
- seriesRendering: any;
32
- sparklineMouseClick: any;
33
- sparklineMouseMove: any;
34
- tooltipInitialize: any;
35
- childRangeBandSettings: QueryList<RangeBandSettingsDirective>;
36
- tags: string[];
37
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
38
- ngOnInit(): void;
39
- ngAfterViewInit(): void;
40
- ngOnDestroy(): void;
41
- ngAfterContentChecked(): void;
42
- registerEvents: (eventList: string[]) => void;
43
- addTwoWay: (propList: string[]) => void;
44
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<SparklineComponent, "ejs-sparkline", never, { "axisSettings": "axisSettings"; "border": "border"; "containerArea": "containerArea"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "endPointColor": "endPointColor"; "fill": "fill"; "format": "format"; "height": "height"; "highPointColor": "highPointColor"; "lineWidth": "lineWidth"; "locale": "locale"; "lowPointColor": "lowPointColor"; "markerSettings": "markerSettings"; "negativePointColor": "negativePointColor"; "opacity": "opacity"; "padding": "padding"; "palette": "palette"; "query": "query"; "rangeBandSettings": "rangeBandSettings"; "rangePadding": "rangePadding"; "startPointColor": "startPointColor"; "theme": "theme"; "tiePointColor": "tiePointColor"; "tooltipSettings": "tooltipSettings"; "type": "type"; "useGroupingSeparator": "useGroupingSeparator"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "axisRendering": "axisRendering"; "dataLabelRendering": "dataLabelRendering"; "load": "load"; "loaded": "loaded"; "markerRendering": "markerRendering"; "pointRegionMouseClick": "pointRegionMouseClick"; "pointRegionMouseMove": "pointRegionMouseMove"; "pointRendering": "pointRendering"; "resize": "resize"; "seriesRendering": "seriesRendering"; "sparklineMouseClick": "sparklineMouseClick"; "sparklineMouseMove": "sparklineMouseMove"; "tooltipInitialize": "tooltipInitialize"; }, ["childRangeBandSettings"], never>;
46
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Sparkline } from '@syncfusion/ej2-charts';
4
+ import { RangeBandSettingsDirective } from './rangebandsettings.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Sparkline Component
10
+ * ```html
11
+ * <ejs-sparkline></ejs-sparkline>
12
+ * ```
13
+ */
14
+ export declare class SparklineComponent extends Sparkline implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ context: any;
20
+ tagObjects: any;
21
+ axisRendering: any;
22
+ dataLabelRendering: any;
23
+ load: any;
24
+ loaded: any;
25
+ markerRendering: any;
26
+ pointRegionMouseClick: any;
27
+ pointRegionMouseMove: any;
28
+ pointRendering: any;
29
+ resize: any;
30
+ seriesRendering: any;
31
+ sparklineMouseClick: any;
32
+ sparklineMouseMove: any;
33
+ tooltipInitialize: any;
34
+ childRangeBandSettings: QueryList<RangeBandSettingsDirective>;
35
+ tags: string[];
36
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
37
+ ngOnInit(): void;
38
+ ngAfterViewInit(): void;
39
+ ngOnDestroy(): void;
40
+ ngAfterContentChecked(): void;
41
+ registerEvents: (eventList: string[]) => void;
42
+ addTwoWay: (propList: string[]) => void;
43
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./sparkline.component";
3
- import * as i2 from "./rangebandsettings.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the Sparkline component.
7
- */
8
- export declare class SparklineModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SparklineModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SparklineModule, [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective], [typeof i3.CommonModule], [typeof i1.SparklineComponent, typeof i2.RangeBandSettingDirective, typeof i2.RangeBandSettingsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SparklineModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the Sparkline component.
3
+ */
4
+ export declare class SparklineModule {
5
+ }
@@ -1,89 +1,84 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Annotation Directive
6
- * ```html
7
- * <e-stockchart-annotations><e-stockchart-annotation></e-stockchart-annotation><e-stockchart-annotations>
8
- * ```
9
- */
10
- export declare class StockChartAnnotationDirective extends ComplexBase<StockChartAnnotationDirective> {
11
- private viewContainerRef;
12
- directivePropList: any;
13
- /**
14
- * Specifies the coordinate units of the annotation. They are
15
- * * Pixel - Annotation renders based on x and y pixel value.
16
- * * Point - Annotation renders based on x and y axis value.
17
- * @default 'Pixel'
18
- */
19
- coordinateUnits: any;
20
- /**
21
- * Information about annotation for assistive technology.
22
- * @default null
23
- */
24
- description: any;
25
- /**
26
- * Specifies the alignment of the annotation. They are
27
- * * Near - Align the annotation element as left side.
28
- * * Far - Align the annotation element as right side.
29
- * * Center - Align the annotation element as mid point.
30
- * @default 'Center'
31
- */
32
- horizontalAlignment: any;
33
- /**
34
- * Specifies the regions of the annotation. They are
35
- * * Chart - Annotation renders based on chart coordinates.
36
- * * Series - Annotation renders based on series coordinates.
37
- * @default 'Chart'
38
- */
39
- region: any;
40
- /**
41
- * Specifies the position of the annotation. They are
42
- * * Top - Align the annotation element as top side.
43
- * * Bottom - Align the annotation element as bottom side.
44
- * * Middle - Align the annotation element as mid point.
45
- * @default 'Middle'
46
- */
47
- verticalAlignment: any;
48
- /**
49
- * if set coordinateUnit as `Pixel` X specifies the axis value
50
- * else is specifies pixel or percentage of coordinate
51
- * @default '0'
52
- */
53
- x: any;
54
- /**
55
- * The name of horizontal axis associated with the annotation.
56
- * It requires `axes` of chart.
57
- * @default null
58
- */
59
- xAxisName: any;
60
- /**
61
- * if set coordinateUnit as `Pixel` Y specifies the axis value
62
- * else is specifies pixel or percentage of coordinate
63
- * @default '0'
64
- */
65
- y: any;
66
- /**
67
- * The name of vertical axis associated with the annotation.
68
- * It requires `axes` of chart.
69
- * @default null
70
- */
71
- yAxisName: any;
72
- /**
73
- * Content of the annotation, which accepts the id of the custom element.
74
- * @default null
75
- */
76
- content: any;
77
- constructor(viewContainerRef: ViewContainerRef);
78
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAnnotationDirective, never>;
79
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAnnotationDirective, "ejs-stockchart-annotations>e-stockchart-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
80
- }
81
- /**
82
- * StockChartAnnotation Array Directive
83
- * @private
84
- */
85
- export declare class StockChartAnnotationsDirective extends ArrayBase<StockChartAnnotationsDirective> {
86
- constructor();
87
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAnnotationsDirective, never>;
88
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAnnotationsDirective, "ejs-stockchart>e-stockchart-annotations", never, {}, {}, ["children"]>;
89
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Annotation Directive
5
+ * ```html
6
+ * <e-stockchart-annotations><e-stockchart-annotation></e-stockchart-annotation><e-stockchart-annotations>
7
+ * ```
8
+ */
9
+ export declare class StockChartAnnotationDirective extends ComplexBase<StockChartAnnotationDirective> {
10
+ private viewContainerRef;
11
+ directivePropList: any;
12
+ /**
13
+ * Specifies the coordinate units of the annotation. They are
14
+ * * Pixel - Annotation renders based on x and y pixel value.
15
+ * * Point - Annotation renders based on x and y axis value.
16
+ * @default 'Pixel'
17
+ */
18
+ coordinateUnits: any;
19
+ /**
20
+ * Information about annotation for assistive technology.
21
+ * @default null
22
+ */
23
+ description: any;
24
+ /**
25
+ * Specifies the alignment of the annotation. They are
26
+ * * Near - Align the annotation element as left side.
27
+ * * Far - Align the annotation element as right side.
28
+ * * Center - Align the annotation element as mid point.
29
+ * @default 'Center'
30
+ */
31
+ horizontalAlignment: any;
32
+ /**
33
+ * Specifies the regions of the annotation. They are
34
+ * * Chart - Annotation renders based on chart coordinates.
35
+ * * Series - Annotation renders based on series coordinates.
36
+ * @default 'Chart'
37
+ */
38
+ region: any;
39
+ /**
40
+ * Specifies the position of the annotation. They are
41
+ * * Top - Align the annotation element as top side.
42
+ * * Bottom - Align the annotation element as bottom side.
43
+ * * Middle - Align the annotation element as mid point.
44
+ * @default 'Middle'
45
+ */
46
+ verticalAlignment: any;
47
+ /**
48
+ * if set coordinateUnit as `Pixel` X specifies the axis value
49
+ * else is specifies pixel or percentage of coordinate
50
+ * @default '0'
51
+ */
52
+ x: any;
53
+ /**
54
+ * The name of horizontal axis associated with the annotation.
55
+ * It requires `axes` of chart.
56
+ * @default null
57
+ */
58
+ xAxisName: any;
59
+ /**
60
+ * if set coordinateUnit as `Pixel` Y specifies the axis value
61
+ * else is specifies pixel or percentage of coordinate
62
+ * @default '0'
63
+ */
64
+ y: any;
65
+ /**
66
+ * The name of vertical axis associated with the annotation.
67
+ * It requires `axes` of chart.
68
+ * @default null
69
+ */
70
+ yAxisName: any;
71
+ /**
72
+ * Content of the annotation, which accepts the id of the custom element.
73
+ * @default null
74
+ */
75
+ content: any;
76
+ constructor(viewContainerRef: ViewContainerRef);
77
+ }
78
+ /**
79
+ * StockChartAnnotation Array Directive
80
+ * @private
81
+ */
82
+ export declare class StockChartAnnotationsDirective extends ArrayBase<StockChartAnnotationsDirective> {
83
+ constructor();
84
+ }