@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,13 +1,13 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
export declare const PieSeries3DService: ValueProvider;
|
|
3
|
-
export declare const CircularChartTooltip3DService: ValueProvider;
|
|
4
|
-
export declare const CircularChartLegend3DService: ValueProvider;
|
|
5
|
-
export declare const CircularChartSelection3DService: ValueProvider;
|
|
6
|
-
export declare const CircularChartDataLabel3DService: ValueProvider;
|
|
7
|
-
export declare const CircularChartHighlight3DService: ValueProvider;
|
|
8
|
-
export declare const CircularChartExport3DService: ValueProvider;
|
|
9
|
-
/**
|
|
10
|
-
* NgModule definition for the CircularChart3D component with providers.
|
|
11
|
-
*/
|
|
12
|
-
export declare class CircularChart3DAllModule {
|
|
13
|
-
}
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const PieSeries3DService: ValueProvider;
|
|
3
|
+
export declare const CircularChartTooltip3DService: ValueProvider;
|
|
4
|
+
export declare const CircularChartLegend3DService: ValueProvider;
|
|
5
|
+
export declare const CircularChartSelection3DService: ValueProvider;
|
|
6
|
+
export declare const CircularChartDataLabel3DService: ValueProvider;
|
|
7
|
+
export declare const CircularChartHighlight3DService: ValueProvider;
|
|
8
|
+
export declare const CircularChartExport3DService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the CircularChart3D component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class CircularChart3DAllModule {
|
|
13
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { CircularChart3D } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { CircularChart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
-
import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
6
|
-
export declare const inputs: string[];
|
|
7
|
-
export declare const outputs: string[];
|
|
8
|
-
export declare const twoWays: string[];
|
|
9
|
-
/**
|
|
10
|
-
* CircularChart3D Component
|
|
11
|
-
* ```html
|
|
12
|
-
* <ejs-circularchart3d></ejs-circularchart3d>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class CircularChart3DComponent extends CircularChart3D implements IComponentBase {
|
|
16
|
-
private ngEle;
|
|
17
|
-
private srenderer;
|
|
18
|
-
private viewContainerRef;
|
|
19
|
-
private injector;
|
|
20
|
-
context: any;
|
|
21
|
-
tagObjects: any;
|
|
22
|
-
afterExport: any;
|
|
23
|
-
beforeExport: any;
|
|
24
|
-
beforePrint: any;
|
|
25
|
-
beforeResize: any;
|
|
26
|
-
circularChart3DMouseClick: any;
|
|
27
|
-
circularChart3DMouseDown: any;
|
|
28
|
-
circularChart3DMouseLeave: any;
|
|
29
|
-
circularChart3DMouseMove: any;
|
|
30
|
-
circularChart3DMouseUp: any;
|
|
31
|
-
legendClick: any;
|
|
32
|
-
legendRender: any;
|
|
33
|
-
load: any;
|
|
34
|
-
loaded: any;
|
|
35
|
-
pointClick: any;
|
|
36
|
-
pointMove: any;
|
|
37
|
-
pointRender: any;
|
|
38
|
-
resized: any;
|
|
39
|
-
selectionComplete: any;
|
|
40
|
-
seriesRender: any;
|
|
41
|
-
textRender: any;
|
|
42
|
-
tooltipRender: any;
|
|
43
|
-
dataSourceChange: any;
|
|
44
|
-
childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;
|
|
45
|
-
childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;
|
|
46
|
-
tags: string[];
|
|
47
|
-
tooltip_template: any;
|
|
48
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
49
|
-
ngOnInit(): void;
|
|
50
|
-
ngAfterViewInit(): void;
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
ngAfterContentChecked(): void;
|
|
53
|
-
registerEvents: (eventList: string[]) => void;
|
|
54
|
-
addTwoWay: (propList: string[]) => void;
|
|
55
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { CircularChart3D } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { CircularChart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* CircularChart3D Component
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-circularchart3d></ejs-circularchart3d>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class CircularChart3DComponent extends CircularChart3D implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
afterExport: any;
|
|
23
|
+
beforeExport: any;
|
|
24
|
+
beforePrint: any;
|
|
25
|
+
beforeResize: any;
|
|
26
|
+
circularChart3DMouseClick: any;
|
|
27
|
+
circularChart3DMouseDown: any;
|
|
28
|
+
circularChart3DMouseLeave: any;
|
|
29
|
+
circularChart3DMouseMove: any;
|
|
30
|
+
circularChart3DMouseUp: any;
|
|
31
|
+
legendClick: any;
|
|
32
|
+
legendRender: any;
|
|
33
|
+
load: any;
|
|
34
|
+
loaded: any;
|
|
35
|
+
pointClick: any;
|
|
36
|
+
pointMove: any;
|
|
37
|
+
pointRender: any;
|
|
38
|
+
resized: any;
|
|
39
|
+
selectionComplete: any;
|
|
40
|
+
seriesRender: any;
|
|
41
|
+
textRender: any;
|
|
42
|
+
tooltipRender: any;
|
|
43
|
+
dataSourceChange: any;
|
|
44
|
+
childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;
|
|
45
|
+
childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;
|
|
46
|
+
tags: string[];
|
|
47
|
+
tooltip_template: any;
|
|
48
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
ngAfterViewInit(): void;
|
|
51
|
+
ngOnDestroy(): void;
|
|
52
|
+
ngAfterContentChecked(): void;
|
|
53
|
+
registerEvents: (eventList: string[]) => void;
|
|
54
|
+
addTwoWay: (propList: string[]) => void;
|
|
55
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the CircularChart3D component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class CircularChart3DModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the CircularChart3D component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class CircularChart3DModule {
|
|
5
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Selected Data Directive
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
|
|
7
|
-
* ```
|
|
8
|
-
*/
|
|
9
|
-
export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {
|
|
10
|
-
private viewContainerRef;
|
|
11
|
-
directivePropList: any;
|
|
12
|
-
/**
|
|
13
|
-
* Specifies the index of the data point within the series.
|
|
14
|
-
* @default 0
|
|
15
|
-
* @asptype int
|
|
16
|
-
*/
|
|
17
|
-
point: any;
|
|
18
|
-
/**
|
|
19
|
-
* Specifies the index of the series.
|
|
20
|
-
* @default 0
|
|
21
|
-
* @asptype int
|
|
22
|
-
*/
|
|
23
|
-
series: any;
|
|
24
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* CircularChart3DSelectedDataIndex Array Directive
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
|
|
31
|
-
constructor();
|
|
32
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Selected Data Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the index of the data point within the series.
|
|
14
|
+
* @default 0
|
|
15
|
+
* @asptype int
|
|
16
|
+
*/
|
|
17
|
+
point: any;
|
|
18
|
+
/**
|
|
19
|
+
* Specifies the index of the series.
|
|
20
|
+
* @default 0
|
|
21
|
+
* @asptype int
|
|
22
|
+
*/
|
|
23
|
+
series: any;
|
|
24
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* CircularChart3DSelectedDataIndex Array Directive
|
|
28
|
+
* @private
|
|
29
|
+
*/
|
|
30
|
+
export declare class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {
|
|
31
|
+
constructor();
|
|
32
|
+
}
|
|
@@ -1,142 +1,142 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Circular3D Series Directive
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-circular3d-series-collection>
|
|
7
|
-
* <e-circular3d-series></e-circular3d-series>
|
|
8
|
-
* </e-circular3d-series-collection>
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {
|
|
12
|
-
private viewContainerRef;
|
|
13
|
-
directivePropList: any;
|
|
14
|
-
/**
|
|
15
|
-
* Options for customizing the animation of the series.
|
|
16
|
-
*/
|
|
17
|
-
animation: any;
|
|
18
|
-
/**
|
|
19
|
-
* The data label settings for the circular 3D series.
|
|
20
|
-
*/
|
|
21
|
-
dataLabel: any;
|
|
22
|
-
/**
|
|
23
|
-
* Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
24
|
-
*
|
|
25
|
-
* @default ''
|
|
26
|
-
*/
|
|
27
|
-
dataSource: any;
|
|
28
|
-
/**
|
|
29
|
-
* Options to customize the appearance of empty points in the circular 3D series.
|
|
30
|
-
*/
|
|
31
|
-
emptyPointSettings: any;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies whether the tooltip is enabled or disabled for the circular 3D series.
|
|
34
|
-
* @default true
|
|
35
|
-
*/
|
|
36
|
-
enableTooltip: any;
|
|
37
|
-
/**
|
|
38
|
-
* If set true, series points will be exploded on mouse click or touch.
|
|
39
|
-
* @default false
|
|
40
|
-
*/
|
|
41
|
-
explode: any;
|
|
42
|
-
/**
|
|
43
|
-
* If set true, all the points in the series will get exploded on load.
|
|
44
|
-
* @default false
|
|
45
|
-
*/
|
|
46
|
-
explodeAll: any;
|
|
47
|
-
/**
|
|
48
|
-
* Index of the point to be exploded on load. Set to `null` for no explosion.
|
|
49
|
-
* @default null
|
|
50
|
-
*/
|
|
51
|
-
explodeIndex: any;
|
|
52
|
-
/**
|
|
53
|
-
* Distance of the point from the center, which takes values in both pixels and percentage.
|
|
54
|
-
* @default '30%'
|
|
55
|
-
*/
|
|
56
|
-
explodeOffset: any;
|
|
57
|
-
/**
|
|
58
|
-
* When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.
|
|
59
|
-
* @default '0'
|
|
60
|
-
*/
|
|
61
|
-
innerRadius: any;
|
|
62
|
-
/**
|
|
63
|
-
* The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.
|
|
64
|
-
* @default ''
|
|
65
|
-
*/
|
|
66
|
-
legendImageUrl: any;
|
|
67
|
-
/**
|
|
68
|
-
* The shape of the legend. Each series has its own legend shape. Available shapes:
|
|
69
|
-
* * Circle - Renders a circle.
|
|
70
|
-
* * Rectangle - Renders a rectangle.
|
|
71
|
-
* * Triangle - Renders a triangle.
|
|
72
|
-
* * Diamond - Renders a diamond.
|
|
73
|
-
* * Cross - Renders a cross.
|
|
74
|
-
* * HorizontalLine - Renders a horizontal line.
|
|
75
|
-
* * VerticalLine - Renders a vertical line.
|
|
76
|
-
* * Pentagon - Renders a pentagon.
|
|
77
|
-
* * InvertedTriangle - Renders an inverted triangle.
|
|
78
|
-
* * SeriesType -Render a legend shape based on series type.
|
|
79
|
-
* * Image - Render an image. *
|
|
80
|
-
* @default 'SeriesType'
|
|
81
|
-
*/
|
|
82
|
-
legendShape: any;
|
|
83
|
-
/**
|
|
84
|
-
* The name of the series as displayed in the legend.
|
|
85
|
-
* @default ''
|
|
86
|
-
*/
|
|
87
|
-
name: any;
|
|
88
|
-
/**
|
|
89
|
-
* The opacity of the series.
|
|
90
|
-
* @default 1.
|
|
91
|
-
*/
|
|
92
|
-
opacity: any;
|
|
93
|
-
/**
|
|
94
|
-
* Palette configuration for the points in the circular 3D series.
|
|
95
|
-
* @default []
|
|
96
|
-
*/
|
|
97
|
-
palettes: any;
|
|
98
|
-
/**
|
|
99
|
-
* The DataSource field that contains the point colors.
|
|
100
|
-
* @default ''
|
|
101
|
-
*/
|
|
102
|
-
pointColorMapping: any;
|
|
103
|
-
/**
|
|
104
|
-
* Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.
|
|
105
|
-
* @default null
|
|
106
|
-
*/
|
|
107
|
-
query: any;
|
|
108
|
-
/**
|
|
109
|
-
* Specifies the radius of the pie series in percentage. Set to `null` for default.
|
|
110
|
-
* @default null
|
|
111
|
-
*/
|
|
112
|
-
radius: any;
|
|
113
|
-
/**
|
|
114
|
-
* The data source field that contains the tooltip value.
|
|
115
|
-
* @default ''
|
|
116
|
-
*/
|
|
117
|
-
tooltipMappingName: any;
|
|
118
|
-
/**
|
|
119
|
-
* Specifies the visibility of the series.
|
|
120
|
-
* @default true
|
|
121
|
-
*/
|
|
122
|
-
visible: any;
|
|
123
|
-
/**
|
|
124
|
-
* The DataSource field that contains the x value
|
|
125
|
-
* @default ''
|
|
126
|
-
*/
|
|
127
|
-
xName: any;
|
|
128
|
-
/**
|
|
129
|
-
* The DataSource field that contains the y value.
|
|
130
|
-
* @default ''
|
|
131
|
-
*/
|
|
132
|
-
yName: any;
|
|
133
|
-
dataLabel_template: any;
|
|
134
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* CircularChart3DSeries Array Directive
|
|
138
|
-
* @private
|
|
139
|
-
*/
|
|
140
|
-
export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
|
|
141
|
-
constructor();
|
|
142
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Circular3D Series Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-circular3d-series-collection>
|
|
7
|
+
* <e-circular3d-series></e-circular3d-series>
|
|
8
|
+
* </e-circular3d-series-collection>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Options for customizing the animation of the series.
|
|
16
|
+
*/
|
|
17
|
+
animation: any;
|
|
18
|
+
/**
|
|
19
|
+
* The data label settings for the circular 3D series.
|
|
20
|
+
*/
|
|
21
|
+
dataLabel: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
24
|
+
*
|
|
25
|
+
* @default ''
|
|
26
|
+
*/
|
|
27
|
+
dataSource: any;
|
|
28
|
+
/**
|
|
29
|
+
* Options to customize the appearance of empty points in the circular 3D series.
|
|
30
|
+
*/
|
|
31
|
+
emptyPointSettings: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies whether the tooltip is enabled or disabled for the circular 3D series.
|
|
34
|
+
* @default true
|
|
35
|
+
*/
|
|
36
|
+
enableTooltip: any;
|
|
37
|
+
/**
|
|
38
|
+
* If set true, series points will be exploded on mouse click or touch.
|
|
39
|
+
* @default false
|
|
40
|
+
*/
|
|
41
|
+
explode: any;
|
|
42
|
+
/**
|
|
43
|
+
* If set true, all the points in the series will get exploded on load.
|
|
44
|
+
* @default false
|
|
45
|
+
*/
|
|
46
|
+
explodeAll: any;
|
|
47
|
+
/**
|
|
48
|
+
* Index of the point to be exploded on load. Set to `null` for no explosion.
|
|
49
|
+
* @default null
|
|
50
|
+
*/
|
|
51
|
+
explodeIndex: any;
|
|
52
|
+
/**
|
|
53
|
+
* Distance of the point from the center, which takes values in both pixels and percentage.
|
|
54
|
+
* @default '30%'
|
|
55
|
+
*/
|
|
56
|
+
explodeOffset: any;
|
|
57
|
+
/**
|
|
58
|
+
* When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.
|
|
59
|
+
* @default '0'
|
|
60
|
+
*/
|
|
61
|
+
innerRadius: any;
|
|
62
|
+
/**
|
|
63
|
+
* The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.
|
|
64
|
+
* @default ''
|
|
65
|
+
*/
|
|
66
|
+
legendImageUrl: any;
|
|
67
|
+
/**
|
|
68
|
+
* The shape of the legend. Each series has its own legend shape. Available shapes:
|
|
69
|
+
* * Circle - Renders a circle.
|
|
70
|
+
* * Rectangle - Renders a rectangle.
|
|
71
|
+
* * Triangle - Renders a triangle.
|
|
72
|
+
* * Diamond - Renders a diamond.
|
|
73
|
+
* * Cross - Renders a cross.
|
|
74
|
+
* * HorizontalLine - Renders a horizontal line.
|
|
75
|
+
* * VerticalLine - Renders a vertical line.
|
|
76
|
+
* * Pentagon - Renders a pentagon.
|
|
77
|
+
* * InvertedTriangle - Renders an inverted triangle.
|
|
78
|
+
* * SeriesType -Render a legend shape based on series type.
|
|
79
|
+
* * Image - Render an image. *
|
|
80
|
+
* @default 'SeriesType'
|
|
81
|
+
*/
|
|
82
|
+
legendShape: any;
|
|
83
|
+
/**
|
|
84
|
+
* The name of the series as displayed in the legend.
|
|
85
|
+
* @default ''
|
|
86
|
+
*/
|
|
87
|
+
name: any;
|
|
88
|
+
/**
|
|
89
|
+
* The opacity of the series.
|
|
90
|
+
* @default 1.
|
|
91
|
+
*/
|
|
92
|
+
opacity: any;
|
|
93
|
+
/**
|
|
94
|
+
* Palette configuration for the points in the circular 3D series.
|
|
95
|
+
* @default []
|
|
96
|
+
*/
|
|
97
|
+
palettes: any;
|
|
98
|
+
/**
|
|
99
|
+
* The DataSource field that contains the point colors.
|
|
100
|
+
* @default ''
|
|
101
|
+
*/
|
|
102
|
+
pointColorMapping: any;
|
|
103
|
+
/**
|
|
104
|
+
* Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.
|
|
105
|
+
* @default null
|
|
106
|
+
*/
|
|
107
|
+
query: any;
|
|
108
|
+
/**
|
|
109
|
+
* Specifies the radius of the pie series in percentage. Set to `null` for default.
|
|
110
|
+
* @default null
|
|
111
|
+
*/
|
|
112
|
+
radius: any;
|
|
113
|
+
/**
|
|
114
|
+
* The data source field that contains the tooltip value.
|
|
115
|
+
* @default ''
|
|
116
|
+
*/
|
|
117
|
+
tooltipMappingName: any;
|
|
118
|
+
/**
|
|
119
|
+
* Specifies the visibility of the series.
|
|
120
|
+
* @default true
|
|
121
|
+
*/
|
|
122
|
+
visible: any;
|
|
123
|
+
/**
|
|
124
|
+
* The DataSource field that contains the x value
|
|
125
|
+
* @default ''
|
|
126
|
+
*/
|
|
127
|
+
xName: any;
|
|
128
|
+
/**
|
|
129
|
+
* The DataSource field that contains the y value.
|
|
130
|
+
* @default ''
|
|
131
|
+
*/
|
|
132
|
+
yName: any;
|
|
133
|
+
dataLabel_template: any;
|
|
134
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* CircularChart3DSeries Array Directive
|
|
138
|
+
* @private
|
|
139
|
+
*/
|
|
140
|
+
export declare class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {
|
|
141
|
+
constructor();
|
|
142
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
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 } 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 * 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 } 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 * from '@syncfusion/ej2-charts';
|