@syncfusion/ej2-angular-charts 32.2.3-ngcc → 32.2.3

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 (148) hide show
  1. package/CHANGELOG.md +3799 -0
  2. package/README.md +8 -1
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
  5. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
  6. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
  7. package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
  8. package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
  9. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
  10. package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
  11. package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
  12. package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
  13. package/esm2020/src/chart/annotations.directive.mjs +60 -0
  14. package/esm2020/src/chart/axes.directive.mjs +58 -0
  15. package/esm2020/src/chart/categories.directive.mjs +59 -0
  16. package/esm2020/src/chart/chart-all.module.mjs +206 -0
  17. package/esm2020/src/chart/chart.component.mjs +525 -0
  18. package/esm2020/src/chart/chart.module.mjs +142 -0
  19. package/esm2020/src/chart/columns.directive.mjs +52 -0
  20. package/esm2020/src/chart/indicators.directive.mjs +54 -0
  21. package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
  22. package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
  23. package/esm2020/src/chart/rows.directive.mjs +52 -0
  24. package/esm2020/src/chart/segments.directive.mjs +58 -0
  25. package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
  26. package/esm2020/src/chart/series.directive.mjs +68 -0
  27. package/esm2020/src/chart/striplines.directive.mjs +56 -0
  28. package/esm2020/src/chart/trendlines.directive.mjs +58 -0
  29. package/esm2020/src/chart3d/axes.directive.mjs +52 -0
  30. package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
  31. package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
  32. package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
  33. package/esm2020/src/chart3d/columns.directive.mjs +52 -0
  34. package/esm2020/src/chart3d/rows.directive.mjs +52 -0
  35. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
  36. package/esm2020/src/chart3d/series.directive.mjs +62 -0
  37. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
  38. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
  39. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
  40. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
  41. package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
  42. package/esm2020/src/index.mjs +64 -0
  43. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
  44. package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
  45. package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
  46. package/esm2020/src/range-navigator/series.directive.mjs +54 -0
  47. package/esm2020/src/smithchart/series.directive.mjs +46 -0
  48. package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
  49. package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
  50. package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
  51. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
  52. package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
  53. package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
  54. package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
  55. package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
  56. package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
  57. package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
  58. package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
  59. package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
  60. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
  61. package/esm2020/src/stock-chart/series.directive.mjs +58 -0
  62. package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
  63. package/esm2020/src/stock-chart/stockchart.component.mjs +337 -0
  64. package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
  65. package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
  66. package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
  67. package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
  68. package/fesm2015/syncfusion-ej2-angular-charts.mjs +4376 -0
  69. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
  70. package/fesm2020/syncfusion-ej2-angular-charts.mjs +4376 -0
  71. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
  72. package/package.json +28 -46
  73. package/public_api.d.ts +1 -1
  74. package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
  75. package/src/accumulation-chart/accumulationchart.component.d.ts +61 -58
  76. package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
  77. package/src/accumulation-chart/annotations.directive.d.ts +85 -80
  78. package/src/accumulation-chart/series.directive.d.ts +249 -244
  79. package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
  80. package/src/bullet-chart/bulletchart.component.d.ts +41 -38
  81. package/src/bullet-chart/bulletchart.module.d.ts +12 -5
  82. package/src/bullet-chart/ranges.directive.d.ts +73 -68
  83. package/src/chart/annotations.directive.d.ts +101 -96
  84. package/src/chart/axes.directive.d.ts +409 -381
  85. package/src/chart/categories.directive.d.ts +74 -69
  86. package/src/chart/chart-all.module.d.ts +72 -66
  87. package/src/chart/chart.component.d.ts +89 -86
  88. package/src/chart/chart.module.d.ts +24 -5
  89. package/src/chart/columns.directive.d.ts +35 -30
  90. package/src/chart/indicators.directive.d.ts +255 -250
  91. package/src/chart/multilevellabels.directive.d.ts +62 -57
  92. package/src/chart/rangecolorsettings.directive.d.ts +41 -36
  93. package/src/chart/rows.directive.d.ts +35 -30
  94. package/src/chart/segments.directive.d.ts +46 -41
  95. package/src/chart/selecteddataindexes.directive.d.ts +37 -32
  96. package/src/chart/series.directive.d.ts +488 -483
  97. package/src/chart/striplines.directive.d.ts +171 -166
  98. package/src/chart/trendlines.directive.d.ts +117 -112
  99. package/src/chart3d/axes.directive.d.ts +271 -266
  100. package/src/chart3d/chart3d-all.module.d.ts +26 -20
  101. package/src/chart3d/chart3d.component.d.ts +65 -62
  102. package/src/chart3d/chart3d.module.d.ts +16 -5
  103. package/src/chart3d/columns.directive.d.ts +31 -26
  104. package/src/chart3d/rows.directive.d.ts +31 -26
  105. package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
  106. package/src/chart3d/series.directive.d.ts +177 -172
  107. package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
  108. package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
  109. package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
  110. package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
  111. package/src/circularchart3d/series.directive.d.ts +147 -142
  112. package/src/index.d.ts +63 -63
  113. package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
  114. package/src/range-navigator/rangenavigator.component.d.ts +44 -41
  115. package/src/range-navigator/rangenavigator.module.d.ts +12 -5
  116. package/src/range-navigator/series.directive.d.ts +83 -78
  117. package/src/smithchart/series.directive.d.ts +93 -88
  118. package/src/smithchart/smithchart-all.module.d.ts +14 -8
  119. package/src/smithchart/smithchart.component.d.ts +44 -41
  120. package/src/smithchart/smithchart.module.d.ts +12 -5
  121. package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
  122. package/src/sparkline/sparkline-all.module.d.ts +13 -7
  123. package/src/sparkline/sparkline.component.d.ts +46 -43
  124. package/src/sparkline/sparkline.module.d.ts +12 -5
  125. package/src/stock-chart/annotations.directive.d.ts +89 -84
  126. package/src/stock-chart/axes.directive.d.ts +291 -286
  127. package/src/stock-chart/indicators.directive.d.ts +213 -208
  128. package/src/stock-chart/periods.directive.d.ts +47 -42
  129. package/src/stock-chart/rows.directive.d.ts +35 -30
  130. package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
  131. package/src/stock-chart/series.directive.d.ts +247 -242
  132. package/src/stock-chart/stockchart-all.module.d.ts +13 -7
  133. package/src/stock-chart/stockchart.component.d.ts +68 -65
  134. package/src/stock-chart/stockchart.module.d.ts +20 -5
  135. package/src/stock-chart/stockevents.directive.d.ts +88 -83
  136. package/src/stock-chart/trendlines.directive.d.ts +118 -113
  137. package/syncfusion-ej2-angular-charts.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-charts.es5.js +0 -5029
  139. package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-charts.js +0 -4747
  141. package/@syncfusion/ej2-angular-charts.js.map +0 -1
  142. package/LICENSE +0 -10
  143. package/dist/ej2-angular-charts.umd.js +0 -5719
  144. package/dist/ej2-angular-charts.umd.js.map +0 -1
  145. package/dist/ej2-angular-charts.umd.min.js +0 -11
  146. package/dist/ej2-angular-charts.umd.min.js.map +0 -1
  147. package/ej2-angular-charts.d.ts +0 -13
  148. package/ej2-angular-charts.metadata.json +0 -1
