@syncfusion/ej2-angular-charts 33.2.3-ngcc → 33.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3821 -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 +152 -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 +209 -0
- package/esm2020/src/chart/chart.component.mjs +538 -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 +69 -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/sankey/links.directive.mjs +54 -0
- package/esm2020/src/sankey/nodes.directive.mjs +54 -0
- package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
- package/esm2020/src/sankey/sankey.component.mjs +110 -0
- package/esm2020/src/sankey/sankey.module.mjs +43 -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 +350 -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 +4684 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4684 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +21 -15
- package/src/accumulation-chart/accumulationchart.component.d.ts +62 -59
- package/src/accumulation-chart/accumulationchart.module.d.ts +13 -5
- package/src/accumulation-chart/annotations.directive.d.ts +85 -80
- package/src/accumulation-chart/series.directive.d.ts +262 -257
- package/src/bullet-chart/bulletchart-all.module.d.ts +14 -8
- package/src/bullet-chart/bulletchart.component.d.ts +41 -38
- package/src/bullet-chart/bulletchart.module.d.ts +12 -5
- package/src/bullet-chart/ranges.directive.d.ts +73 -68
- package/src/chart/annotations.directive.d.ts +101 -96
- package/src/chart/axes.directive.d.ts +409 -404
- package/src/chart/categories.directive.d.ts +74 -69
- package/src/chart/chart-all.module.d.ts +73 -67
- package/src/chart/chart.component.d.ts +91 -88
- package/src/chart/chart.module.d.ts +24 -5
- package/src/chart/columns.directive.d.ts +35 -30
- package/src/chart/indicators.directive.d.ts +265 -260
- package/src/chart/multilevellabels.directive.d.ts +62 -57
- package/src/chart/rangecolorsettings.directive.d.ts +41 -36
- package/src/chart/rows.directive.d.ts +35 -30
- package/src/chart/segments.directive.d.ts +46 -41
- package/src/chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart/series.directive.d.ts +505 -500
- package/src/chart/striplines.directive.d.ts +171 -166
- package/src/chart/trendlines.directive.d.ts +127 -122
- package/src/chart3d/axes.directive.d.ts +271 -266
- package/src/chart3d/chart3d-all.module.d.ts +26 -20
- package/src/chart3d/chart3d.component.d.ts +65 -62
- package/src/chart3d/chart3d.module.d.ts +16 -5
- package/src/chart3d/columns.directive.d.ts +31 -26
- package/src/chart3d/rows.directive.d.ts +31 -26
- package/src/chart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/chart3d/series.directive.d.ts +177 -172
- package/src/circularchart3d/circularchart3d-all.module.d.ts +19 -13
- package/src/circularchart3d/circularchart3d.component.d.ts +58 -55
- package/src/circularchart3d/circularchart3d.module.d.ts +13 -5
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +37 -32
- package/src/circularchart3d/series.directive.d.ts +147 -142
- package/src/index.d.ts +68 -68
- package/src/range-navigator/rangenavigator-all.module.d.ts +14 -8
- package/src/range-navigator/rangenavigator.component.d.ts +44 -41
- package/src/range-navigator/rangenavigator.module.d.ts +12 -5
- package/src/range-navigator/series.directive.d.ts +83 -78
- package/src/sankey/links.directive.d.ts +46 -41
- package/src/sankey/nodes.directive.d.ts +49 -44
- package/src/sankey/sankey-all.module.d.ts +16 -10
- package/src/sankey/sankey.component.d.ts +56 -53
- package/src/sankey/sankey.module.d.ts +13 -5
- package/src/smithchart/series.directive.d.ts +93 -88
- package/src/smithchart/smithchart-all.module.d.ts +14 -8
- package/src/smithchart/smithchart.component.d.ts +44 -41
- package/src/smithchart/smithchart.module.d.ts +12 -5
- package/src/sparkline/rangebandsettings.directive.d.ts +38 -33
- package/src/sparkline/sparkline-all.module.d.ts +13 -7
- package/src/sparkline/sparkline.component.d.ts +46 -43
- package/src/sparkline/sparkline.module.d.ts +12 -5
- package/src/stock-chart/annotations.directive.d.ts +89 -84
- package/src/stock-chart/axes.directive.d.ts +291 -286
- package/src/stock-chart/indicators.directive.d.ts +226 -221
- package/src/stock-chart/periods.directive.d.ts +47 -42
- package/src/stock-chart/rows.directive.d.ts +35 -30
- package/src/stock-chart/selecteddataindexes.directive.d.ts +37 -32
- package/src/stock-chart/series.directive.d.ts +264 -259
- package/src/stock-chart/stockchart-all.module.d.ts +13 -7
- package/src/stock-chart/stockchart.component.d.ts +70 -67
- package/src/stock-chart/stockchart.module.d.ts +20 -5
- package/src/stock-chart/stockevents.directive.d.ts +88 -83
- package/src/stock-chart/trendlines.directive.d.ts +128 -123
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5388
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -5087
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-charts.umd.js +0 -6123
- 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 -14
- package/ej2-angular-charts.metadata.json +0 -1
|
@@ -1,142 +1,147 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-circular3d-series
|
|
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
|
-
|
|
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
|
-
|
|
115
|
-
*
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
*
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
*
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
*
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Circular3D Series Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-circular3d-series-collection>
|
|
8
|
+
* <e-circular3d-series></e-circular3d-series>
|
|
9
|
+
* </e-circular3d-series-collection>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Options for customizing the animation of the series.
|
|
17
|
+
*/
|
|
18
|
+
animation: any;
|
|
19
|
+
/**
|
|
20
|
+
* The data label settings for the circular 3D series.
|
|
21
|
+
*/
|
|
22
|
+
dataLabel: any;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
25
|
+
*
|
|
26
|
+
* @default ''
|
|
27
|
+
*/
|
|
28
|
+
dataSource: any;
|
|
29
|
+
/**
|
|
30
|
+
* Options to customize the appearance of empty points in the circular 3D series.
|
|
31
|
+
*/
|
|
32
|
+
emptyPointSettings: any;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies whether the tooltip is enabled or disabled for the circular 3D series.
|
|
35
|
+
* @default true
|
|
36
|
+
*/
|
|
37
|
+
enableTooltip: any;
|
|
38
|
+
/**
|
|
39
|
+
* If set true, series points will be exploded on mouse click or touch.
|
|
40
|
+
* @default false
|
|
41
|
+
*/
|
|
42
|
+
explode: any;
|
|
43
|
+
/**
|
|
44
|
+
* If set true, all the points in the series will get exploded on load.
|
|
45
|
+
* @default false
|
|
46
|
+
*/
|
|
47
|
+
explodeAll: any;
|
|
48
|
+
/**
|
|
49
|
+
* Index of the point to be exploded on load. Set to `null` for no explosion.
|
|
50
|
+
* @default null
|
|
51
|
+
*/
|
|
52
|
+
explodeIndex: any;
|
|
53
|
+
/**
|
|
54
|
+
* Distance of the point from the center, which takes values in both pixels and percentage.
|
|
55
|
+
* @default '30%'
|
|
56
|
+
*/
|
|
57
|
+
explodeOffset: any;
|
|
58
|
+
/**
|
|
59
|
+
* When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.
|
|
60
|
+
* @default '0'
|
|
61
|
+
*/
|
|
62
|
+
innerRadius: any;
|
|
63
|
+
/**
|
|
64
|
+
* The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.
|
|
65
|
+
* @default ''
|
|
66
|
+
*/
|
|
67
|
+
legendImageUrl: any;
|
|
68
|
+
/**
|
|
69
|
+
* The shape of the legend. Each series has its own legend shape. Available shapes:
|
|
70
|
+
* * Circle - Renders a circle.
|
|
71
|
+
* * Rectangle - Renders a rectangle.
|
|
72
|
+
* * Triangle - Renders a triangle.
|
|
73
|
+
* * Diamond - Renders a diamond.
|
|
74
|
+
* * Cross - Renders a cross.
|
|
75
|
+
* * HorizontalLine - Renders a horizontal line.
|
|
76
|
+
* * VerticalLine - Renders a vertical line.
|
|
77
|
+
* * Pentagon - Renders a pentagon.
|
|
78
|
+
* * InvertedTriangle - Renders an inverted triangle.
|
|
79
|
+
* * SeriesType -Render a legend shape based on series type.
|
|
80
|
+
* * Image - Render an image. *
|
|
81
|
+
* @default 'SeriesType'
|
|
82
|
+
*/
|
|
83
|
+
legendShape: any;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the series as displayed in the legend.
|
|
86
|
+
* @default ''
|
|
87
|
+
*/
|
|
88
|
+
name: any;
|
|
89
|
+
/**
|
|
90
|
+
* The opacity of the series.
|
|
91
|
+
* @default 1.
|
|
92
|
+
*/
|
|
93
|
+
opacity: any;
|
|
94
|
+
/**
|
|
95
|
+
* Palette configuration for the points in the circular 3D series.
|
|
96
|
+
* @default []
|
|
97
|
+
*/
|
|
98
|
+
palettes: any;
|
|
99
|
+
/**
|
|
100
|
+
* The DataSource field that contains the point colors.
|
|
101
|
+
* @default ''
|
|
102
|
+
*/
|
|
103
|
+
pointColorMapping: any;
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.
|
|
106
|
+
* @default null
|
|
107
|
+
*/
|
|
108
|
+
query: any;
|
|
109
|
+
/**
|
|
110
|
+
* Specifies the radius of the pie series in percentage. Set to `null` for default.
|
|
111
|
+
* @default null
|
|
112
|
+
*/
|
|
113
|
+
radius: any;
|
|
114
|
+
/**
|
|
115
|
+
* The data source field that contains the tooltip value.
|
|
116
|
+
* @default ''
|
|
117
|
+
*/
|
|
118
|
+
tooltipMappingName: any;
|
|
119
|
+
/**
|
|
120
|
+
* Specifies the visibility of the series.
|
|
121
|
+
* @default true
|
|
122
|
+
*/
|
|
123
|
+
visible: any;
|
|
124
|
+
/**
|
|
125
|
+
* The DataSource field that contains the x value
|
|
126
|
+
* @default ''
|
|
127
|
+
*/
|
|
128
|
+
xName: any;
|
|
129
|
+
/**
|
|
130
|
+
* The DataSource field that contains the y value.
|
|
131
|
+
* @default ''
|
|
132
|
+
*/
|
|
133
|
+
yName: any;
|
|
134
|
+
dataLabel_template: any;
|
|
135
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
136
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesDirective, never>;
|
|
137
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesDirective, "e-circularchart3d-series-collection>e-circularchart3d-series", never, { "animation": "animation"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "query": "query"; "radius": "radius"; "tooltipMappingName": "tooltipMappingName"; "visible": "visible"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* CircularChart3DSeries Array Directive
|
|
141
|
+
* @private
|
|
142
|
+
*/
|
|
143
|
+
export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
|
|
144
|
+
constructor();
|
|
145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CircularChart3DSeriesCollectionDirective, never>;
|
|
146
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularChart3DSeriesCollectionDirective, "ej-circularchart3d>e-circularchart3d-series-collection", never, {}, {}, ["children"]>;
|
|
147
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
export { TrendlineDirective, TrendlinesDirective } from './chart/trendlines.directive';
|
|
2
|
-
export { SegmentDirective, SegmentsDirective } from './chart/segments.directive';
|
|
3
|
-
export { SeriesDirective, SeriesCollectionDirective } from './chart/series.directive';
|
|
4
|
-
export { StripLineDirective, StripLinesDirective } from './chart/striplines.directive';
|
|
5
|
-
export { CategoryDirective, CategoriesDirective } from './chart/categories.directive';
|
|
6
|
-
export { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './chart/multilevellabels.directive';
|
|
7
|
-
export { AxisDirective, AxesDirective } from './chart/axes.directive';
|
|
8
|
-
export { RowDirective, RowsDirective } from './chart/rows.directive';
|
|
9
|
-
export { ColumnDirective, ColumnsDirective } from './chart/columns.directive';
|
|
10
|
-
export { RangeColorSettingDirective, RangeColorSettingsDirective } from './chart/rangecolorsettings.directive';
|
|
11
|
-
export { AnnotationDirective, AnnotationsDirective } from './chart/annotations.directive';
|
|
12
|
-
export { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './chart/selecteddataindexes.directive';
|
|
13
|
-
export { IndicatorDirective, IndicatorsDirective } from './chart/indicators.directive';
|
|
14
|
-
export { ChartComponent } from './chart/chart.component';
|
|
15
|
-
export { ChartModule } from './chart/chart.module';
|
|
16
|
-
export { ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService, SeriesLabelService } from './chart/chart-all.module';
|
|
17
|
-
export { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './accumulation-chart/series.directive';
|
|
18
|
-
export { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './accumulation-chart/annotations.directive';
|
|
19
|
-
export { AccumulationChartComponent } from './accumulation-chart/accumulationchart.component';
|
|
20
|
-
export { AccumulationChartModule } from './accumulation-chart/accumulationchart.module';
|
|
21
|
-
export { AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService } from './accumulation-chart/accumulationchart-all.module';
|
|
22
|
-
export { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './range-navigator/series.directive';
|
|
23
|
-
export { RangeNavigatorComponent } from './range-navigator/rangenavigator.component';
|
|
24
|
-
export { RangeNavigatorModule } from './range-navigator/rangenavigator.module';
|
|
25
|
-
export { RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService } from './range-navigator/rangenavigator-all.module';
|
|
26
|
-
export { RangeBandSettingDirective, RangeBandSettingsDirective } from './sparkline/rangebandsettings.directive';
|
|
27
|
-
export { SparklineComponent } from './sparkline/sparkline.component';
|
|
28
|
-
export { SparklineModule } from './sparkline/sparkline.module';
|
|
29
|
-
export { SparklineAllModule, SparklineTooltipService } from './sparkline/sparkline-all.module';
|
|
30
|
-
export { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './smithchart/series.directive';
|
|
31
|
-
export { SmithchartComponent } from './smithchart/smithchart.component';
|
|
32
|
-
export { SmithchartModule } from './smithchart/smithchart.module';
|
|
33
|
-
export { SmithchartAllModule, SmithchartLegendService, TooltipRenderService } from './smithchart/smithchart-all.module';
|
|
34
|
-
export { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './stock-chart/trendlines.directive';
|
|
35
|
-
export { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './stock-chart/series.directive';
|
|
36
|
-
export { StockChartAxisDirective, StockChartAxesDirective } from './stock-chart/axes.directive';
|
|
37
|
-
export { StockChartRowDirective, StockChartRowsDirective } from './stock-chart/rows.directive';
|
|
38
|
-
export { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './stock-chart/annotations.directive';
|
|
39
|
-
export { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './stock-chart/selecteddataindexes.directive';
|
|
40
|
-
export { StockChartPeriodDirective, StockChartPeriodsDirective } from './stock-chart/periods.directive';
|
|
41
|
-
export { StockEventDirective, StockEventsDirective } from './stock-chart/stockevents.directive';
|
|
42
|
-
export { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './stock-chart/indicators.directive';
|
|
43
|
-
export { StockChartComponent } from './stock-chart/stockchart.component';
|
|
44
|
-
export { StockChartModule } from './stock-chart/stockchart.module';
|
|
45
|
-
export { StockChartAllModule, StockLegendService } from './stock-chart/stockchart-all.module';
|
|
46
|
-
export { BulletRangeDirective, BulletRangeCollectionDirective } from './bullet-chart/ranges.directive';
|
|
47
|
-
export { BulletChartComponent } from './bullet-chart/bulletchart.component';
|
|
48
|
-
export { BulletChartModule } from './bullet-chart/bulletchart.module';
|
|
49
|
-
export { BulletChartAllModule, BulletTooltipService, BulletChartLegendService } from './bullet-chart/bulletchart-all.module';
|
|
50
|
-
export { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './chart3d/series.directive';
|
|
51
|
-
export { Chart3DAxisDirective, Chart3DAxesDirective } from './chart3d/axes.directive';
|
|
52
|
-
export { Chart3DRowDirective, Chart3DRowsDirective } from './chart3d/rows.directive';
|
|
53
|
-
export { Chart3DColumnDirective, Chart3DColumnsDirective } from './chart3d/columns.directive';
|
|
54
|
-
export { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './chart3d/selecteddataindexes.directive';
|
|
55
|
-
export { Chart3DComponent } from './chart3d/chart3d.component';
|
|
56
|
-
export { Chart3DModule } from './chart3d/chart3d.module';
|
|
57
|
-
export { Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService } from './chart3d/chart3d-all.module';
|
|
58
|
-
export { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './circularchart3d/series.directive';
|
|
59
|
-
export { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './circularchart3d/selecteddataindexes.directive';
|
|
60
|
-
export { CircularChart3DComponent } from './circularchart3d/circularchart3d.component';
|
|
61
|
-
export { CircularChart3DModule } from './circularchart3d/circularchart3d.module';
|
|
62
|
-
export { CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService } from './circularchart3d/circularchart3d-all.module';
|
|
63
|
-
export { SankeyNodeDirective, SankeyNodesCollectionDirective } from './sankey/nodes.directive';
|
|
64
|
-
export { SankeyLinkDirective, SankeyLinksCollectionDirective } from './sankey/links.directive';
|
|
65
|
-
export { SankeyComponent } from './sankey/sankey.component';
|
|
66
|
-
export { SankeyModule } from './sankey/sankey.module';
|
|
67
|
-
export { SankeyAllModule, SankeyLegendService, SankeyTooltipService, SankeyHighlightService, SankeyExportService } from './sankey/sankey-all.module';
|
|
68
|
-
export * from '@syncfusion/ej2-charts';
|
|
1
|
+
export { TrendlineDirective, TrendlinesDirective } from './chart/trendlines.directive';
|
|
2
|
+
export { SegmentDirective, SegmentsDirective } from './chart/segments.directive';
|
|
3
|
+
export { SeriesDirective, SeriesCollectionDirective } from './chart/series.directive';
|
|
4
|
+
export { StripLineDirective, StripLinesDirective } from './chart/striplines.directive';
|
|
5
|
+
export { CategoryDirective, CategoriesDirective } from './chart/categories.directive';
|
|
6
|
+
export { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './chart/multilevellabels.directive';
|
|
7
|
+
export { AxisDirective, AxesDirective } from './chart/axes.directive';
|
|
8
|
+
export { RowDirective, RowsDirective } from './chart/rows.directive';
|
|
9
|
+
export { ColumnDirective, ColumnsDirective } from './chart/columns.directive';
|
|
10
|
+
export { RangeColorSettingDirective, RangeColorSettingsDirective } from './chart/rangecolorsettings.directive';
|
|
11
|
+
export { AnnotationDirective, AnnotationsDirective } from './chart/annotations.directive';
|
|
12
|
+
export { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './chart/selecteddataindexes.directive';
|
|
13
|
+
export { IndicatorDirective, IndicatorsDirective } from './chart/indicators.directive';
|
|
14
|
+
export { ChartComponent } from './chart/chart.component';
|
|
15
|
+
export { ChartModule } from './chart/chart.module';
|
|
16
|
+
export { ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService, SeriesLabelService } from './chart/chart-all.module';
|
|
17
|
+
export { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './accumulation-chart/series.directive';
|
|
18
|
+
export { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './accumulation-chart/annotations.directive';
|
|
19
|
+
export { AccumulationChartComponent } from './accumulation-chart/accumulationchart.component';
|
|
20
|
+
export { AccumulationChartModule } from './accumulation-chart/accumulationchart.module';
|
|
21
|
+
export { AccumulationChartAllModule, PieSeriesService, FunnelSeriesService, PyramidSeriesService, AccumulationTooltipService, AccumulationLegendService, AccumulationSelectionService, AccumulationHighlightService, AccumulationDataLabelService, AccumulationAnnotationService } from './accumulation-chart/accumulationchart-all.module';
|
|
22
|
+
export { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './range-navigator/series.directive';
|
|
23
|
+
export { RangeNavigatorComponent } from './range-navigator/rangenavigator.component';
|
|
24
|
+
export { RangeNavigatorModule } from './range-navigator/rangenavigator.module';
|
|
25
|
+
export { RangeNavigatorAllModule, RangeTooltipService, PeriodSelectorService } from './range-navigator/rangenavigator-all.module';
|
|
26
|
+
export { RangeBandSettingDirective, RangeBandSettingsDirective } from './sparkline/rangebandsettings.directive';
|
|
27
|
+
export { SparklineComponent } from './sparkline/sparkline.component';
|
|
28
|
+
export { SparklineModule } from './sparkline/sparkline.module';
|
|
29
|
+
export { SparklineAllModule, SparklineTooltipService } from './sparkline/sparkline-all.module';
|
|
30
|
+
export { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './smithchart/series.directive';
|
|
31
|
+
export { SmithchartComponent } from './smithchart/smithchart.component';
|
|
32
|
+
export { SmithchartModule } from './smithchart/smithchart.module';
|
|
33
|
+
export { SmithchartAllModule, SmithchartLegendService, TooltipRenderService } from './smithchart/smithchart-all.module';
|
|
34
|
+
export { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './stock-chart/trendlines.directive';
|
|
35
|
+
export { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './stock-chart/series.directive';
|
|
36
|
+
export { StockChartAxisDirective, StockChartAxesDirective } from './stock-chart/axes.directive';
|
|
37
|
+
export { StockChartRowDirective, StockChartRowsDirective } from './stock-chart/rows.directive';
|
|
38
|
+
export { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './stock-chart/annotations.directive';
|
|
39
|
+
export { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './stock-chart/selecteddataindexes.directive';
|
|
40
|
+
export { StockChartPeriodDirective, StockChartPeriodsDirective } from './stock-chart/periods.directive';
|
|
41
|
+
export { StockEventDirective, StockEventsDirective } from './stock-chart/stockevents.directive';
|
|
42
|
+
export { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './stock-chart/indicators.directive';
|
|
43
|
+
export { StockChartComponent } from './stock-chart/stockchart.component';
|
|
44
|
+
export { StockChartModule } from './stock-chart/stockchart.module';
|
|
45
|
+
export { StockChartAllModule, StockLegendService } from './stock-chart/stockchart-all.module';
|
|
46
|
+
export { BulletRangeDirective, BulletRangeCollectionDirective } from './bullet-chart/ranges.directive';
|
|
47
|
+
export { BulletChartComponent } from './bullet-chart/bulletchart.component';
|
|
48
|
+
export { BulletChartModule } from './bullet-chart/bulletchart.module';
|
|
49
|
+
export { BulletChartAllModule, BulletTooltipService, BulletChartLegendService } from './bullet-chart/bulletchart-all.module';
|
|
50
|
+
export { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './chart3d/series.directive';
|
|
51
|
+
export { Chart3DAxisDirective, Chart3DAxesDirective } from './chart3d/axes.directive';
|
|
52
|
+
export { Chart3DRowDirective, Chart3DRowsDirective } from './chart3d/rows.directive';
|
|
53
|
+
export { Chart3DColumnDirective, Chart3DColumnsDirective } from './chart3d/columns.directive';
|
|
54
|
+
export { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './chart3d/selecteddataindexes.directive';
|
|
55
|
+
export { Chart3DComponent } from './chart3d/chart3d.component';
|
|
56
|
+
export { Chart3DModule } from './chart3d/chart3d.module';
|
|
57
|
+
export { Chart3DAllModule, ColumnSeries3DService, StackingColumnSeries3DService, BarSeries3DService, StackingBarSeries3DService, Category3DService, DateTime3DService, DateTimeCategory3DService, Logarithmic3DService, Tooltip3DService, Legend3DService, DataLabel3DService, Selection3DService, Export3DService, Highlight3DService } from './chart3d/chart3d-all.module';
|
|
58
|
+
export { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './circularchart3d/series.directive';
|
|
59
|
+
export { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './circularchart3d/selecteddataindexes.directive';
|
|
60
|
+
export { CircularChart3DComponent } from './circularchart3d/circularchart3d.component';
|
|
61
|
+
export { CircularChart3DModule } from './circularchart3d/circularchart3d.module';
|
|
62
|
+
export { CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService } from './circularchart3d/circularchart3d-all.module';
|
|
63
|
+
export { SankeyNodeDirective, SankeyNodesCollectionDirective } from './sankey/nodes.directive';
|
|
64
|
+
export { SankeyLinkDirective, SankeyLinksCollectionDirective } from './sankey/links.directive';
|
|
65
|
+
export { SankeyComponent } from './sankey/sankey.component';
|
|
66
|
+
export { SankeyModule } from './sankey/sankey.module';
|
|
67
|
+
export { SankeyAllModule, SankeyLegendService, SankeyTooltipService, SankeyHighlightService, SankeyExportService } from './sankey/sankey-all.module';
|
|
68
|
+
export * from '@syncfusion/ej2-charts';
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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 "./rangenavigator.module";
|
|
5
|
+
export declare const RangeTooltipService: ValueProvider;
|
|
6
|
+
export declare const PeriodSelectorService: ValueProvider;
|
|
7
|
+
/**
|
|
8
|
+
* NgModule definition for the RangeNavigator component with providers.
|
|
9
|
+
*/
|
|
10
|
+
export declare class RangeNavigatorAllModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorAllModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorAllModule, never, [typeof i1.CommonModule, typeof i2.RangeNavigatorModule], [typeof i2.RangeNavigatorModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorAllModule>;
|
|
14
|
+
}
|
|
@@ -1,41 +1,44 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { RangeNavigator } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { RangenavigatorSeriesCollectionDirective } from './series.directive';
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { RangeNavigator } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { RangenavigatorSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* RangeNavigator Component
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-rangenavigator></ejs-rangenavigator>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
beforePrint: any;
|
|
23
|
+
beforeResize: any;
|
|
24
|
+
changed: any;
|
|
25
|
+
labelRender: any;
|
|
26
|
+
load: any;
|
|
27
|
+
loaded: any;
|
|
28
|
+
resized: any;
|
|
29
|
+
selectorRender: any;
|
|
30
|
+
tooltipRender: any;
|
|
31
|
+
dataSourceChange: any;
|
|
32
|
+
childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;
|
|
33
|
+
tags: string[];
|
|
34
|
+
tooltip_template: any;
|
|
35
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
ngAfterViewInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
ngAfterContentChecked(): void;
|
|
40
|
+
registerEvents: (eventList: string[]) => void;
|
|
41
|
+
addTwoWay: (propList: string[]) => void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangeNavigatorComponent, "ejs-rangenavigator", never, { "allowIntervalData": "allowIntervalData"; "allowSnapping": "allowSnapping"; "animationDuration": "animationDuration"; "background": "background"; "dataSource": "dataSource"; "disableRangeSelector": "disableRangeSelector"; "enableDeferredUpdate": "enableDeferredUpdate"; "enableGrouping": "enableGrouping"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "groupBy": "groupBy"; "height": "height"; "interval": "interval"; "intervalType": "intervalType"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "locale": "locale"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "navigatorBorder": "navigatorBorder"; "navigatorStyleSettings": "navigatorStyleSettings"; "periodSelectorSettings": "periodSelectorSettings"; "query": "query"; "secondaryLabelAlignment": "secondaryLabelAlignment"; "series": "series"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "theme": "theme"; "tickPosition": "tickPosition"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "value": "value"; "valueType": "valueType"; "width": "width"; "xName": "xName"; "yName": "yName"; }, { "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "changed": "changed"; "labelRender": "labelRender"; "load": "load"; "loaded": "loaded"; "resized": "resized"; "selectorRender": "selectorRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries"], never>;
|
|
44
|
+
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./rangenavigator.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
/**
|
|
6
|
+
* NgModule definition for the RangeNavigator component.
|
|
7
|
+
*/
|
|
8
|
+
export declare class RangeNavigatorModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeNavigatorModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RangeNavigatorModule, [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective], [typeof i3.CommonModule], [typeof i1.RangeNavigatorComponent, typeof i2.RangenavigatorSeriesDirective, typeof i2.RangenavigatorSeriesCollectionDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RangeNavigatorModule>;
|
|
12
|
+
}
|