@syncfusion/ej2-angular-charts 29.2.11-ngcc → 30.1.37-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 +5028 -5012
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +4616 -4600
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/{license → LICENSE} +10 -10
- package/dist/ej2-angular-charts.umd.js +5022 -5003
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.d.ts +13 -13
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +4 -4
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -15
- package/src/accumulation-chart/accumulationchart.component.d.ts +58 -58
- package/src/accumulation-chart/accumulationchart.module.d.ts +5 -5
- package/src/accumulation-chart/annotations.directive.d.ts +78 -78
- package/src/accumulation-chart/series.directive.d.ts +244 -244
- package/src/bullet-chart/bulletchart-all.module.d.ts +8 -8
- package/src/bullet-chart/bulletchart.component.d.ts +38 -38
- package/src/bullet-chart/bulletchart.module.d.ts +5 -5
- package/src/bullet-chart/ranges.directive.d.ts +68 -68
- package/src/chart/annotations.directive.d.ts +93 -93
- package/src/chart/axes.directive.d.ts +381 -387
- package/src/chart/categories.directive.d.ts +69 -69
- package/src/chart/chart-all.module.d.ts +66 -65
- package/src/chart/chart.component.d.ts +86 -86
- package/src/chart/chart.module.d.ts +5 -5
- package/src/chart/columns.directive.d.ts +30 -30
- package/src/chart/indicators.directive.d.ts +250 -250
- package/src/chart/multilevellabels.directive.d.ts +57 -57
- package/src/chart/rangecolorsettings.directive.d.ts +36 -36
- package/src/chart/rows.directive.d.ts +30 -30
- package/src/chart/segments.directive.d.ts +41 -41
- package/src/chart/selecteddataindexes.directive.d.ts +32 -32
- package/src/chart/series.directive.d.ts +483 -479
- package/src/chart/striplines.directive.d.ts +166 -166
- package/src/chart/trendlines.directive.d.ts +111 -111
- package/src/chart3d/axes.directive.d.ts +265 -265
- package/src/chart3d/chart3d-all.module.d.ts +20 -20
- package/src/chart3d/chart3d.component.d.ts +62 -62
- package/src/chart3d/chart3d.module.d.ts +5 -5
- package/src/chart3d/columns.directive.d.ts +26 -26
- package/src/chart3d/rows.directive.d.ts +26 -26
- package/src/chart3d/selecteddataindexes.directive.d.ts +32 -32
- package/src/chart3d/series.directive.d.ts +172 -172
- package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -13
- package/src/circularchart3d/circularchart3d.component.d.ts +55 -55
- package/src/circularchart3d/circularchart3d.module.d.ts +5 -5
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -32
- package/src/circularchart3d/series.directive.d.ts +142 -142
- package/src/index.d.ts +63 -63
- package/src/range-navigator/rangenavigator-all.module.d.ts +8 -8
- package/src/range-navigator/rangenavigator.component.d.ts +41 -41
- package/src/range-navigator/rangenavigator.module.d.ts +5 -5
- package/src/range-navigator/series.directive.d.ts +78 -78
- package/src/smithchart/series.directive.d.ts +88 -88
- package/src/smithchart/smithchart-all.module.d.ts +8 -8
- package/src/smithchart/smithchart.component.d.ts +41 -41
- package/src/smithchart/smithchart.module.d.ts +5 -5
- package/src/sparkline/rangebandsettings.directive.d.ts +33 -33
- package/src/sparkline/sparkline-all.module.d.ts +7 -7
- package/src/sparkline/sparkline.component.d.ts +43 -43
- package/src/sparkline/sparkline.module.d.ts +5 -5
- package/src/stock-chart/annotations.directive.d.ts +84 -84
- package/src/stock-chart/axes.directive.d.ts +286 -286
- package/src/stock-chart/indicators.directive.d.ts +208 -208
- package/src/stock-chart/periods.directive.d.ts +42 -42
- package/src/stock-chart/rows.directive.d.ts +30 -30
- package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -32
- package/src/stock-chart/series.directive.d.ts +242 -238
- package/src/stock-chart/stockchart-all.module.d.ts +7 -7
- package/src/stock-chart/stockchart.component.d.ts +65 -65
- package/src/stock-chart/stockchart.module.d.ts +5 -5
- package/src/stock-chart/stockevents.directive.d.ts +83 -83
- package/src/stock-chart/trendlines.directive.d.ts +112 -112
|
@@ -1,69 +1,69 @@
|
|
|
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
|
+
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,65 +1,66 @@
|
|
|
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
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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
|
+
/**
|
|
63
|
+
* NgModule definition for the Chart component with providers.
|
|
64
|
+
*/
|
|
65
|
+
export declare class ChartAllModule {
|
|
66
|
+
}
|
|
@@ -1,86 +1,86 @@
|
|
|
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
|
-
drag: any;
|
|
45
|
-
dragComplete: any;
|
|
46
|
-
dragEnd: any;
|
|
47
|
-
dragStart: any;
|
|
48
|
-
legendClick: any;
|
|
49
|
-
legendRender: any;
|
|
50
|
-
load: any;
|
|
51
|
-
loaded: any;
|
|
52
|
-
multiLevelLabelClick: any;
|
|
53
|
-
onZooming: any;
|
|
54
|
-
pointClick: any;
|
|
55
|
-
pointDoubleClick: any;
|
|
56
|
-
pointMove: any;
|
|
57
|
-
pointRender: any;
|
|
58
|
-
resized: any;
|
|
59
|
-
scrollChanged: any;
|
|
60
|
-
scrollEnd: any;
|
|
61
|
-
scrollStart: any;
|
|
62
|
-
selectionComplete: any;
|
|
63
|
-
seriesRender: any;
|
|
64
|
-
sharedTooltipRender: any;
|
|
65
|
-
textRender: any;
|
|
66
|
-
tooltipRender: any;
|
|
67
|
-
zoomComplete: any;
|
|
68
|
-
dataSourceChange: any;
|
|
69
|
-
childSeries: QueryList<SeriesCollectionDirective>;
|
|
70
|
-
childAxes: QueryList<AxesDirective>;
|
|
71
|
-
childRows: QueryList<RowsDirective>;
|
|
72
|
-
childColumns: QueryList<ColumnsDirective>;
|
|
73
|
-
childRangeColorSettings: QueryList<RangeColorSettingsDirective>;
|
|
74
|
-
childAnnotations: QueryList<AnnotationsDirective>;
|
|
75
|
-
childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;
|
|
76
|
-
childIndicators: QueryList<IndicatorsDirective>;
|
|
77
|
-
tags: string[];
|
|
78
|
-
tooltip_template: any;
|
|
79
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
80
|
-
ngOnInit(): void;
|
|
81
|
-
ngAfterViewInit(): void;
|
|
82
|
-
ngOnDestroy(): void;
|
|
83
|
-
ngAfterContentChecked(): void;
|
|
84
|
-
registerEvents: (eventList: string[]) => void;
|
|
85
|
-
addTwoWay: (propList: string[]) => void;
|
|
86
|
-
}
|
|
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
|
+
drag: any;
|
|
45
|
+
dragComplete: any;
|
|
46
|
+
dragEnd: any;
|
|
47
|
+
dragStart: any;
|
|
48
|
+
legendClick: any;
|
|
49
|
+
legendRender: any;
|
|
50
|
+
load: any;
|
|
51
|
+
loaded: any;
|
|
52
|
+
multiLevelLabelClick: any;
|
|
53
|
+
onZooming: any;
|
|
54
|
+
pointClick: any;
|
|
55
|
+
pointDoubleClick: any;
|
|
56
|
+
pointMove: any;
|
|
57
|
+
pointRender: any;
|
|
58
|
+
resized: any;
|
|
59
|
+
scrollChanged: any;
|
|
60
|
+
scrollEnd: any;
|
|
61
|
+
scrollStart: any;
|
|
62
|
+
selectionComplete: any;
|
|
63
|
+
seriesRender: any;
|
|
64
|
+
sharedTooltipRender: any;
|
|
65
|
+
textRender: any;
|
|
66
|
+
tooltipRender: any;
|
|
67
|
+
zoomComplete: any;
|
|
68
|
+
dataSourceChange: any;
|
|
69
|
+
childSeries: QueryList<SeriesCollectionDirective>;
|
|
70
|
+
childAxes: QueryList<AxesDirective>;
|
|
71
|
+
childRows: QueryList<RowsDirective>;
|
|
72
|
+
childColumns: QueryList<ColumnsDirective>;
|
|
73
|
+
childRangeColorSettings: QueryList<RangeColorSettingsDirective>;
|
|
74
|
+
childAnnotations: QueryList<AnnotationsDirective>;
|
|
75
|
+
childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;
|
|
76
|
+
childIndicators: QueryList<IndicatorsDirective>;
|
|
77
|
+
tags: string[];
|
|
78
|
+
tooltip_template: any;
|
|
79
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
80
|
+
ngOnInit(): void;
|
|
81
|
+
ngAfterViewInit(): void;
|
|
82
|
+
ngOnDestroy(): void;
|
|
83
|
+
ngAfterContentChecked(): void;
|
|
84
|
+
registerEvents: (eventList: string[]) => void;
|
|
85
|
+
addTwoWay: (propList: string[]) => void;
|
|
86
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the Chart component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ChartModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Chart component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ChartModule {
|
|
5
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|