@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,62 +1,62 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Chart3D } from '@syncfusion/ej2-charts';
|
|
4
|
-
import { Chart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
-
import { Chart3DAxesDirective } from './axes.directive';
|
|
6
|
-
import { Chart3DRowsDirective } from './rows.directive';
|
|
7
|
-
import { Chart3DColumnsDirective } from './columns.directive';
|
|
8
|
-
import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
9
|
-
export declare const inputs: string[];
|
|
10
|
-
export declare const outputs: string[];
|
|
11
|
-
export declare const twoWays: string[];
|
|
12
|
-
/**
|
|
13
|
-
* 3D Chart Component
|
|
14
|
-
* ```html
|
|
15
|
-
* <ejschart3d></ejschart3d>
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
export declare class Chart3DComponent extends Chart3D implements IComponentBase {
|
|
19
|
-
private ngEle;
|
|
20
|
-
private srenderer;
|
|
21
|
-
private viewContainerRef;
|
|
22
|
-
private injector;
|
|
23
|
-
context: any;
|
|
24
|
-
tagObjects: any;
|
|
25
|
-
afterExport: any;
|
|
26
|
-
axisLabelRender: any;
|
|
27
|
-
beforeExport: any;
|
|
28
|
-
beforePrint: any;
|
|
29
|
-
beforeResize: any;
|
|
30
|
-
chart3DMouseClick: any;
|
|
31
|
-
chart3DMouseDown: any;
|
|
32
|
-
chart3DMouseLeave: any;
|
|
33
|
-
chart3DMouseMove: any;
|
|
34
|
-
chart3DMouseUp: any;
|
|
35
|
-
legendClick: any;
|
|
36
|
-
legendRender: any;
|
|
37
|
-
load: any;
|
|
38
|
-
loaded: any;
|
|
39
|
-
pointClick: any;
|
|
40
|
-
pointMove: any;
|
|
41
|
-
pointRender: any;
|
|
42
|
-
resized: any;
|
|
43
|
-
selectionComplete: any;
|
|
44
|
-
seriesRender: any;
|
|
45
|
-
textRender: any;
|
|
46
|
-
tooltipRender: any;
|
|
47
|
-
dataSourceChange: any;
|
|
48
|
-
childSeries: QueryList<Chart3DSeriesCollectionDirective>;
|
|
49
|
-
childAxes: QueryList<Chart3DAxesDirective>;
|
|
50
|
-
childRows: QueryList<Chart3DRowsDirective>;
|
|
51
|
-
childColumns: QueryList<Chart3DColumnsDirective>;
|
|
52
|
-
childSelectedDataIndexes: QueryList<Chart3DSelectedDataIndexesDirective>;
|
|
53
|
-
tags: string[];
|
|
54
|
-
tooltip_template: any;
|
|
55
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
56
|
-
ngOnInit(): void;
|
|
57
|
-
ngAfterViewInit(): void;
|
|
58
|
-
ngOnDestroy(): void;
|
|
59
|
-
ngAfterContentChecked(): void;
|
|
60
|
-
registerEvents: (eventList: string[]) => void;
|
|
61
|
-
addTwoWay: (propList: string[]) => void;
|
|
62
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Chart3D } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { Chart3DSeriesCollectionDirective } from './series.directive';
|
|
5
|
+
import { Chart3DAxesDirective } from './axes.directive';
|
|
6
|
+
import { Chart3DRowsDirective } from './rows.directive';
|
|
7
|
+
import { Chart3DColumnsDirective } from './columns.directive';
|
|
8
|
+
import { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
9
|
+
export declare const inputs: string[];
|
|
10
|
+
export declare const outputs: string[];
|
|
11
|
+
export declare const twoWays: string[];
|
|
12
|
+
/**
|
|
13
|
+
* 3D Chart Component
|
|
14
|
+
* ```html
|
|
15
|
+
* <ejschart3d></ejschart3d>
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare class Chart3DComponent extends Chart3D implements IComponentBase {
|
|
19
|
+
private ngEle;
|
|
20
|
+
private srenderer;
|
|
21
|
+
private viewContainerRef;
|
|
22
|
+
private injector;
|
|
23
|
+
context: any;
|
|
24
|
+
tagObjects: any;
|
|
25
|
+
afterExport: any;
|
|
26
|
+
axisLabelRender: any;
|
|
27
|
+
beforeExport: any;
|
|
28
|
+
beforePrint: any;
|
|
29
|
+
beforeResize: any;
|
|
30
|
+
chart3DMouseClick: any;
|
|
31
|
+
chart3DMouseDown: any;
|
|
32
|
+
chart3DMouseLeave: any;
|
|
33
|
+
chart3DMouseMove: any;
|
|
34
|
+
chart3DMouseUp: any;
|
|
35
|
+
legendClick: any;
|
|
36
|
+
legendRender: any;
|
|
37
|
+
load: any;
|
|
38
|
+
loaded: any;
|
|
39
|
+
pointClick: any;
|
|
40
|
+
pointMove: any;
|
|
41
|
+
pointRender: any;
|
|
42
|
+
resized: any;
|
|
43
|
+
selectionComplete: any;
|
|
44
|
+
seriesRender: any;
|
|
45
|
+
textRender: any;
|
|
46
|
+
tooltipRender: any;
|
|
47
|
+
dataSourceChange: any;
|
|
48
|
+
childSeries: QueryList<Chart3DSeriesCollectionDirective>;
|
|
49
|
+
childAxes: QueryList<Chart3DAxesDirective>;
|
|
50
|
+
childRows: QueryList<Chart3DRowsDirective>;
|
|
51
|
+
childColumns: QueryList<Chart3DColumnsDirective>;
|
|
52
|
+
childSelectedDataIndexes: QueryList<Chart3DSelectedDataIndexesDirective>;
|
|
53
|
+
tags: string[];
|
|
54
|
+
tooltip_template: any;
|
|
55
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
56
|
+
ngOnInit(): void;
|
|
57
|
+
ngAfterViewInit(): void;
|
|
58
|
+
ngOnDestroy(): void;
|
|
59
|
+
ngAfterContentChecked(): void;
|
|
60
|
+
registerEvents: (eventList: string[]) => void;
|
|
61
|
+
addTwoWay: (propList: string[]) => void;
|
|
62
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the Chart3D component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class Chart3DModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Chart3D component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class Chart3DModule {
|
|
5
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Column3D Directive
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-columns><e-column></e-column><e-columns>
|
|
7
|
-
* ```
|
|
8
|
-
*/
|
|
9
|
-
export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDirective> {
|
|
10
|
-
private viewContainerRef;
|
|
11
|
-
directivePropList: any;
|
|
12
|
-
/**
|
|
13
|
-
* The width of the column as a string accepts input both as like '100px' or '100%'.
|
|
14
|
-
* If specified as '100%, column renders to the full width of its chart.
|
|
15
|
-
* @default '100%'
|
|
16
|
-
*/
|
|
17
|
-
width: any;
|
|
18
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Chart3DColumn Array Directive
|
|
22
|
-
* @private
|
|
23
|
-
*/
|
|
24
|
-
export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
|
|
25
|
-
constructor();
|
|
26
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Column3D Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-columns><e-column></e-column><e-columns>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* The width of the column as a string accepts input both as like '100px' or '100%'.
|
|
14
|
+
* If specified as '100%, column renders to the full width of its chart.
|
|
15
|
+
* @default '100%'
|
|
16
|
+
*/
|
|
17
|
+
width: any;
|
|
18
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Chart3DColumn Array Directive
|
|
22
|
+
* @private
|
|
23
|
+
*/
|
|
24
|
+
export declare class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {
|
|
25
|
+
constructor();
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Row3D Directive
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-rows><e-row></e-row><e-rows>
|
|
7
|
-
* ```
|
|
8
|
-
*/
|
|
9
|
-
export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective> {
|
|
10
|
-
private viewContainerRef;
|
|
11
|
-
directivePropList: any;
|
|
12
|
-
/**
|
|
13
|
-
* The height of the row as a string accept input both as '100px' and '100%'.
|
|
14
|
-
* If specified as '100%, row renders to the full height of its chart.
|
|
15
|
-
* @default '100%'
|
|
16
|
-
*/
|
|
17
|
-
height: any;
|
|
18
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Chart3DRow Array Directive
|
|
22
|
-
* @private
|
|
23
|
-
*/
|
|
24
|
-
export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
|
|
25
|
-
constructor();
|
|
26
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Row3D Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-rows><e-row></e-row><e-rows>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* The height of the row as a string accept input both as '100px' and '100%'.
|
|
14
|
+
* If specified as '100%, row renders to the full height of its chart.
|
|
15
|
+
* @default '100%'
|
|
16
|
+
*/
|
|
17
|
+
height: any;
|
|
18
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Chart3DRow Array Directive
|
|
22
|
+
* @private
|
|
23
|
+
*/
|
|
24
|
+
export declare class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {
|
|
25
|
+
constructor();
|
|
26
|
+
}
|
|
@@ -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 Chart3DSelectedDataIndexDirective extends ComplexBase<Chart3DSelectedDataIndexDirective> {
|
|
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
|
-
* Chart3DSelectedDataIndex Array Directive
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
|
|
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 Chart3DSelectedDataIndexDirective extends ComplexBase<Chart3DSelectedDataIndexDirective> {
|
|
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
|
+
* Chart3DSelectedDataIndex Array Directive
|
|
28
|
+
* @private
|
|
29
|
+
*/
|
|
30
|
+
export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {
|
|
31
|
+
constructor();
|
|
32
|
+
}
|
|
@@ -1,172 +1,172 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* Series3D Directive
|
|
5
|
-
* ```html
|
|
6
|
-
* <e-chart3d-series-collection>
|
|
7
|
-
* <e-chart3d-series></e-chart3d-series>
|
|
8
|
-
* </e-chart3d-series-collection>
|
|
9
|
-
* ```
|
|
10
|
-
*/
|
|
11
|
-
export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {
|
|
12
|
-
private viewContainerRef;
|
|
13
|
-
directivePropList: any;
|
|
14
|
-
/**
|
|
15
|
-
* Specifies the type of the series in the 3D chart. Available options include:
|
|
16
|
-
* - Column
|
|
17
|
-
* - Bar
|
|
18
|
-
* - StackingColumn
|
|
19
|
-
* - StackingBar
|
|
20
|
-
* - StackingColumn100
|
|
21
|
-
* - StackingBar100
|
|
22
|
-
* @default 'Column'
|
|
23
|
-
*/
|
|
24
|
-
type: any;
|
|
25
|
-
/**
|
|
26
|
-
* Options to customizing animation for the series.
|
|
27
|
-
*/
|
|
28
|
-
animation: any;
|
|
29
|
-
/**
|
|
30
|
-
* Defines the shape of the data in a column and bar chart.
|
|
31
|
-
* Rectangle: Displays the data in a column and bar chart in a rectangle shape.
|
|
32
|
-
* Cylinder: Displays the data in a column and bar chart in a cylinder shape.
|
|
33
|
-
* @default 'Rectangle'
|
|
34
|
-
*/
|
|
35
|
-
columnFacet: any;
|
|
36
|
-
/**
|
|
37
|
-
* To render the column series points with particular column spacing. It takes value from 0 - 1.
|
|
38
|
-
* @default 0.1
|
|
39
|
-
*/
|
|
40
|
-
columnSpacing: any;
|
|
41
|
-
/**
|
|
42
|
-
* Render the column series points with a particular column width.
|
|
43
|
-
* @default null
|
|
44
|
-
*/
|
|
45
|
-
columnWidth: any;
|
|
46
|
-
/**
|
|
47
|
-
* The data label for the series.
|
|
48
|
-
*/
|
|
49
|
-
dataLabel: any;
|
|
50
|
-
/**
|
|
51
|
-
* Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
52
|
-
* @default ''
|
|
53
|
-
*/
|
|
54
|
-
dataSource: any;
|
|
55
|
-
/**
|
|
56
|
-
* options to customize the empty points in series.
|
|
57
|
-
*/
|
|
58
|
-
emptyPointSettings: any;
|
|
59
|
-
/**
|
|
60
|
-
* Enable tooltip for the chart series.
|
|
61
|
-
* @default true
|
|
62
|
-
*/
|
|
63
|
-
enableTooltip: any;
|
|
64
|
-
/**
|
|
65
|
-
* The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
|
|
66
|
-
* @default null
|
|
67
|
-
*/
|
|
68
|
-
fill: any;
|
|
69
|
-
/**
|
|
70
|
-
* Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
|
|
71
|
-
* The axis in the same group shares the same baseline and location on the corresponding axis.
|
|
72
|
-
* @default ''
|
|
73
|
-
*/
|
|
74
|
-
groupName: any;
|
|
75
|
-
/**
|
|
76
|
-
* The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
|
|
77
|
-
* @default ''
|
|
78
|
-
*/
|
|
79
|
-
legendImageUrl: any;
|
|
80
|
-
/**
|
|
81
|
-
* The shape of the legend. Each series has its own legend shape, which can be one of the following:
|
|
82
|
-
* * Circle
|
|
83
|
-
* * Rectangle
|
|
84
|
-
* * Triangle
|
|
85
|
-
* * Diamond
|
|
86
|
-
* * Cross
|
|
87
|
-
* * HorizontalLine
|
|
88
|
-
* * VerticalLine
|
|
89
|
-
* * Pentagon
|
|
90
|
-
* * InvertedTriangle
|
|
91
|
-
* * SeriesType
|
|
92
|
-
* * Image
|
|
93
|
-
* @default 'SeriesType'
|
|
94
|
-
*/
|
|
95
|
-
legendShape: any;
|
|
96
|
-
/**
|
|
97
|
-
* The name of the series as displayed in the legend.
|
|
98
|
-
* @default ''
|
|
99
|
-
*/
|
|
100
|
-
name: any;
|
|
101
|
-
/**
|
|
102
|
-
* The opacity of the series.
|
|
103
|
-
* @default 1
|
|
104
|
-
*/
|
|
105
|
-
opacity: any;
|
|
106
|
-
/**
|
|
107
|
-
* The DataSource field that contains the point colors.
|
|
108
|
-
* @default ''
|
|
109
|
-
*/
|
|
110
|
-
pointColorMapping: any;
|
|
111
|
-
/**
|
|
112
|
-
* Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.
|
|
113
|
-
* @default ''
|
|
114
|
-
*/
|
|
115
|
-
query: any;
|
|
116
|
-
/**
|
|
117
|
-
* The DataSource field that contains the size value of y
|
|
118
|
-
* @default ''
|
|
119
|
-
*/
|
|
120
|
-
size: any;
|
|
121
|
-
/**
|
|
122
|
-
* This property allows grouping series in `stacked column / bar` charts.
|
|
123
|
-
* Any string value can be provided to the stackingGroup property.
|
|
124
|
-
* If any two or above series have the same value, those series will be grouped together.
|
|
125
|
-
* @default ''
|
|
126
|
-
*/
|
|
127
|
-
stackingGroup: any;
|
|
128
|
-
/**
|
|
129
|
-
* Format of the tooltip content.
|
|
130
|
-
* @default ''
|
|
131
|
-
*/
|
|
132
|
-
tooltipFormat: any;
|
|
133
|
-
/**
|
|
134
|
-
* The data source field that contains the tooltip value.
|
|
135
|
-
* @default ''
|
|
136
|
-
*/
|
|
137
|
-
tooltipMappingName: any;
|
|
138
|
-
/**
|
|
139
|
-
* Specifies the visibility of series.
|
|
140
|
-
* @default true
|
|
141
|
-
*/
|
|
142
|
-
visible: any;
|
|
143
|
-
/**
|
|
144
|
-
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
145
|
-
* @default null
|
|
146
|
-
*/
|
|
147
|
-
xAxisName: any;
|
|
148
|
-
/**
|
|
149
|
-
* The DataSource field that contains the x value.
|
|
150
|
-
* @default ''
|
|
151
|
-
*/
|
|
152
|
-
xName: any;
|
|
153
|
-
/**
|
|
154
|
-
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
155
|
-
* @default null
|
|
156
|
-
*/
|
|
157
|
-
yAxisName: any;
|
|
158
|
-
/**
|
|
159
|
-
* The DataSource field that contains the y value.
|
|
160
|
-
* @default ''
|
|
161
|
-
*/
|
|
162
|
-
yName: any;
|
|
163
|
-
dataLabel_template: any;
|
|
164
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* Chart3DSeries Array Directive
|
|
168
|
-
* @private
|
|
169
|
-
*/
|
|
170
|
-
export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
|
|
171
|
-
constructor();
|
|
172
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Series3D Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-chart3d-series-collection>
|
|
7
|
+
* <e-chart3d-series></e-chart3d-series>
|
|
8
|
+
* </e-chart3d-series-collection>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the type of the series in the 3D chart. Available options include:
|
|
16
|
+
* - Column
|
|
17
|
+
* - Bar
|
|
18
|
+
* - StackingColumn
|
|
19
|
+
* - StackingBar
|
|
20
|
+
* - StackingColumn100
|
|
21
|
+
* - StackingBar100
|
|
22
|
+
* @default 'Column'
|
|
23
|
+
*/
|
|
24
|
+
type: any;
|
|
25
|
+
/**
|
|
26
|
+
* Options to customizing animation for the series.
|
|
27
|
+
*/
|
|
28
|
+
animation: any;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the shape of the data in a column and bar chart.
|
|
31
|
+
* Rectangle: Displays the data in a column and bar chart in a rectangle shape.
|
|
32
|
+
* Cylinder: Displays the data in a column and bar chart in a cylinder shape.
|
|
33
|
+
* @default 'Rectangle'
|
|
34
|
+
*/
|
|
35
|
+
columnFacet: any;
|
|
36
|
+
/**
|
|
37
|
+
* To render the column series points with particular column spacing. It takes value from 0 - 1.
|
|
38
|
+
* @default 0.1
|
|
39
|
+
*/
|
|
40
|
+
columnSpacing: any;
|
|
41
|
+
/**
|
|
42
|
+
* Render the column series points with a particular column width.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
columnWidth: any;
|
|
46
|
+
/**
|
|
47
|
+
* The data label for the series.
|
|
48
|
+
*/
|
|
49
|
+
dataLabel: any;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.
|
|
52
|
+
* @default ''
|
|
53
|
+
*/
|
|
54
|
+
dataSource: any;
|
|
55
|
+
/**
|
|
56
|
+
* options to customize the empty points in series.
|
|
57
|
+
*/
|
|
58
|
+
emptyPointSettings: any;
|
|
59
|
+
/**
|
|
60
|
+
* Enable tooltip for the chart series.
|
|
61
|
+
* @default true
|
|
62
|
+
*/
|
|
63
|
+
enableTooltip: any;
|
|
64
|
+
/**
|
|
65
|
+
* The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.
|
|
66
|
+
* @default null
|
|
67
|
+
*/
|
|
68
|
+
fill: any;
|
|
69
|
+
/**
|
|
70
|
+
* Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
|
|
71
|
+
* The axis in the same group shares the same baseline and location on the corresponding axis.
|
|
72
|
+
* @default ''
|
|
73
|
+
*/
|
|
74
|
+
groupName: any;
|
|
75
|
+
/**
|
|
76
|
+
* The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.
|
|
77
|
+
* @default ''
|
|
78
|
+
*/
|
|
79
|
+
legendImageUrl: any;
|
|
80
|
+
/**
|
|
81
|
+
* The shape of the legend. Each series has its own legend shape, which can be one of the following:
|
|
82
|
+
* * Circle
|
|
83
|
+
* * Rectangle
|
|
84
|
+
* * Triangle
|
|
85
|
+
* * Diamond
|
|
86
|
+
* * Cross
|
|
87
|
+
* * HorizontalLine
|
|
88
|
+
* * VerticalLine
|
|
89
|
+
* * Pentagon
|
|
90
|
+
* * InvertedTriangle
|
|
91
|
+
* * SeriesType
|
|
92
|
+
* * Image
|
|
93
|
+
* @default 'SeriesType'
|
|
94
|
+
*/
|
|
95
|
+
legendShape: any;
|
|
96
|
+
/**
|
|
97
|
+
* The name of the series as displayed in the legend.
|
|
98
|
+
* @default ''
|
|
99
|
+
*/
|
|
100
|
+
name: any;
|
|
101
|
+
/**
|
|
102
|
+
* The opacity of the series.
|
|
103
|
+
* @default 1
|
|
104
|
+
*/
|
|
105
|
+
opacity: any;
|
|
106
|
+
/**
|
|
107
|
+
* The DataSource field that contains the point colors.
|
|
108
|
+
* @default ''
|
|
109
|
+
*/
|
|
110
|
+
pointColorMapping: any;
|
|
111
|
+
/**
|
|
112
|
+
* Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.
|
|
113
|
+
* @default ''
|
|
114
|
+
*/
|
|
115
|
+
query: any;
|
|
116
|
+
/**
|
|
117
|
+
* The DataSource field that contains the size value of y
|
|
118
|
+
* @default ''
|
|
119
|
+
*/
|
|
120
|
+
size: any;
|
|
121
|
+
/**
|
|
122
|
+
* This property allows grouping series in `stacked column / bar` charts.
|
|
123
|
+
* Any string value can be provided to the stackingGroup property.
|
|
124
|
+
* If any two or above series have the same value, those series will be grouped together.
|
|
125
|
+
* @default ''
|
|
126
|
+
*/
|
|
127
|
+
stackingGroup: any;
|
|
128
|
+
/**
|
|
129
|
+
* Format of the tooltip content.
|
|
130
|
+
* @default ''
|
|
131
|
+
*/
|
|
132
|
+
tooltipFormat: any;
|
|
133
|
+
/**
|
|
134
|
+
* The data source field that contains the tooltip value.
|
|
135
|
+
* @default ''
|
|
136
|
+
*/
|
|
137
|
+
tooltipMappingName: any;
|
|
138
|
+
/**
|
|
139
|
+
* Specifies the visibility of series.
|
|
140
|
+
* @default true
|
|
141
|
+
*/
|
|
142
|
+
visible: any;
|
|
143
|
+
/**
|
|
144
|
+
* The name of the horizontal axis associated with the series. It requires `axes` of the chart.
|
|
145
|
+
* @default null
|
|
146
|
+
*/
|
|
147
|
+
xAxisName: any;
|
|
148
|
+
/**
|
|
149
|
+
* The DataSource field that contains the x value.
|
|
150
|
+
* @default ''
|
|
151
|
+
*/
|
|
152
|
+
xName: any;
|
|
153
|
+
/**
|
|
154
|
+
* The name of the vertical axis associated with the series. It requires `axes` of the chart.
|
|
155
|
+
* @default null
|
|
156
|
+
*/
|
|
157
|
+
yAxisName: any;
|
|
158
|
+
/**
|
|
159
|
+
* The DataSource field that contains the y value.
|
|
160
|
+
* @default ''
|
|
161
|
+
*/
|
|
162
|
+
yName: any;
|
|
163
|
+
dataLabel_template: any;
|
|
164
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Chart3DSeries Array Directive
|
|
168
|
+
* @private
|
|
169
|
+
*/
|
|
170
|
+
export declare class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {
|
|
171
|
+
constructor();
|
|
172
|
+
}
|