@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.
Files changed (159) 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 +48 -30
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -62
  18. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  19. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  20. package/src/accumulation-chart/series.directive.d.ts +257 -262
  21. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  22. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  23. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  24. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  25. package/src/chart/annotations.directive.d.ts +96 -101
  26. package/src/chart/axes.directive.d.ts +404 -409
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +67 -73
  29. package/src/chart/chart.component.d.ts +88 -91
  30. package/src/chart/chart.module.d.ts +5 -24
  31. package/src/chart/columns.directive.d.ts +30 -35
  32. package/src/chart/indicators.directive.d.ts +260 -265
  33. package/src/chart/multilevellabels.directive.d.ts +57 -62
  34. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  35. package/src/chart/rows.directive.d.ts +30 -35
  36. package/src/chart/segments.directive.d.ts +41 -46
  37. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  38. package/src/chart/series.directive.d.ts +500 -505
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +122 -127
  41. package/src/chart3d/axes.directive.d.ts +266 -271
  42. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  43. package/src/chart3d/chart3d.component.d.ts +62 -65
  44. package/src/chart3d/chart3d.module.d.ts +5 -16
  45. package/src/chart3d/columns.directive.d.ts +26 -31
  46. package/src/chart3d/rows.directive.d.ts +26 -31
  47. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  48. package/src/chart3d/series.directive.d.ts +172 -177
  49. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  50. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  51. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  52. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  53. package/src/circularchart3d/series.directive.d.ts +142 -147
  54. package/src/index.d.ts +68 -68
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  56. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  57. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  58. package/src/range-navigator/series.directive.d.ts +78 -83
  59. package/src/sankey/links.directive.d.ts +41 -46
  60. package/src/sankey/nodes.directive.d.ts +44 -49
  61. package/src/sankey/sankey-all.module.d.ts +10 -16
  62. package/src/sankey/sankey.component.d.ts +53 -56
  63. package/src/sankey/sankey.module.d.ts +5 -13
  64. package/src/smithchart/series.directive.d.ts +88 -93
  65. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  66. package/src/smithchart/smithchart.component.d.ts +41 -44
  67. package/src/smithchart/smithchart.module.d.ts +5 -12
  68. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  69. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  70. package/src/sparkline/sparkline.component.d.ts +43 -46
  71. package/src/sparkline/sparkline.module.d.ts +5 -12
  72. package/src/stock-chart/annotations.directive.d.ts +84 -89
  73. package/src/stock-chart/axes.directive.d.ts +286 -291
  74. package/src/stock-chart/indicators.directive.d.ts +221 -226
  75. package/src/stock-chart/periods.directive.d.ts +42 -47
  76. package/src/stock-chart/rows.directive.d.ts +30 -35
  77. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  78. package/src/stock-chart/series.directive.d.ts +259 -264
  79. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  80. package/src/stock-chart/stockchart.component.d.ts +67 -70
  81. package/src/stock-chart/stockchart.module.d.ts +5 -20
  82. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  83. package/src/stock-chart/trendlines.directive.d.ts +123 -128
  84. package/CHANGELOG.md +0 -3821
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  87. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
  88. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  89. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  90. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  91. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  92. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  93. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  94. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  95. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  96. package/esm2020/src/chart/axes.directive.mjs +0 -58
  97. package/esm2020/src/chart/categories.directive.mjs +0 -59
  98. package/esm2020/src/chart/chart-all.module.mjs +0 -209
  99. package/esm2020/src/chart/chart.component.mjs +0 -538
  100. package/esm2020/src/chart/chart.module.mjs +0 -142
  101. package/esm2020/src/chart/columns.directive.mjs +0 -52
  102. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  103. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  104. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  105. package/esm2020/src/chart/rows.directive.mjs +0 -52
  106. package/esm2020/src/chart/segments.directive.mjs +0 -58
  107. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  108. package/esm2020/src/chart/series.directive.mjs +0 -68
  109. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  110. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  111. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  113. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  114. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  115. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  116. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  120. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  121. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  122. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  123. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  124. package/esm2020/src/index.mjs +0 -69
  125. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  126. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  127. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  128. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  129. package/esm2020/src/sankey/links.directive.mjs +0 -54
  130. package/esm2020/src/sankey/nodes.directive.mjs +0 -54
  131. package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
  132. package/esm2020/src/sankey/sankey.component.mjs +0 -110
  133. package/esm2020/src/sankey/sankey.module.mjs +0 -43
  134. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  135. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  136. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  137. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  138. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  139. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  140. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  141. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  142. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  143. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  146. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  147. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  148. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  149. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  150. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
  151. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  152. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  153. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  154. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  155. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
  156. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  157. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
  158. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  159. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,70 +1,67 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { StockChart } from '@syncfusion/ej2-charts';
