@syncfusion/ej2-angular-charts 32.2.3 → 32.2.4-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-charts.es5.js +5029 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +4747 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +1 -8
- package/dist/ej2-angular-charts.umd.js +5719 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +11 -0
- package/dist/ej2-angular-charts.umd.min.js.map +1 -0
- package/ej2-angular-charts.d.ts +13 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
- package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
- package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
- package/src/accumulation-chart/annotations.directive.d.ts +80 -85
- package/src/accumulation-chart/series.directive.d.ts +244 -249
- package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
- package/src/bullet-chart/bulletchart.component.d.ts +38 -41
- package/src/bullet-chart/bulletchart.module.d.ts +5 -12
- package/src/bullet-chart/ranges.directive.d.ts +68 -73
- package/src/chart/annotations.directive.d.ts +96 -101
- package/src/chart/axes.directive.d.ts +381 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +66 -72
- package/src/chart/chart.component.d.ts +86 -89
- package/src/chart/chart.module.d.ts +5 -24
- package/src/chart/columns.directive.d.ts +30 -35
- package/src/chart/indicators.directive.d.ts +250 -255
- package/src/chart/multilevellabels.directive.d.ts +57 -62
- package/src/chart/rangecolorsettings.directive.d.ts +36 -41
- package/src/chart/rows.directive.d.ts +30 -35
- package/src/chart/segments.directive.d.ts +41 -46
- package/src/chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart/series.directive.d.ts +483 -488
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +112 -117
- package/src/chart3d/axes.directive.d.ts +266 -271
- package/src/chart3d/chart3d-all.module.d.ts +20 -26
- package/src/chart3d/chart3d.component.d.ts +62 -65
- package/src/chart3d/chart3d.module.d.ts +5 -16
- package/src/chart3d/columns.directive.d.ts +26 -31
- package/src/chart3d/rows.directive.d.ts +26 -31
- package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart3d/series.directive.d.ts +172 -177
- package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
- package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
- package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/circularchart3d/series.directive.d.ts +142 -147
- package/src/index.d.ts +63 -63
- package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
- package/src/range-navigator/rangenavigator.component.d.ts +41 -44
- package/src/range-navigator/rangenavigator.module.d.ts +5 -12
- package/src/range-navigator/series.directive.d.ts +78 -83
- package/src/smithchart/series.directive.d.ts +88 -93
- package/src/smithchart/smithchart-all.module.d.ts +8 -14
- package/src/smithchart/smithchart.component.d.ts +41 -44
- package/src/smithchart/smithchart.module.d.ts +5 -12
- package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
- package/src/sparkline/sparkline-all.module.d.ts +7 -13
- package/src/sparkline/sparkline.component.d.ts +43 -46
- package/src/sparkline/sparkline.module.d.ts +5 -12
- package/src/stock-chart/annotations.directive.d.ts +84 -89
- package/src/stock-chart/axes.directive.d.ts +286 -291
- package/src/stock-chart/indicators.directive.d.ts +208 -213
- package/src/stock-chart/periods.directive.d.ts +42 -47
- package/src/stock-chart/rows.directive.d.ts +30 -35
- package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/stock-chart/series.directive.d.ts +242 -247
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +65 -68
- package/src/stock-chart/stockchart.module.d.ts +5 -20
- package/src/stock-chart/stockevents.directive.d.ts +83 -88
- package/src/stock-chart/trendlines.directive.d.ts +113 -118
- package/CHANGELOG.md +0 -3799
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
- package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
- package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
- package/esm2020/src/chart/annotations.directive.mjs +0 -60
- package/esm2020/src/chart/axes.directive.mjs +0 -58
- package/esm2020/src/chart/categories.directive.mjs +0 -59
- package/esm2020/src/chart/chart-all.module.mjs +0 -206
- package/esm2020/src/chart/chart.component.mjs +0 -525
- package/esm2020/src/chart/chart.module.mjs +0 -142
- package/esm2020/src/chart/columns.directive.mjs +0 -52
- package/esm2020/src/chart/indicators.directive.mjs +0 -54
- package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
- package/esm2020/src/chart/rows.directive.mjs +0 -52
- package/esm2020/src/chart/segments.directive.mjs +0 -58
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart/series.directive.mjs +0 -68
- package/esm2020/src/chart/striplines.directive.mjs +0 -56
- package/esm2020/src/chart/trendlines.directive.mjs +0 -58
- package/esm2020/src/chart3d/axes.directive.mjs +0 -52
- package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
- package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
- package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
- package/esm2020/src/chart3d/columns.directive.mjs +0 -52
- package/esm2020/src/chart3d/rows.directive.mjs +0 -52
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart3d/series.directive.mjs +0 -62
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
- package/esm2020/src/index.mjs +0 -64
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
- package/esm2020/src/range-navigator/series.directive.mjs +0 -54
- package/esm2020/src/smithchart/series.directive.mjs +0 -46
- package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
- package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
- package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
- package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
- package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
- package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
- package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
- package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
- package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
- package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/series.directive.mjs +0 -58
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
- package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
- package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
- package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
- package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
- package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
|
@@ -1,68 +1,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
|
-
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
private
|
|
24
|
-
private
|
|
25
|
-
private
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
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
|
+
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,20 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-stockchart-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*
|
|
17
|
-
* *
|
|
18
|
-
* *
|
|
19
|
-
* *
|
|
20
|
-
* *
|
|
21
|
-
* *
|
|
22
|
-
* *
|
|
23
|
-
* *
|
|
24
|
-
* *
|
|
25
|
-
* *
|
|
26
|
-
* *
|
|
27
|
-
*
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
*
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
* *
|
|
51
|
-
* *
|
|
52
|
-
* *
|
|
53
|
-
*
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
*
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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,118 +1,113 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-stockchart-series
|
|
8
|
-
* <e-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* </e-
|
|
13
|
-
* </e-stockchart-series>
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* *
|
|
24
|
-
* *
|
|
25
|
-
* *
|
|
26
|
-
* *
|
|
27
|
-
* *
|
|
28
|
-
*
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
*
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
*
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
*
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
*
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
*
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
*
|
|
67
|
-
* @
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
*
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
*
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
*
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
*
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
*
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
*
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
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
|
-
}
|
|
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
|
+
}
|