@syncfusion/ej2-angular-charts 33.2.12 → 33.2.13-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 +5388 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +5087 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-charts.umd.js +6123 -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 +14 -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 +59 -62
- 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 +257 -262
- 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 +404 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +67 -73
- package/src/chart/chart.component.d.ts +88 -91
- 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 +260 -265
- 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 +500 -505
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +122 -127
- 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 +68 -68
- 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/sankey/links.directive.d.ts +41 -46
- package/src/sankey/nodes.directive.d.ts +44 -49
- package/src/sankey/sankey-all.module.d.ts +10 -16
- package/src/sankey/sankey.component.d.ts +53 -56
- package/src/sankey/sankey.module.d.ts +5 -13
- 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 +221 -226
- 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 +259 -264
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +67 -70
- 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 +123 -128
- package/CHANGELOG.md +0 -3860
- 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 -152
- 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 -209
- package/esm2020/src/chart/chart.component.mjs +0 -538
- 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 -69
- 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/sankey/links.directive.mjs +0 -54
- package/esm2020/src/sankey/nodes.directive.mjs +0 -54
- package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
- package/esm2020/src/sankey/sankey.component.mjs +0 -110
- package/esm2020/src/sankey/sankey.module.mjs +0 -43
- 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 -350
- 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 -4684
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
|
@@ -1,74 +1,69 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
* <e-
|
|
10
|
-
*
|
|
11
|
-
* </e-
|
|
12
|
-
* </e-
|
|
13
|
-
* </e-
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* *
|
|
24
|
-
* * Without Top Border
|
|
25
|
-
* * Without
|
|
26
|
-
* *
|
|
27
|
-
* * Brace
|
|
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
|
-
export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
|
|
71
|
-
constructor();
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesDirective, never>;
|
|
73
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CategoriesDirective, "e-multilevellabel>e-categories", never, {}, {}, ["children"]>;
|
|
74
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* MultiLevelLabels Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-multilevellabels>
|
|
7
|
+
* <e-multilevellabel>
|
|
8
|
+
* <e-Categories>
|
|
9
|
+
* <e-Category>
|
|
10
|
+
* </e-Category>
|
|
11
|
+
* </e-Categories>
|
|
12
|
+
* </e-multilevellabel>
|
|
13
|
+
* </e-multilevellabels>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Specifies the type of border for labels.
|
|
21
|
+
* Available border types:
|
|
22
|
+
* * Rectangle
|
|
23
|
+
* * Without Top Border
|
|
24
|
+
* * Without Top and Bottom Border
|
|
25
|
+
* * Without Border
|
|
26
|
+
* * Brace
|
|
27
|
+
* * Curly Brace
|
|
28
|
+
* @default 'Rectangle'
|
|
29
|
+
* @aspdefaultvalueignore
|
|
30
|
+
* @blazordefaultvalueignore
|
|
31
|
+
*/
|
|
32
|
+
type: any;
|
|
33
|
+
/**
|
|
34
|
+
* Allows adding custom data for multi-level labels.
|
|
35
|
+
* @default null
|
|
36
|
+
*/
|
|
37
|
+
customAttributes: any;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the end value for the multi-level labels.
|
|
40
|
+
* @default null
|
|
41
|
+
* @aspdefaultvalueignore
|
|
42
|
+
*/
|
|
43
|
+
end: any;
|
|
44
|
+
/**
|
|
45
|
+
* Specifies the maximum width of the text for multi-level labels.
|
|
46
|
+
* @default null
|
|
47
|
+
* @aspdefaultvalueignore
|
|
48
|
+
*/
|
|
49
|
+
maximumTextWidth: any;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the starting value for the multi-level labels.
|
|
52
|
+
* @default null
|
|
53
|
+
* @aspdefaultvalueignore
|
|
54
|
+
*/
|
|
55
|
+
start: any;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies the text to be displayed for the multi-level labels.
|
|
58
|
+
* @default ''
|
|
59
|
+
*/
|
|
60
|
+
text: any;
|
|
61
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Category Array Directive
|
|
65
|
+
* @private
|
|
66
|
+
*/
|
|
67
|
+
export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
|
|
68
|
+
constructor();
|
|
69
|
+
}
|
|
@@ -1,73 +1,67 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
export declare const
|
|
27
|
-
export declare const
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
43
|
-
export declare const
|
|
44
|
-
export declare const
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
export declare const
|
|
48
|
-
export declare const
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const
|
|
54
|
-
export declare const
|
|
55
|
-
export declare const
|
|
56
|
-
export declare const
|
|
57
|
-
export declare const
|
|
58
|
-
export declare const
|
|
59
|
-
export declare const
|
|
60
|
-
export declare const
|
|
61
|
-
export declare const
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
*/
|
|
69
|
-
export declare class ChartAllModule {
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartAllModule, never>;
|
|
71
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartAllModule, never, [typeof i1.CommonModule, typeof i2.ChartModule], [typeof i2.ChartModule]>;
|
|
72
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChartAllModule>;
|
|
73
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const LineSeriesService: ValueProvider;
|
|
3
|
+
export declare const ScatterSeriesService: ValueProvider;
|
|
4
|
+
export declare const ColumnSeriesService: ValueProvider;
|
|
5
|
+
export declare const SplineSeriesService: ValueProvider;
|
|
6
|
+
export declare const SplineAreaSeriesService: ValueProvider;
|
|
7
|
+
export declare const StripLineService: ValueProvider;
|
|
8
|
+
export declare const AreaSeriesService: ValueProvider;
|
|
9
|
+
export declare const ScrollBarService: ValueProvider;
|
|
10
|
+
export declare const StepLineSeriesService: ValueProvider;
|
|
11
|
+
export declare const StepAreaSeriesService: ValueProvider;
|
|
12
|
+
export declare const StackingColumnSeriesService: ValueProvider;
|
|
13
|
+
export declare const StackingLineSeriesService: ValueProvider;
|
|
14
|
+
export declare const StackingAreaSeriesService: ValueProvider;
|
|
15
|
+
export declare const StackingStepAreaSeriesService: ValueProvider;
|
|
16
|
+
export declare const BarSeriesService: ValueProvider;
|
|
17
|
+
export declare const StackingBarSeriesService: ValueProvider;
|
|
18
|
+
export declare const RangeColumnSeriesService: ValueProvider;
|
|
19
|
+
export declare const BubbleSeriesService: ValueProvider;
|
|
20
|
+
export declare const TooltipService: ValueProvider;
|
|
21
|
+
export declare const CrosshairService: ValueProvider;
|
|
22
|
+
export declare const CategoryService: ValueProvider;
|
|
23
|
+
export declare const DateTimeService: ValueProvider;
|
|
24
|
+
export declare const LogarithmicService: ValueProvider;
|
|
25
|
+
export declare const LegendService: ValueProvider;
|
|
26
|
+
export declare const ZoomService: ValueProvider;
|
|
27
|
+
export declare const DataLabelService: ValueProvider;
|
|
28
|
+
export declare const SelectionService: ValueProvider;
|
|
29
|
+
export declare const ChartAnnotationService: ValueProvider;
|
|
30
|
+
export declare const HiloSeriesService: ValueProvider;
|
|
31
|
+
export declare const HiloOpenCloseSeriesService: ValueProvider;
|
|
32
|
+
export declare const WaterfallSeriesService: ValueProvider;
|
|
33
|
+
export declare const RangeAreaSeriesService: ValueProvider;
|
|
34
|
+
export declare const RangeStepAreaSeriesService: ValueProvider;
|
|
35
|
+
export declare const SplineRangeAreaSeriesService: ValueProvider;
|
|
36
|
+
export declare const CandleSeriesService: ValueProvider;
|
|
37
|
+
export declare const PolarSeriesService: ValueProvider;
|
|
38
|
+
export declare const RadarSeriesService: ValueProvider;
|
|
39
|
+
export declare const SmaIndicatorService: ValueProvider;
|
|
40
|
+
export declare const TmaIndicatorService: ValueProvider;
|
|
41
|
+
export declare const EmaIndicatorService: ValueProvider;
|
|
42
|
+
export declare const AccumulationDistributionIndicatorService: ValueProvider;
|
|
43
|
+
export declare const MacdIndicatorService: ValueProvider;
|
|
44
|
+
export declare const AtrIndicatorService: ValueProvider;
|
|
45
|
+
export declare const RsiIndicatorService: ValueProvider;
|
|
46
|
+
export declare const MomentumIndicatorService: ValueProvider;
|
|
47
|
+
export declare const StochasticIndicatorService: ValueProvider;
|
|
48
|
+
export declare const BollingerBandsService: ValueProvider;
|
|
49
|
+
export declare const BoxAndWhiskerSeriesService: ValueProvider;
|
|
50
|
+
export declare const HistogramSeriesService: ValueProvider;
|
|
51
|
+
export declare const ErrorBarService: ValueProvider;
|
|
52
|
+
export declare const TrendlinesService: ValueProvider;
|
|
53
|
+
export declare const DateTimeCategoryService: ValueProvider;
|
|
54
|
+
export declare const MultiColoredLineSeriesService: ValueProvider;
|
|
55
|
+
export declare const MultiColoredAreaSeriesService: ValueProvider;
|
|
56
|
+
export declare const MultiLevelLabelService: ValueProvider;
|
|
57
|
+
export declare const ParetoSeriesService: ValueProvider;
|
|
58
|
+
export declare const ExportService: ValueProvider;
|
|
59
|
+
export declare const DataEditingService: ValueProvider;
|
|
60
|
+
export declare const HighlightService: ValueProvider;
|
|
61
|
+
export declare const LastValueLabelService: ValueProvider;
|
|
62
|
+
export declare const SeriesLabelService: ValueProvider;
|
|
63
|
+
/**
|
|
64
|
+
* NgModule definition for the Chart component with providers.
|
|
65
|
+
*/
|
|
66
|
+
export declare class ChartAllModule {
|
|
67
|
+
}
|
|
@@ -1,91 +1,88 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Chart } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { SeriesCollectionDirective } from './series.directive';
|
|
5
|
-
import { AxesDirective } from './axes.directive';
|
|
6
|
-
import { RowsDirective } from './rows.directive';
|
|
7
|
-
import { ColumnsDirective } from './columns.directive';
|
|
8
|
-
import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
|
|
9
|
-
import { AnnotationsDirective } from './annotations.directive';
|
|
10
|
-
import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
11
|
-
import { IndicatorsDirective } 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
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "ejs-chart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "allowMultiSelection": "allowMultiSelection"; "annotations": "annotations"; "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "chartArea": "chartArea"; "columns": "columns"; "crosshair": "crosshair"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "description": "description"; "enableAnimation": "enableAnimation"; "enableAutoIntervalOnBothAxis": "enableAutoIntervalOnBothAxis"; "enableCanvas": "enableCanvas"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "noDataTemplate": "noDataTemplate"; "palettes": "palettes"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rangeColorSettings": "rangeColorSettings"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "stackLabels": "stackLabels"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelClick": "axisLabelClick"; "axisLabelRender": "axisLabelRender"; "axisMultiLabelRender": "axisMultiLabelRender"; "axisRangeCalculated": "axisRangeCalculated"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "crosshairLabelRender": "crosshairLabelRender"; "drag": "drag"; "dragComplete": "dragComplete"; "dragEnd": "dragEnd"; "dragStart": "dragStart"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "multiLevelLabelClick": "multiLevelLabelClick"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointDoubleClick": "pointDoubleClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "scrollChanged": "scrollChanged"; "scrollEnd": "scrollEnd"; "scrollStart": "scrollStart"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "sharedTooltipRender": "sharedTooltipRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "legendSettings_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
|
|
91
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Chart } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { SeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import { AxesDirective } from './axes.directive';
|
|
6
|
+
import { RowsDirective } from './rows.directive';
|
|
7
|
+
import { ColumnsDirective } from './columns.directive';
|
|
8
|
+
import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
|
|
9
|
+
import { AnnotationsDirective } from './annotations.directive';
|
|
10
|
+
import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
11
|
+
import { IndicatorsDirective } from './indicators.directive';
|
|
12
|
+
export declare const inputs: string[];
|
|
13
|
+
export declare const outputs: string[];
|
|
14
|
+
export declare const twoWays: string[];
|
|
15
|
+
/**
|
|
16
|
+
* Chart Component
|
|
17
|
+
* ```html
|
|
18
|
+
* <ejschart></ejschart>
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class ChartComponent extends Chart implements IComponentBase {
|
|
22
|
+
private ngEle;
|
|
23
|
+
private srenderer;
|
|
24
|
+
private viewContainerRef;
|
|
25
|
+
private injector;
|
|
26
|
+
context: any;
|
|
27
|
+
tagObjects: any;
|
|
28
|
+
afterExport: any;
|
|
29
|
+
animationComplete: any;
|
|
30
|
+
annotationRender: any;
|
|
31
|
+
axisLabelClick: any;
|
|
32
|
+
axisLabelRender: any;
|
|
33
|
+
axisMultiLabelRender: any;
|
|
34
|
+
axisRangeCalculated: any;
|
|
35
|
+
beforeExport: any;
|
|
36
|
+
beforePrint: any;
|
|
37
|
+
beforeResize: any;
|
|
38
|
+
chartDoubleClick: any;
|
|
39
|
+
chartMouseClick: any;
|
|
40
|
+
chartMouseDown: any;
|
|
41
|
+
chartMouseLeave: any;
|
|
42
|
+
chartMouseMove: any;
|
|
43
|
+
chartMouseUp: any;
|
|
44
|
+
crosshairLabelRender: any;
|
|
45
|
+
drag: any;
|
|
46
|
+
dragComplete: any;
|
|
47
|
+
dragEnd: any;
|
|
48
|
+
dragStart: any;
|
|
49
|
+
legendClick: any;
|
|
50
|
+
legendRender: any;
|
|
51
|
+
load: any;
|
|
52
|
+
loaded: any;
|
|
53
|
+
multiLevelLabelClick: any;
|
|
54
|
+
onZooming: any;
|
|
55
|
+
pointClick: any;
|
|
56
|
+
pointDoubleClick: any;
|
|
57
|
+
pointMove: any;
|
|
58
|
+
pointRender: any;
|
|
59
|
+
resized: any;
|
|
60
|
+
scrollChanged: any;
|
|
61
|
+
scrollEnd: any;
|
|
62
|
+
scrollStart: any;
|
|
63
|
+
selectionComplete: any;
|
|
64
|
+
seriesRender: any;
|
|
65
|
+
sharedTooltipRender: any;
|
|
66
|
+
textRender: any;
|
|
67
|
+
tooltipRender: any;
|
|
68
|
+
zoomComplete: any;
|
|
69
|
+
dataSourceChange: any;
|
|
70
|
+
childSeries: QueryList<SeriesCollectionDirective>;
|
|
71
|
+
childAxes: QueryList<AxesDirective>;
|
|
72
|
+
childRows: QueryList<RowsDirective>;
|
|
73
|
+
childColumns: QueryList<ColumnsDirective>;
|
|
74
|
+
childRangeColorSettings: QueryList<RangeColorSettingsDirective>;
|
|
75
|
+
childAnnotations: QueryList<AnnotationsDirective>;
|
|
76
|
+
childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;
|
|
77
|
+
childIndicators: QueryList<IndicatorsDirective>;
|
|
78
|
+
tags: string[];
|
|
79
|
+
tooltip_template: any;
|
|
80
|
+
legendSettings_template: any;
|
|
81
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
82
|
+
ngOnInit(): void;
|
|
83
|
+
ngAfterViewInit(): void;
|
|
84
|
+
ngOnDestroy(): void;
|
|
85
|
+
ngAfterContentChecked(): void;
|
|
86
|
+
registerEvents: (eventList: string[]) => void;
|
|
87
|
+
addTwoWay: (propList: string[]) => void;
|
|
88
|
+
}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "./striplines.directive";
|
|
7
|
-
import * as i6 from "./categories.directive";
|
|
8
|
-
import * as i7 from "./multilevellabels.directive";
|
|
9
|
-
import * as i8 from "./axes.directive";
|
|
10
|
-
import * as i9 from "./rows.directive";
|
|
11
|
-
import * as i10 from "./columns.directive";
|
|
12
|
-
import * as i11 from "./rangecolorsettings.directive";
|
|
13
|
-
import * as i12 from "./annotations.directive";
|
|
14
|
-
import * as i13 from "./selecteddataindexes.directive";
|
|
15
|
-
import * as i14 from "./indicators.directive";
|
|
16
|
-
import * as i15 from "@angular/common";
|
|
17
|
-
/**
|
|
18
|
-
* NgModule definition for the Chart component.
|
|
19
|
-
*/
|
|
20
|
-
export declare class ChartModule {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
|
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
|
|
24
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Chart component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ChartModule {
|
|
5
|
+
}
|
|
@@ -1,35 +1,30 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
32
|
-
constructor();
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-chart>e-columns", never, {}, {}, ["children"]>;
|
|
35
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Column Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-columns><e-column></e-column><e-columns>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* Options to customize the border of the columns.
|
|
14
|
+
*/
|
|
15
|
+
border: any;
|
|
16
|
+
/**
|
|
17
|
+
* The width of the column as a string accepts input both as '100px' and '100%'.
|
|
18
|
+
* If specified as '100%', the column renders to the full width of its chart.
|
|
19
|
+
* @default '100%'
|
|
20
|
+
*/
|
|
21
|
+
width: any;
|
|
22
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Column Array Directive
|
|
26
|
+
* @private
|
|
27
|
+
*/
|
|
28
|
+
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
29
|
+
constructor();
|
|
30
|
+
}
|