@@ -1,65 +1,68 @@
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
- legendClick: any;
31
- legendRender: any;
32
- load: any;
33
- loaded: any;
34
- onZooming: any;
35
- pointClick: any;
36
- pointMove: any;
37
- rangeChange: any;
38
- selectorRender: any;
39
- seriesRender: any;
40
- stockChartMouseClick: any;
41
- stockChartMouseDown: any;
42
- stockChartMouseLeave: any;
43
- stockChartMouseMove: any;
44
- stockChartMouseUp: any;
45
- stockEventRender: any;
46
- tooltipRender: any;
47
- dataSourceChange: any;
48
- childSeries: QueryList<StockChartSeriesCollectionDirective>;
49
- childAxes: QueryList<StockChartAxesDirective>;
50
- childRows: QueryList<StockChartRowsDirective>;
51
- childAnnotations: QueryList<StockChartAnnotationsDirective>;
52
- childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;
53
- childPeriods: QueryList<StockChartPeriodsDirective>;
54
- childStockEvents: QueryList<StockEventsDirective>;
55
- childIndicators: QueryList<StockChartIndicatorsDirective>;
56
- tags: string[];
57
- tooltip_template: any;
58
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
59
- ngOnInit(): void;
60
- ngAfterViewInit(): void;
61
- ngOnDestroy(): void;
62
- ngAfterContentChecked(): void;
63
- registerEvents: (eventList: string[]) => void;
64
- addTwoWay: (propList: string[]) => void;
65
- }
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
+ 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
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
60
+ ngOnInit(): void;
61
+ ngAfterViewInit(): void;
62
+ ngOnDestroy(): void;
63
+ ngAfterContentChecked(): void;
64
+ registerEvents: (eventList: string[]) => void;
65
+ addTwoWay: (propList: string[]) => void;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartComponent, never>;
67
+ 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"; "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", "childSeries", "childAxes", "childRows", "childAnnotations", "childSelectedDataIndexes", "childPeriods", "childStockEvents", "childIndicators"], never>;
68
+ }
@@ -1,5 +1,20 @@
1
- /**
2
- * NgModule definition for the StockChart component.
3
- */
4
- export declare class StockChartModule {
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,83 +1,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
+ 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,113 +1,118 @@
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
- * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
77
-
78
- */
79
- marker: any;
80
- /**
81
- * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
82
- * @default ''
83
- */
84
- name: any;
85
- /**
86
- * Defines the period, the price changes over which will be considered to predict the moving average trendline.
87
- * @default 2
88
- */
89
- period: any;
90
- /**
91
- * Defines the polynomial order of the polynomial trendline.
92
- * @default 2
93
- */
94
- polynomialOrder: any;
95
- /**
96
- * 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.
97
- * @default true
98
- */
99
- visible: any;
100
- /**
101
- * Defines the width of the trendline.
102
- * @default 1
103
- */
104
- width: any;
105
- constructor(viewContainerRef: ViewContainerRef);
106
- }
107
- /**
108
- * StockChartTrendline Array Directive
109
- * @private
110
- */
111
- export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
112
- constructor();
113
- }
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
+ * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
78
+ * @deprecated
79
+ */
80
+ marker: any;
81
+ /**
82
+ * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.
83
+ * @default ''
84
+ */
85
+ name: any;
86
+ /**
87
+ * Defines the period, the price changes over which will be considered to predict the moving average trendline.
88
+ * @default 2
89
+ */
90
+ period: any;
91
+ /**
92
+ * Defines the polynomial order of the polynomial trendline.
93
+ * @default 2
94
+ */
95
+ polynomialOrder: any;
96
+ /**
97
+ * 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.
98
+ * @default true
99
+ */
100
+ visible: any;
101
+ /**
102
+ * Defines the width of the trendline.
103
+ * @default 1
104
+ */
105
+ width: any;
106
+ constructor(viewContainerRef: ViewContainerRef);
107
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlineDirective, never>;
108
+ 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"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
109
+ }
110
+ /**
111
+ * StockChartTrendline Array Directive
112
+ * @private
113
+ */
114
+ export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
115
+ constructor();
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlinesDirective, never>;
117
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlinesDirective, "e-stockchart-series>e-trendlines", never, {}, {}, ["children"]>;
118
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-charts" />
5
+ export * from './public_api';