@syncfusion/ej2-angular-charts 29.2.5-ngcc → 29.2.5
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/CHANGELOG.md +3516 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +53 -0
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +146 -0
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +43 -0
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +62 -0
- package/esm2020/src/accumulation-chart/series.directive.mjs +62 -0
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +32 -0
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +85 -0
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +34 -0
- package/esm2020/src/bullet-chart/ranges.directive.mjs +54 -0
- package/esm2020/src/chart/annotations.directive.mjs +60 -0
- package/esm2020/src/chart/axes.directive.mjs +58 -0
- package/esm2020/src/chart/categories.directive.mjs +59 -0
- package/esm2020/src/chart/chart-all.module.mjs +203 -0
- package/esm2020/src/chart/chart.component.mjs +518 -0
- package/esm2020/src/chart/chart.module.mjs +142 -0
- package/esm2020/src/chart/columns.directive.mjs +52 -0
- package/esm2020/src/chart/indicators.directive.mjs +54 -0
- package/esm2020/src/chart/multilevellabels.directive.mjs +60 -0
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +52 -0
- package/esm2020/src/chart/rows.directive.mjs +52 -0
- package/esm2020/src/chart/segments.directive.mjs +58 -0
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart/series.directive.mjs +68 -0
- package/esm2020/src/chart/striplines.directive.mjs +56 -0
- package/esm2020/src/chart/trendlines.directive.mjs +58 -0
- package/esm2020/src/chart3d/axes.directive.mjs +52 -0
- package/esm2020/src/chart3d/chart3d-all.module.mjs +68 -0
- package/esm2020/src/chart3d/chart3d.component.mjs +189 -0
- package/esm2020/src/chart3d/chart3d.module.mjs +70 -0
- package/esm2020/src/chart3d/columns.directive.mjs +52 -0
- package/esm2020/src/chart3d/rows.directive.mjs +52 -0
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/chart3d/series.directive.mjs +62 -0
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +47 -0
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +125 -0
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +43 -0
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/circularchart3d/series.directive.mjs +62 -0
- package/esm2020/src/index.mjs +64 -0
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +32 -0
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +127 -0
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +34 -0
- package/esm2020/src/range-navigator/series.directive.mjs +54 -0
- package/esm2020/src/smithchart/series.directive.mjs +46 -0
- package/esm2020/src/smithchart/smithchart-all.module.mjs +32 -0
- package/esm2020/src/smithchart/smithchart.component.mjs +78 -0
- package/esm2020/src/smithchart/smithchart.module.mjs +34 -0
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +46 -0
- package/esm2020/src/sparkline/sparkline-all.module.mjs +29 -0
- package/esm2020/src/sparkline/sparkline.component.mjs +71 -0
- package/esm2020/src/sparkline/sparkline.module.mjs +34 -0
- package/esm2020/src/stock-chart/annotations.directive.mjs +60 -0
- package/esm2020/src/stock-chart/axes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/indicators.directive.mjs +54 -0
- package/esm2020/src/stock-chart/periods.directive.mjs +54 -0
- package/esm2020/src/stock-chart/rows.directive.mjs +52 -0
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +52 -0
- package/esm2020/src/stock-chart/series.directive.mjs +58 -0
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +29 -0
- package/esm2020/src/stock-chart/stockchart.component.mjs +330 -0
- package/esm2020/src/stock-chart/stockchart.module.mjs +106 -0
- package/esm2020/src/stock-chart/stockevents.directive.mjs +54 -0
- package/esm2020/src/stock-chart/trendlines.directive.mjs +59 -0
- package/esm2020/syncfusion-ej2-angular-charts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +4359 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4359 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +24 -11
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +6 -0
- package/src/accumulation-chart/accumulationchart.component.d.ts +3 -0
- package/src/accumulation-chart/accumulationchart.module.d.ts +8 -0
- package/src/accumulation-chart/annotations.directive.d.ts +7 -2
- package/src/accumulation-chart/series.directive.d.ts +5 -0
- package/src/bullet-chart/bulletchart-all.module.d.ts +6 -0
- package/src/bullet-chart/bulletchart.component.d.ts +3 -0
- package/src/bullet-chart/bulletchart.module.d.ts +7 -0
- package/src/bullet-chart/ranges.directive.d.ts +5 -0
- package/src/chart/annotations.directive.d.ts +8 -3
- package/src/chart/axes.directive.d.ts +6 -1
- package/src/chart/categories.directive.d.ts +5 -0
- package/src/chart/chart-all.module.d.ts +6 -0
- package/src/chart/chart.component.d.ts +3 -0
- package/src/chart/chart.module.d.ts +19 -0
- package/src/chart/columns.directive.d.ts +5 -0
- package/src/chart/indicators.directive.d.ts +5 -0
- package/src/chart/multilevellabels.directive.d.ts +5 -0
- package/src/chart/rangecolorsettings.directive.d.ts +5 -0
- package/src/chart/rows.directive.d.ts +5 -0
- package/src/chart/segments.directive.d.ts +5 -0
- package/src/chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart/series.directive.d.ts +5 -0
- package/src/chart/striplines.directive.d.ts +5 -0
- package/src/chart/trendlines.directive.d.ts +6 -1
- package/src/chart3d/axes.directive.d.ts +6 -1
- package/src/chart3d/chart3d-all.module.d.ts +6 -0
- package/src/chart3d/chart3d.component.d.ts +3 -0
- package/src/chart3d/chart3d.module.d.ts +11 -0
- package/src/chart3d/columns.directive.d.ts +5 -0
- package/src/chart3d/rows.directive.d.ts +5 -0
- package/src/chart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart3d/series.directive.d.ts +5 -0
- package/src/circularchart3d/circularchart3d-all.module.d.ts +6 -0
- package/src/circularchart3d/circularchart3d.component.d.ts +3 -0
- package/src/circularchart3d/circularchart3d.module.d.ts +8 -0
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/circularchart3d/series.directive.d.ts +5 -0
- package/src/range-navigator/rangenavigator-all.module.d.ts +6 -0
- package/src/range-navigator/rangenavigator.component.d.ts +3 -0
- package/src/range-navigator/rangenavigator.module.d.ts +7 -0
- package/src/range-navigator/series.directive.d.ts +5 -0
- package/src/smithchart/series.directive.d.ts +5 -0
- package/src/smithchart/smithchart-all.module.d.ts +6 -0
- package/src/smithchart/smithchart.component.d.ts +3 -0
- package/src/smithchart/smithchart.module.d.ts +7 -0
- package/src/sparkline/rangebandsettings.directive.d.ts +5 -0
- package/src/sparkline/sparkline-all.module.d.ts +6 -0
- package/src/sparkline/sparkline.component.d.ts +3 -0
- package/src/sparkline/sparkline.module.d.ts +7 -0
- package/src/stock-chart/annotations.directive.d.ts +5 -0
- package/src/stock-chart/axes.directive.d.ts +5 -0
- package/src/stock-chart/indicators.directive.d.ts +5 -0
- package/src/stock-chart/periods.directive.d.ts +5 -0
- package/src/stock-chart/rows.directive.d.ts +5 -0
- package/src/stock-chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/stock-chart/series.directive.d.ts +5 -0
- package/src/stock-chart/stockchart-all.module.d.ts +6 -0
- package/src/stock-chart/stockchart.component.d.ts +3 -0
- package/src/stock-chart/stockchart.module.d.ts +15 -0
- package/src/stock-chart/stockevents.directive.d.ts +5 -0
- package/src/stock-chart/trendlines.directive.d.ts +6 -1
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5013
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -4731
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/dist/ej2-angular-charts.umd.js +0 -5700
- package/dist/ej2-angular-charts.umd.js.map +0 -1
- package/dist/ej2-angular-charts.umd.min.js +0 -11
- package/dist/ej2-angular-charts.umd.min.js.map +0 -1
- package/ej2-angular-charts.d.ts +0 -13
- package/ej2-angular-charts.metadata.json +0 -1
- package/license +0 -10
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Axis Directive
|
|
5
6
|
* ```html
|
|
@@ -276,6 +277,8 @@ export declare class StockChartAxisDirective extends ComplexBase<StockChartAxisD
|
|
|
276
277
|
*/
|
|
277
278
|
zoomPosition: any;
|
|
278
279
|
constructor(viewContainerRef: ViewContainerRef);
|
|
280
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAxisDirective, never>;
|
|
281
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAxisDirective, "e-stockchart-axes>e-stockchart-axis", never, { "coefficient": "coefficient"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableTrim": "enableTrim"; "interval": "interval"; "intervalType": "intervalType"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, never>;
|
|
279
282
|
}
|
|
280
283
|
/**
|
|
281
284
|
* StockChartAxis Array Directive
|
|
@@ -283,4 +286,6 @@ export declare class StockChartAxisDirective extends ComplexBase<StockChartAxisD
|
|
|
283
286
|
*/
|
|
284
287
|
export declare class StockChartAxesDirective extends ArrayBase<StockChartAxesDirective> {
|
|
285
288
|
constructor();
|
|
289
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAxesDirective, never>;
|
|
290
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAxesDirective, "ejs-stockchart>e-stockchart-axes", never, {}, {}, ["children"]>;
|
|
286
291
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Indicator Directive
|
|
5
6
|
* ```html
|
|
@@ -198,6 +199,8 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
198
199
|
*/
|
|
199
200
|
yAxisName: any;
|
|
200
201
|
constructor(viewContainerRef: ViewContainerRef);
|
|
202
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorDirective, never>;
|
|
203
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorDirective, "e-stockchart-indicators>e-stockchart-indicator", never, { "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "low": "low"; "lowerLine": "lowerLine"; "macdLine": "macdLine"; "macdNegativeColor": "macdNegativeColor"; "macdPositiveColor": "macdPositiveColor"; "macdType": "macdType"; "open": "open"; "overBought": "overBought"; "overSold": "overSold"; "period": "period"; "periodLine": "periodLine"; "pointColorMapping": "pointColorMapping"; "query": "query"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
201
204
|
}
|
|
202
205
|
/**
|
|
203
206
|
* StockChartIndicator Array Directive
|
|
@@ -205,4 +208,6 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
205
208
|
*/
|
|
206
209
|
export declare class StockChartIndicatorsDirective extends ArrayBase<StockChartIndicatorsDirective> {
|
|
207
210
|
constructor();
|
|
211
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorsDirective, never>;
|
|
212
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorsDirective, "ejs-stockchart>e-stockchart-indicators", never, {}, {}, ["children"]>;
|
|
208
213
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Indicator Directive
|
|
5
6
|
* ```html
|
|
@@ -32,6 +33,8 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
|
|
|
32
33
|
*/
|
|
33
34
|
text: any;
|
|
34
35
|
constructor(viewContainerRef: ViewContainerRef);
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodDirective, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodDirective, "e-stockchart-indicators>e-stockchart-period", never, { "interval": "interval"; "intervalType": "intervalType"; "selected": "selected"; "text": "text"; }, {}, never>;
|
|
35
38
|
}
|
|
36
39
|
/**
|
|
37
40
|
* StockChartPeriod Array Directive
|
|
@@ -39,4 +42,6 @@ export declare class StockChartPeriodDirective extends ComplexBase<StockChartPer
|
|
|
39
42
|
*/
|
|
40
43
|
export declare class StockChartPeriodsDirective extends ArrayBase<StockChartPeriodsDirective> {
|
|
41
44
|
constructor();
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartPeriodsDirective, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartPeriodsDirective, "ejs-stockchart>e-stockchart-periods", never, {}, {}, ["children"]>;
|
|
42
47
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Row Directive
|
|
5
6
|
* ```html
|
|
@@ -20,6 +21,8 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
|
|
|
20
21
|
*/
|
|
21
22
|
height: any;
|
|
22
23
|
constructor(viewContainerRef: ViewContainerRef);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowDirective, "e-stockchart-rows>e-striplines>e-stockchart-row", never, { "border": "border"; "height": "height"; }, {}, never>;
|
|
23
26
|
}
|
|
24
27
|
/**
|
|
25
28
|
* StockChartRow Array Directive
|
|
@@ -27,4 +30,6 @@ export declare class StockChartRowDirective extends ComplexBase<StockChartRowDir
|
|
|
27
30
|
*/
|
|
28
31
|
export declare class StockChartRowsDirective extends ArrayBase<StockChartRowsDirective> {
|
|
29
32
|
constructor();
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartRowsDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartRowsDirective, "ejs-stockchart>e-stockchart-rows", never, {}, {}, ["children"]>;
|
|
30
35
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Selected Data Directive
|
|
5
6
|
* ```html
|
|
@@ -22,6 +23,8 @@ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<St
|
|
|
22
23
|
*/
|
|
23
24
|
series: any;
|
|
24
25
|
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexDirective, "ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex", never, { "point": "point"; "series": "series"; }, {}, never>;
|
|
25
28
|
}
|
|
26
29
|
/**
|
|
27
30
|
* StockChartSelectedDataIndex Array Directive
|
|
@@ -29,4 +32,6 @@ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<St
|
|
|
29
32
|
*/
|
|
30
33
|
export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {
|
|
31
34
|
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSelectedDataIndexesDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSelectedDataIndexesDirective, "ejs-stockchart>e-stockchart-selectedDataIndexes", never, {}, {}, ["children"]>;
|
|
32
37
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series Directive
|
|
5
6
|
* ```html
|
|
@@ -228,6 +229,8 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
|
|
|
228
229
|
*/
|
|
229
230
|
yName: any;
|
|
230
231
|
constructor(viewContainerRef: ViewContainerRef);
|
|
232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesDirective, never>;
|
|
233
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesDirective, "e-stockchart-series-collection>e-stockchart-series", never, { "animation": "animation"; "bearFillColor": "bearFillColor"; "border": "border"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "fill": "fill"; "high": "high"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "name": "name"; "opacity": "opacity"; "open": "open"; "pointColorMapping": "pointColorMapping"; "query": "query"; "selectionStyle": "selectionStyle"; "showNearestTooltip": "showNearestTooltip"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; }, {}, ["childTrendlines"]>;
|
|
231
234
|
}
|
|
232
235
|
/**
|
|
233
236
|
* StockChartSeries Array Directive
|
|
@@ -235,4 +238,6 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
|
|
|
235
238
|
*/
|
|
236
239
|
export declare class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {
|
|
237
240
|
constructor();
|
|
241
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartSeriesCollectionDirective, never>;
|
|
242
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartSeriesCollectionDirective, "ejs-stockchart>e-stockchart-series-collection", never, {}, {}, ["children"]>;
|
|
238
243
|
}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./stockchart.module";
|
|
2
5
|
export declare const StockLegendService: ValueProvider;
|
|
3
6
|
/**
|
|
4
7
|
* NgModule definition for the StockChart component with providers.
|
|
5
8
|
*/
|
|
6
9
|
export declare class StockChartAllModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAllModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StockChartAllModule, never, [typeof i1.CommonModule, typeof i2.StockChartModule], [typeof i2.StockChartModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StockChartAllModule>;
|
|
7
13
|
}
|
|
@@ -9,6 +9,7 @@ import { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.di
|
|
|
9
9
|
import { StockChartPeriodsDirective } from './periods.directive';
|
|
10
10
|
import { StockEventsDirective } from './stockevents.directive';
|
|
11
11
|
import { StockChartIndicatorsDirective } from './indicators.directive';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
12
13
|
export declare const inputs: string[];
|
|
13
14
|
export declare const outputs: string[];
|
|
14
15
|
export declare const twoWays: string[];
|
|
@@ -62,4 +63,6 @@ export declare class StockChartComponent extends StockChart implements IComponen
|
|
|
62
63
|
ngAfterContentChecked(): void;
|
|
63
64
|
registerEvents: (eventList: string[]) => void;
|
|
64
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"; "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>;
|
|
65
68
|
}
|
|
@@ -1,5 +1,20 @@
|
|
|
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";
|
|
1
13
|
/**
|
|
2
14
|
* NgModule definition for the StockChart component.
|
|
3
15
|
*/
|
|
4
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>;
|
|
5
20
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* StockEvents
|
|
5
6
|
* ```html
|
|
@@ -73,6 +74,8 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
|
|
|
73
74
|
*/
|
|
74
75
|
textStyle: any;
|
|
75
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>;
|
|
76
79
|
}
|
|
77
80
|
/**
|
|
78
81
|
* StockEvent Array Directive
|
|
@@ -80,4 +83,6 @@ export declare class StockEventDirective extends ComplexBase<StockEventDirective
|
|
|
80
83
|
*/
|
|
81
84
|
export declare class StockEventsDirective extends ArrayBase<StockEventsDirective> {
|
|
82
85
|
constructor();
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockEventsDirective, never>;
|
|
87
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockEventsDirective, "ejs-stockchart>e-stockchart-stockevents", never, {}, {}, ["children"]>;
|
|
83
88
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series Directive
|
|
5
6
|
* ```html
|
|
@@ -74,7 +75,7 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
|
|
|
74
75
|
legendShape: any;
|
|
75
76
|
/**
|
|
76
77
|
* Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
|
|
77
|
-
|
|
78
|
+
* @deprecated
|
|
78
79
|
*/
|
|
79
80
|
marker: any;
|
|
80
81
|
/**
|
|
@@ -103,6 +104,8 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
|
|
|
103
104
|
*/
|
|
104
105
|
width: any;
|
|
105
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>;
|
|
106
109
|
}
|
|
107
110
|
/**
|
|
108
111
|
* StockChartTrendline Array Directive
|
|
@@ -110,4 +113,6 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
|
|
|
110
113
|
*/
|
|
111
114
|
export declare class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {
|
|
112
115
|
constructor();
|
|
116
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartTrendlinesDirective, never>;
|
|
117
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartTrendlinesDirective, "e-stockchart-series>e-trendlines", never, {}, {}, ["children"]>;
|
|
113
118
|
}
|