4
- import { StockChartSeriesCollectionDirective } from './series.directive';
5
- import { StockChartAxesDirective } from './axes.directive';
6
- import { StockChartRowsDirective } from './rows.directive';
7
- import { StockChartAnnotationsDirective } from './annotations.directive';
8
- import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
- import { StockChartPeriodsDirective } from './periods.directive';
10
- import { StockEventsDirective } from './stockevents.directive';
11
- import { StockChartIndicatorsDirective } from './indicators.directive';
12
- import * as i0 from "@angular/core";
13
- export declare const inputs: string[];
14
- export declare const outputs: string[];
15
- export declare const twoWays: string[];
16
- /**
17
- * Stock Chart Component
18
- * ```html
19
- * <ejs-stockchart></ejs-stockchart>
20
- * ```
21
- */
22
- export declare class StockChartComponent extends StockChart implements IComponentBase {
23
- private ngEle;
24
- private srenderer;
25
- private viewContainerRef;
26
- private injector;
27
- context: any;
28
- tagObjects: any;
29
- axisLabelRender: any;
30
- beforeExport: any;
31
- crosshairLabelRender: any;
32
- legendClick: any;
33
- legendRender: any;
34
- load: any;
35
- loaded: any;
36
- onZooming: any;
37
- pointClick: any;
38
- pointMove: any;
39
- rangeChange: any;
40
- selectorRender: any;
41
- seriesRender: any;
42
- stockChartMouseClick: any;
43
- stockChartMouseDown: any;
44
- stockChartMouseLeave: any;
45
- stockChartMouseMove: any;
46
- stockChartMouseUp: any;
47
- stockEventRender: any;
48
- tooltipRender: any;
49
- dataSourceChange: any;
50
- childSeries: QueryList<StockChartSeriesCollectionDirective>;
51
- childAxes: QueryList<StockChartAxesDirective>;
52
- childRows: QueryList<StockChartRowsDirective>;
53
- childAnnotations: QueryList<StockChartAnnotationsDirective>;
54
- childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;
55
- childPeriods: QueryList<StockChartPeriodsDirective>;
56
- childStockEvents: QueryList<StockEventsDirective>;
57
- childIndicators: QueryList<StockChartIndicatorsDirective>;
58
- tags: string[];
59
- tooltip_template: any;
60
- legendSettings_template: any;
61
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
62
- ngOnInit(): void;
63
- ngAfterViewInit(): void;
64
- ngOnDestroy(): void;
65
- ngAfterContentChecked(): void;
66
- registerEvents: (eventList: string[]) => void;
67
- addTwoWay: (propList: string[]) => void;
68
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<StockChartComponent, "ejs-stockchart", never, { "annotations": "annotations"; "axes": "axes"; "background": "background"; "border": "border"; "chartArea": "chartArea"; "crosshair": "crosshair"; "dataSource": "dataSource"; "enableCustomRange": "enableCustomRange"; "enablePeriodSelector": "enablePeriodSelector"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSelector": "enableSelector"; "exportType": "exportType"; "height": "height"; "indicatorType": "indicatorType"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isSelect": "isSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "noDataTemplate": "noDataTemplate"; "periods": "periods"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "series": "series"; "seriesType": "seriesType"; "stockEvents": "stockEvents"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "trendlineType": "trendlineType"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "axisLabelRender": "axisLabelRender"; "beforeExport": "beforeExport"; "crosshairLabelRender": "crosshairLabelRender"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointMove": "pointMove"; "rangeChange": "rangeChange"; "selectorRender": "selectorRender"; "seriesRender": "seriesRender"; "stockChartMouseClick": "stockChartMouseClick"; "stockChartMouseDown": "stockChartMouseDown"; "stockChartMouseLeave": "stockChartMouseLeave"; "stockChartMouseMove": "stockChartMouseMove"; "stockChartMouseUp": "stockChartMouseUp"; "stockEventRender": "stockEventRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "legendSettings_template", "childSeries", "childAxes", "childRows", "childAnnotations", "childSelectedDataIndexes", "childPeriods", "childStockEvents", "childIndicators"], never>;
70
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { StockChart } from '@syncfusion/ej2-charts';
4
+ import { StockChartSeriesCollectionDirective } from './series.directive';
5
+ import { StockChartAxesDirective } from './axes.directive';
6
+ import { StockChartRowsDirective } from './rows.directive';
7
+ import { StockChartAnnotationsDirective } from './annotations.directive';
8
+ import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';
9
+ import { StockChartPeriodsDirective } from './periods.directive';
10
+ import { StockEventsDirective } from './stockevents.directive';
11
+ import { StockChartIndicatorsDirective } from './indicators.directive';
12
+ export declare const inputs: string[];
13
+ export declare const outputs: string[];
14
+ export declare const twoWays: string[];
15
+ /**
16
+ * Stock Chart Component
17
+ * ```html
18
+ * <ejs-stockchart></ejs-stockchart>
19
+ * ```
20
+ */
21
+ export declare class StockChartComponent extends StockChart implements IComponentBase {
22
+ private ngEle;
23
+ private srenderer;
24
+ private viewContainerRef;
25
+ private injector;
26
+ context: any;
27
+ tagObjects: any;
28
+ axisLabelRender: any;
29
+ beforeExport: any;
30
+ crosshairLabelRender: any;
31
+ legendClick: any;
32
+ legendRender: any;
33
+ load: any;
34
+ loaded: any;
35
+ onZooming: any;
36
+ pointClick: any;
37
+ pointMove: any;
38
+ rangeChange: any;
39
+ selectorRender: any;
40
+ seriesRender: any;
41
+ stockChartMouseClick: any;
42
+ stockChartMouseDown: any;
43
+ stockChartMouseLeave: any;
44
+ stockChartMouseMove: any;
45
+ stockChartMouseUp: any;
46
+ stockEventRender: any;
47
+ tooltipRender: any;
48
+ dataSourceChange: any;
49
+ childSeries: QueryList<StockChartSeriesCollectionDirective>;
50
+ childAxes: QueryList<StockChartAxesDirective>;
51
+ childRows: QueryList<StockChartRowsDirective>;
52
+ childAnnotations: QueryList<StockChartAnnotationsDirective>;
53
+ childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;
54
+ childPeriods: QueryList<StockChartPeriodsDirective>;
55
+ childStockEvents: QueryList<StockEventsDirective>;
56
+ childIndicators: QueryList<StockChartIndicatorsDirective>;
57
+ tags: string[];
58
+ tooltip_template: any;
59
+ legendSettings_template: any;
60
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
61
+ ngOnInit(): void;
62
+ ngAfterViewInit(): void;
63
+ ngOnDestroy(): void;
64
+ ngAfterContentChecked(): void;
65
+ registerEvents: (eventList: string[]) => void;
66
+ addTwoWay: (propList: string[]) => void;
67
+ }
@@ -1,20 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./stockchart.component";
3
- import * as i2 from "./trendlines.directive";
4
- import * as i3 from "./series.directive";
5
- import * as i4 from "./axes.directive";
6
- import * as i5 from "./rows.directive";
7
- import * as i6 from "./annotations.directive";
8
- import * as i7 from "./selecteddataindexes.directive";
9
- import * as i8 from "./periods.directive";
10
- import * as i9 from "./stockevents.directive";
11
- import * as i10 from "./indicators.directive";
12
- import * as i11 from "@angular/common";
13
- /**
14
- * NgModule definition for the StockChart component.
15
- */
16
- export declare class StockChartModule {
17
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartModule, [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective], [typeof i11.CommonModule], [typeof i1.StockChartComponent, typeof i2.StockChartTrendlineDirective, typeof i2.StockChartTrendlinesDirective, typeof i3.StockChartSeriesDirective, typeof i3.StockChartSeriesCollectionDirective, typeof i4.StockChartAxisDirective, typeof i4.StockChartAxesDirective, typeof i5.StockChartRowDirective, typeof i5.StockChartRowsDirective, typeof i6.StockChartAnnotationDirective, typeof i6.StockChartAnnotationsDirective, typeof i7.StockChartSelectedDataIndexDirective, typeof i7.StockChartSelectedDataIndexesDirective, typeof i8.StockChartPeriodDirective, typeof i8.StockChartPeriodsDirective, typeof i9.StockEventDirective, typeof i9.StockEventsDirective, typeof i10.StockChartIndicatorDirective, typeof i10.StockChartIndicatorsDirective]>;
19
- static ɵinj: i0.ɵɵInjectorDeclaration<StockChartModule>;
20
- }
1
+ /**
2
+ * NgModule definition for the StockChart component.
3
+ */
4
+ export declare class StockChartModule {
5
+ }
@@ -1,88 +1,83 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * StockEvents
6
- * ```html
7
- * <e-stockchart-stockevents>
8
- * <e-stockchart-stockevent></e-stockchart-stockevent>
9
- * </e-stockchart-stockevents>
10
- * ```
11
- */
12
- export declare class StockEventDirective extends ComplexBase<StockEventDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- /**
16
- * Specifies type of stock events
17
- * * Circle
18
- * * Square
19
- * * Flag
20
- * * Text
21
- * * Sign
22
- * * Triangle
23
- * * InvertedTriangle
24
- * * ArrowUp
25
- * * ArrowDown
26
- * * ArrowLeft
27
- * * ArrowRight
28
- * @default 'Circle'
29
- */
30
- type: any;
31
- /**
32
- * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.
33
- * @default 'transparent'
34
- */
35
- background: any;
36
- /**
37
- * Options to customize the border of the stock events.
38
- */
39
- border: any;
40
- /**
41
- * Date value of stock event in which stock event shows.
42
- */
43
- date: any;
44
- /**
45
- * Specifies the description for the chart which renders in tooltip for stock event.
46
- */
47
- description: any;
48
- /**
49
- * Corresponding values in which stock event placed.
50
- * * Close
51
- * * Open
52
- * * High
53
- * * Close
54
- * @default 'close'
55
- */
56
- placeAt: any;
57
- /**
58
- * To render stock events in particular series.
59
- * By default stock events will render for all series.
60
- * @default []
61
- */
62
- seriesIndexes: any;
63
- /**
64
- * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.
65
- * @default true
66
- */
67
- showOnSeries: any;
68
- /**
69
- * Specifies the text for the stock chart text.
70
- */
71
- text: any;
72
- /**
73
- * Options to customize the styles for stock events text.
74
- */
75
- textStyle: any;
76
- constructor(viewContainerRef: ViewContainerRef);
77
- static ɵfac: i0.ɵɵFactoryDeclaration<StockEventDirective, never>;
78
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventDirective, "e-stockchart-indicators>e-stockchart-stockevent", never, { "background": "background"; "border": "border"; "date": "date"; "description": "description"; "placeAt": "placeAt"; "seriesIndexes": "seriesIndexes"; "showOnSeries": "showOnSeries"; "text": "text"; "textStyle": "textStyle"; "type": "type"; }, {}, never>;
79
- }
80
- /**
81
- * StockEvent Array Directive
82
- * @private
83
- */
84
- export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
85
- constructor();
86
- static ɵfac: i0.ɵɵFactoryDeclaration<StockEventsDirective, never>;
87
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventsDirective, "ejs-stockchart>e-stockchart-stockevents", never, {}, {}, ["children"]>;
88
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * StockEvents
5
+ * ```html
6
+ * <e-stockchart-stockevents>
7
+ * <e-stockchart-stockevent></e-stockchart-stockevent>
8
+ * </e-stockchart-stockevents>
9
+ * ```
10
+ */
11
+ export declare class StockEventDirective extends ComplexBase<StockEventDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Specifies type of stock events
16
+ * * Circle
17
+ * * Square
18
+ * * Flag
19
+ * * Text
20
+ * * Sign
21
+ * * Triangle
22
+ * * InvertedTriangle
23
+ * * ArrowUp
24
+ * * ArrowDown
25
+ * * ArrowLeft
26
+ * * ArrowRight
27
+ * @default 'Circle'
28
+ */
29
+ type: any;
30
+ /**
31
+ * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.
32
+ * @default 'transparent'
33
+ */
34
+ background: any;
35
+ /**
36
+ * Options to customize the border of the stock events.
37
+ */
38
+ border: any;
39
+ /**
40
+ * Date value of stock event in which stock event shows.
41
+ */
42
+ date: any;
43
+ /**
44
+ * Specifies the description for the chart which renders in tooltip for stock event.
45
+ */
46
+ description: any;
47
+ /**
48
+ * Corresponding values in which stock event placed.
49
+ * * Close
50
+ * * Open
51
+ * * High
52
+ * * Close
53
+ * @default 'close'
54
+ */
55
+ placeAt: any;
56
+ /**
57
+ * To render stock events in particular series.
58
+ * By default stock events will render for all series.
59
+ * @default []
60
+ */
61
+ seriesIndexes: any;
62
+ /**
63
+ * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.
64
+ * @default true
65
+ */
66
+ showOnSeries: any;
67
+ /**
68
+ * Specifies the text for the stock chart text.
69
+ */
70
+ text: any;
71
+ /**
72
+ * Options to customize the styles for stock events text.
73
+ */
74
+ textStyle: any;
75
+ constructor(viewContainerRef: ViewContainerRef);
76
+ }
77
+ /**
78
+ * StockEvent Array Directive
79
+ * @private
80
+ */
81
+ export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
82
+ constructor();
83
+ }
@@ -1,128 +1,123 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Series Directive
6
- * ```html
7
- * <e-stockchart-series-collection>
8
- * <e-stockchart-series>
9
- * <e-trendlines>
10
- * </e-trendline>
11
- * <e-trendline>
12
- * </e-trendlines>
13
- * </e-stockchart-series>
14
- * </e-stockchart-series-collection>
15
- * ```
16
- */
17
- export declare class StockChartTrendlineDirective extends ComplexBase<StockChartTrendlineDirective> {
18
- private viewContainerRef;
19
- directivePropList: any;
20
- /**
21
- * Defines the type of trendline used in the series.
22
- * Available types are:
23
- * * Linear - A straight line that shows the general direction of data.
24
- * * Exponential - A curve that fits data with exponential growth or decay.
25
- * * Polynomial - A curve that fits data with a polynomial function.
26
- * * Power - A curve that represents data with a power function.
27
- * * Logarithmic - A curve that fits data with a logarithmic scale.
28
- * * MovingAverage - A trendline that smoothens data using a moving average calculation.
29
- * @default 'Linear'
30
- */
31
- type: any;
32
- /**
33
- * Options to improve accessibility for chart trendline elements.
34
- */
35
- accessibility: any;
36
- /**
37
- * Options to customize the animation for trendlines.
38
- */
39
- animation: any;
40
- /**
41
- * Defines the period by which the trend is to be backward forecasted.
42
- * @default 0
43
- */
44
- backwardForecast: any;
45
- /**
46
- * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.
47
- * @default ''
48
- */
49
- dashArray: any;
50
- /**
51
- * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.
52
- * @default true
53
- */
54
- enableTooltip: any;
55
- /**
56
- * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.
57
- * @default ''
58
- */
59
- fill: any;
60
- /**
61
- * Defines the period by which the trend must be forward forecasted.
62
- * @default 0
63
- */
64
- forwardForecast: any;
65
- /**
66
- * Specifies the intercept value of the trendline.
67
- * @default null
68
- * @aspdefaultvalueignore
69
- */
70
- intercept: any;
71
- /**
72
- * The `legendShape` property defines the shape used to represent the trendline in the chart legend.
73
- * @default 'SeriesType'
74
- */
75
- legendShape: any;
76
- /**
77
- * Applies a linear gradient fill to the trendline.
78
- * @default null
79
- */
80
- linearGradient: any;
81
- /**
82
- * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
83
- * @deprecated
84
- */
85
- marker: any;
86
- /**
87
- * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
88
- * @default ''
89
- */
90
- name: any;
91
- /**
92
- * Defines the period, the price changes over which will be considered to predict the moving average trendline.
93
- * @default 2
94
- */
95
- period: any;
96
- /**
97
- * Defines the polynomial order of the polynomial trendline.
98
- * @default 2
99
- */
100
- polynomialOrder: any;
101
- /**
102
- * Applies a radial gradient fill to the trendline.
103
- * @default null
104
- */
105
- radialGradient: any;
106
- /**
107
- * 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.
108
- * @default true
109
- */
110
- visible: any;
111
- /**
112
- * Defines the width of the trendline.
113
- * @default 1
114
- */
115
- width: any;
116
- constructor(viewContainerRef: ViewContainerRef);
117
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlineDirective, never>;
118
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlineDirective, "e-stockchart-series>e-trendlines>e-trendline", never, { "accessibility": "accessibility"; "animation": "animation"; "backwardForecast": "backwardForecast"; "dashArray": "dashArray"; "enableTooltip": "enableTooltip"; "fill": "fill"; "forwardForecast": "forwardForecast"; "intercept": "intercept"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "radialGradient": "radialGradient"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
119
- }
120
- /**
121
- * StockChartTrendline Array Directive
122
- * @private
123
- */
124
- export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
125
- constructor();
126
- static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlinesDirective, never>;
127
- static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlinesDirective, "e-stockchart-series>e-trendlines", never, {}, {}, ["children"]>;
128
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-stockchart-series-collection>
7
+ * <e-stockchart-series>
8
+ * <e-trendlines>
9
+ * </e-trendline>
10
+ * <e-trendline>
11
+ * </e-trendlines>
12
+ * </e-stockchart-series>
13
+ * </e-stockchart-series-collection>
14
+ * ```
15
+ */
16
+ export declare class StockChartTrendlineDirective extends ComplexBase<StockChartTrendlineDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ /**
20
+ * Defines the type of trendline used in the series.
21
+ * Available types are:
22
+ * * Linear - A straight line that shows the general direction of data.
23
+ * * Exponential - A curve that fits data with exponential growth or decay.
24
+ * * Polynomial - A curve that fits data with a polynomial function.
25
+ * * Power - A curve that represents data with a power function.
26
+ * * Logarithmic - A curve that fits data with a logarithmic scale.
27
+ * * MovingAverage - A trendline that smoothens data using a moving average calculation.
28
+ * @default 'Linear'
29
+ */
30
+ type: any;
31
+ /**
32
+ * Options to improve accessibility for chart trendline elements.
33
+ */
34
+ accessibility: any;
35
+ /**
36
+ * Options to customize the animation for trendlines.
37
+ */
38
+ animation: any;
39
+ /**
40
+ * Defines the period by which the trend is to be backward forecasted.
41
+ * @default 0
42
+ */
43
+ backwardForecast: any;
44
+ /**
45
+ * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.
46
+ * @default ''
47
+ */
48
+ dashArray: any;
49
+ /**
50
+ * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.
51
+ * @default true
52
+ */
53
+ enableTooltip: any;
54
+ /**
55
+ * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.
56
+ * @default ''
57
+ */
58
+ fill: any;
59
+ /**
60
+ * Defines the period by which the trend must be forward forecasted.
61
+ * @default 0
62
+ */
63
+ forwardForecast: any;
64
+ /**
65
+ * Specifies the intercept value of the trendline.
66
+ * @default null
67
+ * @aspdefaultvalueignore
68
+ */
69
+ intercept: any;
70
+ /**
71
+ * The `legendShape` property defines the shape used to represent the trendline in the chart legend.
72
+ * @default 'SeriesType'
73
+ */
74
+ legendShape: any;
75
+ /**
76
+ * Applies a linear gradient fill to the trendline.
77
+ * @default null
78
+ */
79
+ linearGradient: any;
80
+ /**
81
+ * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
82
+
83
+ */
84
+ marker: any;
85
+ /**
86
+ * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
87
+ * @default ''
88
+ */
89
+ name: any;
90
+ /**
91
+ * Defines the period, the price changes over which will be considered to predict the moving average trendline.
92
+ * @default 2
93
+ */
94
+ period: any;
95
+ /**
96
+ * Defines the polynomial order of the polynomial trendline.
97
+ * @default 2
98
+ */
99
+ polynomialOrder: any;
100
+ /**
101
+ * Applies a radial gradient fill to the trendline.
102
+ * @default null
103
+ */
104
+ radialGradient: any;
105
+ /**
106
+ * 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.
107
+ * @default true
108
+ */
109
+ visible: any;
110
+ /**
111
+ * Defines the width of the trendline.
112
+ * @default 1
113
+ */
114
+ width: any;
115
+ constructor(viewContainerRef: ViewContainerRef);
116
+ }
117
+ /**
118
+ * StockChartTrendline Array Directive
119
+ * @private
120
+ */
121
+ export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
122
+ constructor();
123
+ }