@syncfusion/ej2-angular-charts 29.2.11-ngcc → 29.2.11
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 +3541 -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 +146 -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 +203 -0
- package/esm2020/src/chart/chart.component.mjs +518 -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 +64 -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/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 +330 -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 +4359 -0
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +4359 -0
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -0
- package/package.json +20 -7
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +6 -0
- package/src/accumulation-chart/accumulationchart.component.d.ts +3 -0
- package/src/accumulation-chart/accumulationchart.module.d.ts +8 -0
- package/src/accumulation-chart/annotations.directive.d.ts +7 -2
- package/src/accumulation-chart/series.directive.d.ts +5 -0
- package/src/bullet-chart/bulletchart-all.module.d.ts +6 -0
- package/src/bullet-chart/bulletchart.component.d.ts +3 -0
- package/src/bullet-chart/bulletchart.module.d.ts +7 -0
- package/src/bullet-chart/ranges.directive.d.ts +5 -0
- package/src/chart/annotations.directive.d.ts +8 -3
- package/src/chart/axes.directive.d.ts +6 -1
- package/src/chart/categories.directive.d.ts +5 -0
- package/src/chart/chart-all.module.d.ts +6 -0
- package/src/chart/chart.component.d.ts +3 -0
- package/src/chart/chart.module.d.ts +19 -0
- package/src/chart/columns.directive.d.ts +5 -0
- package/src/chart/indicators.directive.d.ts +5 -0
- package/src/chart/multilevellabels.directive.d.ts +5 -0
- package/src/chart/rangecolorsettings.directive.d.ts +5 -0
- package/src/chart/rows.directive.d.ts +5 -0
- package/src/chart/segments.directive.d.ts +5 -0
- package/src/chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart/series.directive.d.ts +5 -0
- package/src/chart/striplines.directive.d.ts +5 -0
- package/src/chart/trendlines.directive.d.ts +6 -1
- package/src/chart3d/axes.directive.d.ts +6 -1
- package/src/chart3d/chart3d-all.module.d.ts +6 -0
- package/src/chart3d/chart3d.component.d.ts +3 -0
- package/src/chart3d/chart3d.module.d.ts +11 -0
- package/src/chart3d/columns.directive.d.ts +5 -0
- package/src/chart3d/rows.directive.d.ts +5 -0
- package/src/chart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/chart3d/series.directive.d.ts +5 -0
- package/src/circularchart3d/circularchart3d-all.module.d.ts +6 -0
- package/src/circularchart3d/circularchart3d.component.d.ts +3 -0
- package/src/circularchart3d/circularchart3d.module.d.ts +8 -0
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +5 -0
- package/src/circularchart3d/series.directive.d.ts +5 -0
- package/src/range-navigator/rangenavigator-all.module.d.ts +6 -0
- package/src/range-navigator/rangenavigator.component.d.ts +3 -0
- package/src/range-navigator/rangenavigator.module.d.ts +7 -0
- package/src/range-navigator/series.directive.d.ts +5 -0
- package/src/smithchart/series.directive.d.ts +5 -0
- package/src/smithchart/smithchart-all.module.d.ts +6 -0
- package/src/smithchart/smithchart.component.d.ts +3 -0
- package/src/smithchart/smithchart.module.d.ts +7 -0
- package/src/sparkline/rangebandsettings.directive.d.ts +5 -0
- package/src/sparkline/sparkline-all.module.d.ts +6 -0
- package/src/sparkline/sparkline.component.d.ts +3 -0
- package/src/sparkline/sparkline.module.d.ts +7 -0
- package/src/stock-chart/annotations.directive.d.ts +5 -0
- package/src/stock-chart/axes.directive.d.ts +5 -0
- package/src/stock-chart/indicators.directive.d.ts +5 -0
- package/src/stock-chart/periods.directive.d.ts +5 -0
- package/src/stock-chart/rows.directive.d.ts +5 -0
- package/src/stock-chart/selecteddataindexes.directive.d.ts +5 -0
- package/src/stock-chart/series.directive.d.ts +5 -0
- package/src/stock-chart/stockchart-all.module.d.ts +6 -0
- package/src/stock-chart/stockchart.component.d.ts +3 -0
- package/src/stock-chart/stockchart.module.d.ts +15 -0
- package/src/stock-chart/stockevents.directive.d.ts +5 -0
- package/src/stock-chart/trendlines.directive.d.ts +6 -1
- package/syncfusion-ej2-angular-charts.d.ts +5 -0
- package/@syncfusion/ej2-angular-charts.es5.js +0 -5013
- package/@syncfusion/ej2-angular-charts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-charts.js +0 -4731
- package/@syncfusion/ej2-angular-charts.js.map +0 -1
- package/dist/ej2-angular-charts.umd.js +0 -5700
- 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 -13
- package/ej2-angular-charts.metadata.json +0 -1
- package/license +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-charts",
|
|
3
|
-
"version": "29.2.11
|
|
3
|
+
"version": "29.2.11",
|
|
4
4
|
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~29.2.10",
|
|
11
11
|
"@syncfusion/ej2-charts": "29.2.11"
|
|
12
12
|
},
|
|
13
|
-
"devDependencies": {},
|
|
14
13
|
"keywords": [
|
|
15
14
|
"angular",
|
|
16
15
|
"angular-charts",
|
|
@@ -32,10 +31,24 @@
|
|
|
32
31
|
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
33
32
|
},
|
|
34
33
|
"sideEffects": false,
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
34
|
+
"module": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
35
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
36
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
37
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
38
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
39
|
+
"typings": "syncfusion-ej2-angular-charts.d.ts",
|
|
40
|
+
"exports": {
|
|
41
|
+
"./package.json": {
|
|
42
|
+
"default": "./package.json"
|
|
43
|
+
},
|
|
44
|
+
".": {
|
|
45
|
+
"types": "./syncfusion-ej2-angular-charts.d.ts",
|
|
46
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-charts.mjs",
|
|
47
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-charts.mjs",
|
|
48
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
49
|
+
"node": "./fesm2015/syncfusion-ej2-angular-charts.mjs",
|
|
50
|
+
"default": "./fesm2020/syncfusion-ej2-angular-charts.mjs"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
40
53
|
"homepage": "https://www.syncfusion.com/angular-components"
|
|
41
54
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
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 "./accumulationchart.module";
|
|
2
5
|
export declare const PieSeriesService: ValueProvider;
|
|
3
6
|
export declare const FunnelSeriesService: ValueProvider;
|
|
4
7
|
export declare const PyramidSeriesService: ValueProvider;
|
|
@@ -12,4 +15,7 @@ export declare const AccumulationAnnotationService: ValueProvider;
|
|
|
12
15
|
* NgModule definition for the AccumulationChart component with providers.
|
|
13
16
|
*/
|
|
14
17
|
export declare class AccumulationChartAllModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartAllModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartAllModule, never, [typeof i1.CommonModule, typeof i2.AccumulationChartModule], [typeof i2.AccumulationChartModule]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartAllModule>;
|
|
15
21
|
}
|
|
@@ -3,6 +3,7 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { AccumulationChart } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { AccumulationSeriesCollectionDirective } from './series.directive';
|
|
5
5
|
import { AccumulationAnnotationsDirective } from './annotations.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare const inputs: string[];
|
|
7
8
|
export declare const outputs: string[];
|
|
8
9
|
export declare const twoWays: string[];
|
|
@@ -55,4 +56,6 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
55
56
|
ngAfterContentChecked(): void;
|
|
56
57
|
registerEvents: (eventList: string[]) => void;
|
|
57
58
|
addTwoWay: (propList: string[]) => void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartComponent, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AccumulationChartComponent, "ejs-accumulationchart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "annotations": "annotations"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "center": "center"; "centerLabel": "centerLabel"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "enableAnimation": "enableAnimation"; "enableBorderOnMouseMove": "enableBorderOnMouseMove"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSmartLabels": "enableSmartLabels"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "isMultiSelect": "isMultiSelect"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "pointClick": "pointClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAnnotations"], never>;
|
|
58
61
|
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./accumulationchart.component";
|
|
3
|
+
import * as i2 from "./series.directive";
|
|
4
|
+
import * as i3 from "./annotations.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
1
6
|
/**
|
|
2
7
|
* NgModule definition for the AccumulationChart component.
|
|
3
8
|
*/
|
|
4
9
|
export declare class AccumulationChartModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationChartModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccumulationChartModule, [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective], [typeof i4.CommonModule], [typeof i1.AccumulationChartComponent, typeof i2.AccumulationSeriesDirective, typeof i2.AccumulationSeriesCollectionDirective, typeof i3.AccumulationAnnotationDirective, typeof i3.AccumulationAnnotationsDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AccumulationChartModule>;
|
|
5
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* AccumulationAnnotations Directive
|
|
5
6
|
* ```html
|
|
@@ -31,7 +32,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
31
32
|
* * Far - Aligns the annotation element to the bottom side.
|
|
32
33
|
* * Center - Aligns the annotation element to the midpoint.
|
|
33
34
|
* @default 'Center'
|
|
34
|
-
|
|
35
|
+
* @deprecated
|
|
35
36
|
*/
|
|
36
37
|
horizontalAlignment: any;
|
|
37
38
|
/**
|
|
@@ -49,7 +50,7 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
49
50
|
* * Bottom - Aligns the annotation element to the bottom side.
|
|
50
51
|
* * Middle - Aligns the annotation element to the midpoint.
|
|
51
52
|
* @default 'Middle'
|
|
52
|
-
|
|
53
|
+
* @deprecated
|
|
53
54
|
*/
|
|
54
55
|
verticalAlignment: any;
|
|
55
56
|
/**
|
|
@@ -70,6 +71,8 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
70
71
|
*/
|
|
71
72
|
content: any;
|
|
72
73
|
constructor(viewContainerRef: ViewContainerRef);
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationDirective, never>;
|
|
75
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationDirective, "e-accumulation-annotations>e-accumulation-annotation", never, { "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; }, {}, ["content"]>;
|
|
73
76
|
}
|
|
74
77
|
/**
|
|
75
78
|
* AccumulationAnnotation Array Directive
|
|
@@ -77,4 +80,6 @@ export declare class AccumulationAnnotationDirective extends ComplexBase<Accumul
|
|
|
77
80
|
*/
|
|
78
81
|
export declare class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {
|
|
79
82
|
constructor();
|
|
83
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationAnnotationsDirective, never>;
|
|
84
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationAnnotationsDirective, "ej-accumulationchart>e-accumulation-annotations", never, {}, {}, ["children"]>;
|
|
80
85
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* AccumulationSeries Directive
|
|
5
6
|
* ```html
|
|
@@ -234,6 +235,8 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
234
235
|
yName: any;
|
|
235
236
|
dataLabel_template: any;
|
|
236
237
|
constructor(viewContainerRef: ViewContainerRef);
|
|
238
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesDirective, never>;
|
|
239
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesDirective, "e-accumulation-series-collection>e-accumulation-series", never, { "accessibility": "accessibility"; "animation": "animation"; "applyPattern": "applyPattern"; "border": "border"; "borderRadius": "borderRadius"; "dashArray": "dashArray"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "emptyPointSettings": "emptyPointSettings"; "enableTooltip": "enableTooltip"; "endAngle": "endAngle"; "explode": "explode"; "explodeAll": "explodeAll"; "explodeIndex": "explodeIndex"; "explodeOffset": "explodeOffset"; "funnelMode": "funnelMode"; "gapRatio": "gapRatio"; "groupMode": "groupMode"; "groupTo": "groupTo"; "height": "height"; "innerRadius": "innerRadius"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
237
240
|
}
|
|
238
241
|
/**
|
|
239
242
|
* AccumulationSeries Array Directive
|
|
@@ -241,4 +244,6 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
241
244
|
*/
|
|
242
245
|
export declare class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {
|
|
243
246
|
constructor();
|
|
247
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AccumulationSeriesCollectionDirective, never>;
|
|
248
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AccumulationSeriesCollectionDirective, "ej-accumulationchart>e-accumulation-series-collection", never, {}, {}, ["children"]>;
|
|
244
249
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
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 "./bulletchart.module";
|
|
2
5
|
export declare const BulletTooltipService: ValueProvider;
|
|
3
6
|
export declare const BulletChartLegendService: ValueProvider;
|
|
4
7
|
/**
|
|
5
8
|
* NgModule definition for the BulletChart component with providers.
|
|
6
9
|
*/
|
|
7
10
|
export declare class BulletChartAllModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartAllModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartAllModule, never, [typeof i1.CommonModule, typeof i2.BulletChartModule], [typeof i2.BulletChartModule]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartAllModule>;
|
|
8
14
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { BulletChart } from '@syncfusion/ej2-charts';
|
|
4
4
|
import { BulletRangeCollectionDirective } from './ranges.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const inputs: string[];
|
|
6
7
|
export declare const outputs: string[];
|
|
7
8
|
export declare const twoWays: string[];
|
|
@@ -35,4 +36,6 @@ export declare class BulletChartComponent extends BulletChart implements ICompon
|
|
|
35
36
|
ngAfterContentChecked(): void;
|
|
36
37
|
registerEvents: (eventList: string[]) => void;
|
|
37
38
|
addTwoWay: (propList: string[]) => void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BulletChartComponent, "ejs-bulletchart", never, { "animation": "animation"; "border": "border"; "categoryField": "categoryField"; "categoryLabelStyle": "categoryLabelStyle"; "dataLabel": "dataLabel"; "dataSource": "dataSource"; "enableGroupSeparator": "enableGroupSeparator"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "interval": "interval"; "labelFormat": "labelFormat"; "labelPosition": "labelPosition"; "labelStyle": "labelStyle"; "legendSettings": "legendSettings"; "locale": "locale"; "majorTickLines": "majorTickLines"; "margin": "margin"; "maximum": "maximum"; "minimum": "minimum"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "opposedPosition": "opposedPosition"; "orientation": "orientation"; "query": "query"; "ranges": "ranges"; "subtitle": "subtitle"; "subtitleStyle": "subtitleStyle"; "tabIndex": "tabIndex"; "targetColor": "targetColor"; "targetField": "targetField"; "targetTypes": "targetTypes"; "targetWidth": "targetWidth"; "theme": "theme"; "tickPosition": "tickPosition"; "title": "title"; "titlePosition": "titlePosition"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "type": "type"; "valueBorder": "valueBorder"; "valueField": "valueField"; "valueFill": "valueFill"; "valueHeight": "valueHeight"; "width": "width"; }, { "beforePrint": "beforePrint"; "bulletChartMouseClick": "bulletChartMouseClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "tooltipRender": "tooltipRender"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childRanges"], never>;
|
|
38
41
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bulletchart.component";
|
|
3
|
+
import * as i2 from "./ranges.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
/**
|
|
2
6
|
* NgModule definition for the BulletChart component.
|
|
3
7
|
*/
|
|
4
8
|
export declare class BulletChartModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulletChartModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BulletChartModule, [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective], [typeof i3.CommonModule], [typeof i1.BulletChartComponent, typeof i2.BulletRangeDirective, typeof i2.BulletRangeCollectionDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BulletChartModule>;
|
|
5
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* BulletRange Directive
|
|
5
6
|
* ```html
|
|
@@ -58,6 +59,8 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
|
|
|
58
59
|
*/
|
|
59
60
|
shape: any;
|
|
60
61
|
constructor(viewContainerRef: ViewContainerRef);
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeDirective, never>;
|
|
63
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeDirective, "e-bullet-range-collection>e-bullet-range", never, { "color": "color"; "end": "end"; "index": "index"; "legendImageUrl": "legendImageUrl"; "name": "name"; "opacity": "opacity"; "shape": "shape"; }, {}, never>;
|
|
61
64
|
}
|
|
62
65
|
/**
|
|
63
66
|
* BulletRange Array Directive
|
|
@@ -65,4 +68,6 @@ export declare class BulletRangeDirective extends ComplexBase<BulletRangeDirecti
|
|
|
65
68
|
*/
|
|
66
69
|
export declare class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {
|
|
67
70
|
constructor();
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BulletRangeCollectionDirective, never>;
|
|
72
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BulletRangeCollectionDirective, "ej-bulletchart>e-bullet-range-collection", never, {}, {}, ["children"]>;
|
|
68
73
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Annotation Directive
|
|
5
6
|
* ```html
|
|
@@ -24,7 +25,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
24
25
|
/**
|
|
25
26
|
* A description for the annotation that provides additional information about its content for screen readers.
|
|
26
27
|
* @default null
|
|
27
|
-
|
|
28
|
+
* @deprecated
|
|
28
29
|
*/
|
|
29
30
|
description: any;
|
|
30
31
|
/**
|
|
@@ -34,7 +35,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
34
35
|
* * Far - Aligns the annotation element to the right side.
|
|
35
36
|
* * Center - Aligns the annotation element to the midpoint.
|
|
36
37
|
* @default 'Center'
|
|
37
|
-
|
|
38
|
+
* @deprecated
|
|
38
39
|
*/
|
|
39
40
|
horizontalAlignment: any;
|
|
40
41
|
/**
|
|
@@ -52,7 +53,7 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
52
53
|
* * Bottom - Aligns the annotation element to the bottom side.
|
|
53
54
|
* * Middle - Aligns the annotation element to the midpoint.
|
|
54
55
|
* @default 'Middle'
|
|
55
|
-
|
|
56
|
+
* @deprecated
|
|
56
57
|
*/
|
|
57
58
|
verticalAlignment: any;
|
|
58
59
|
/**
|
|
@@ -86,6 +87,8 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
86
87
|
*/
|
|
87
88
|
content: any;
|
|
88
89
|
constructor(viewContainerRef: ViewContainerRef);
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>;
|
|
91
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-annotations>e-annotation", never, { "accessibility": "accessibility"; "content": "content"; "coordinateUnits": "coordinateUnits"; "description": "description"; "horizontalAlignment": "horizontalAlignment"; "region": "region"; "verticalAlignment": "verticalAlignment"; "x": "x"; "xAxisName": "xAxisName"; "y": "y"; "yAxisName": "yAxisName"; }, {}, ["content"]>;
|
|
89
92
|
}
|
|
90
93
|
/**
|
|
91
94
|
* Annotation Array Directive
|
|
@@ -93,4 +96,6 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
|
|
|
93
96
|
*/
|
|
94
97
|
export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
|
|
95
98
|
constructor();
|
|
99
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>;
|
|
100
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ejs-chart>e-annotations", never, {}, {}, ["children"]>;
|
|
96
101
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Axis Directive
|
|
5
6
|
* ```html
|
|
@@ -293,7 +294,7 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
293
294
|
/**
|
|
294
295
|
* Specifies the format type to be used in date-time formatting.
|
|
295
296
|
* @default 'DateTime'
|
|
296
|
-
|
|
297
|
+
* @deprecated
|
|
297
298
|
*/
|
|
298
299
|
skeletonType: any;
|
|
299
300
|
/**
|
|
@@ -378,6 +379,8 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
378
379
|
*/
|
|
379
380
|
zoomPosition: any;
|
|
380
381
|
constructor(viewContainerRef: ViewContainerRef);
|
|
382
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AxisDirective, never>;
|
|
383
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AxisDirective, "e-axes>e-axis", never, { "border": "border"; "coefficient": "coefficient"; "columnIndex": "columnIndex"; "crossesAt": "crossesAt"; "crossesInAxis": "crossesInAxis"; "crosshairTooltip": "crosshairTooltip"; "description": "description"; "desiredIntervals": "desiredIntervals"; "edgeLabelPlacement": "edgeLabelPlacement"; "enableAutoIntervalOnZooming": "enableAutoIntervalOnZooming"; "enableScrollbarOnZooming": "enableScrollbarOnZooming"; "enableTrim": "enableTrim"; "enableWrap": "enableWrap"; "interval": "interval"; "intervalOffset": "intervalOffset"; "intervalType": "intervalType"; "isIndexed": "isIndexed"; "isInversed": "isInversed"; "labelFormat": "labelFormat"; "labelIntersectAction": "labelIntersectAction"; "labelPadding": "labelPadding"; "labelPlacement": "labelPlacement"; "labelPosition": "labelPosition"; "labelRotation": "labelRotation"; "labelStyle": "labelStyle"; "lineBreakAlignment": "lineBreakAlignment"; "lineStyle": "lineStyle"; "logBase": "logBase"; "majorGridLines": "majorGridLines"; "majorTickLines": "majorTickLines"; "maximum": "maximum"; "maximumLabelWidth": "maximumLabelWidth"; "maximumLabels": "maximumLabels"; "minimum": "minimum"; "minorGridLines": "minorGridLines"; "minorTickLines": "minorTickLines"; "minorTicksPerInterval": "minorTicksPerInterval"; "multiLevelLabels": "multiLevelLabels"; "name": "name"; "opposedPosition": "opposedPosition"; "placeNextToAxisLine": "placeNextToAxisLine"; "plotOffset": "plotOffset"; "plotOffsetBottom": "plotOffsetBottom"; "plotOffsetLeft": "plotOffsetLeft"; "plotOffsetRight": "plotOffsetRight"; "plotOffsetTop": "plotOffsetTop"; "rangePadding": "rangePadding"; "rowIndex": "rowIndex"; "scrollbarSettings": "scrollbarSettings"; "skeleton": "skeleton"; "skeletonType": "skeletonType"; "span": "span"; "startAngle": "startAngle"; "startFromZero": "startFromZero"; "stripLines": "stripLines"; "tabIndex": "tabIndex"; "tickPosition": "tickPosition"; "title": "title"; "titlePadding": "titlePadding"; "titleRotation": "titleRotation"; "titleStyle": "titleStyle"; "valueType": "valueType"; "visible": "visible"; "zoomFactor": "zoomFactor"; "zoomPosition": "zoomPosition"; }, {}, ["childStripLines", "childMultiLevelLabels"]>;
|
|
381
384
|
}
|
|
382
385
|
/**
|
|
383
386
|
* Axis Array Directive
|
|
@@ -385,4 +388,6 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
385
388
|
*/
|
|
386
389
|
export declare class AxesDirective extends ArrayBase<AxesDirective> {
|
|
387
390
|
constructor();
|
|
391
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AxesDirective, never>;
|
|
392
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AxesDirective, "ejs-chart>e-axes", never, {}, {}, ["children"]>;
|
|
388
393
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* MultiLevelLabels Directive
|
|
5
6
|
* ```html
|
|
@@ -59,6 +60,8 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
|
|
|
59
60
|
*/
|
|
60
61
|
text: any;
|
|
61
62
|
constructor(viewContainerRef: ViewContainerRef);
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryDirective, never>;
|
|
64
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CategoryDirective, "e-multilevellabel>e-categories>e-category", never, { "customAttributes": "customAttributes"; "end": "end"; "maximumTextWidth": "maximumTextWidth"; "start": "start"; "text": "text"; "type": "type"; }, {}, never>;
|
|
62
65
|
}
|
|
63
66
|
/**
|
|
64
67
|
* Category Array Directive
|
|
@@ -66,4 +69,6 @@ export declare class CategoryDirective extends ComplexBase<CategoryDirective> {
|
|
|
66
69
|
*/
|
|
67
70
|
export declare class CategoriesDirective extends ArrayBase<CategoriesDirective> {
|
|
68
71
|
constructor();
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesDirective, never>;
|
|
73
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CategoriesDirective, "e-multilevellabel>e-categories", never, {}, {}, ["children"]>;
|
|
69
74
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
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 "./chart.module";
|
|
2
5
|
export declare const LineSeriesService: ValueProvider;
|
|
3
6
|
export declare const ScatterSeriesService: ValueProvider;
|
|
4
7
|
export declare const ColumnSeriesService: ValueProvider;
|
|
@@ -62,4 +65,7 @@ export declare const HighlightService: ValueProvider;
|
|
|
62
65
|
* NgModule definition for the Chart component with providers.
|
|
63
66
|
*/
|
|
64
67
|
export declare class ChartAllModule {
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartAllModule, never>;
|
|
69
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartAllModule, never, [typeof i1.CommonModule, typeof i2.ChartModule], [typeof i2.ChartModule]>;
|
|
70
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ChartAllModule>;
|
|
65
71
|
}
|
|
@@ -9,6 +9,7 @@ import { RangeColorSettingsDirective } from './rangecolorsettings.directive';
|
|
|
9
9
|
import { AnnotationsDirective } from './annotations.directive';
|
|
10
10
|
import { SelectedDataIndexesDirective } from './selecteddataindexes.directive';
|
|
11
11
|
import { IndicatorsDirective } from './indicators.directive';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
12
13
|
export declare const inputs: string[];
|
|
13
14
|
export declare const outputs: string[];
|
|
14
15
|
export declare const twoWays: string[];
|
|
@@ -83,4 +84,6 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
83
84
|
ngAfterContentChecked(): void;
|
|
84
85
|
registerEvents: (eventList: string[]) => void;
|
|
85
86
|
addTwoWay: (propList: string[]) => void;
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "ejs-chart", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "allowMultiSelection": "allowMultiSelection"; "annotations": "annotations"; "axes": "axes"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "chartArea": "chartArea"; "columns": "columns"; "crosshair": "crosshair"; "currencyCode": "currencyCode"; "dataSource": "dataSource"; "description": "description"; "enableAnimation": "enableAnimation"; "enableAutoIntervalOnBothAxis": "enableAutoIntervalOnBothAxis"; "enableCanvas": "enableCanvas"; "enableExport": "enableExport"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSideBySidePlacement": "enableSideBySidePlacement"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "highlightColor": "highlightColor"; "highlightMode": "highlightMode"; "highlightPattern": "highlightPattern"; "indicators": "indicators"; "isMultiSelect": "isMultiSelect"; "isTransposed": "isTransposed"; "legendSettings": "legendSettings"; "locale": "locale"; "margin": "margin"; "palettes": "palettes"; "primaryXAxis": "primaryXAxis"; "primaryYAxis": "primaryYAxis"; "rangeColorSettings": "rangeColorSettings"; "rows": "rows"; "selectedDataIndexes": "selectedDataIndexes"; "selectionMode": "selectionMode"; "selectionPattern": "selectionPattern"; "series": "series"; "stackLabels": "stackLabels"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "tabIndex": "tabIndex"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "afterExport": "afterExport"; "animationComplete": "animationComplete"; "annotationRender": "annotationRender"; "axisLabelClick": "axisLabelClick"; "axisLabelRender": "axisLabelRender"; "axisMultiLabelRender": "axisMultiLabelRender"; "axisRangeCalculated": "axisRangeCalculated"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "beforeResize": "beforeResize"; "chartDoubleClick": "chartDoubleClick"; "chartMouseClick": "chartMouseClick"; "chartMouseDown": "chartMouseDown"; "chartMouseLeave": "chartMouseLeave"; "chartMouseMove": "chartMouseMove"; "chartMouseUp": "chartMouseUp"; "drag": "drag"; "dragComplete": "dragComplete"; "dragEnd": "dragEnd"; "dragStart": "dragStart"; "legendClick": "legendClick"; "legendRender": "legendRender"; "load": "load"; "loaded": "loaded"; "multiLevelLabelClick": "multiLevelLabelClick"; "onZooming": "onZooming"; "pointClick": "pointClick"; "pointDoubleClick": "pointDoubleClick"; "pointMove": "pointMove"; "pointRender": "pointRender"; "resized": "resized"; "scrollChanged": "scrollChanged"; "scrollEnd": "scrollEnd"; "scrollStart": "scrollStart"; "selectionComplete": "selectionComplete"; "seriesRender": "seriesRender"; "sharedTooltipRender": "sharedTooltipRender"; "textRender": "textRender"; "tooltipRender": "tooltipRender"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["tooltip_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
|
|
86
89
|
}
|
|
@@ -1,5 +1,24 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./chart.component";
|
|
3
|
+
import * as i2 from "./trendlines.directive";
|
|
4
|
+
import * as i3 from "./segments.directive";
|
|
5
|
+
import * as i4 from "./series.directive";
|
|
6
|
+
import * as i5 from "./striplines.directive";
|
|
7
|
+
import * as i6 from "./categories.directive";
|
|
8
|
+
import * as i7 from "./multilevellabels.directive";
|
|
9
|
+
import * as i8 from "./axes.directive";
|
|
10
|
+
import * as i9 from "./rows.directive";
|
|
11
|
+
import * as i10 from "./columns.directive";
|
|
12
|
+
import * as i11 from "./rangecolorsettings.directive";
|
|
13
|
+
import * as i12 from "./annotations.directive";
|
|
14
|
+
import * as i13 from "./selecteddataindexes.directive";
|
|
15
|
+
import * as i14 from "./indicators.directive";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
1
17
|
/**
|
|
2
18
|
* NgModule definition for the Chart component.
|
|
3
19
|
*/
|
|
4
20
|
export declare class ChartModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
|
|
5
24
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Column Directive
|
|
5
6
|
* ```html
|
|
@@ -20,6 +21,8 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
20
21
|
*/
|
|
21
22
|
width: any;
|
|
22
23
|
constructor(viewContainerRef: ViewContainerRef);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "e-columns>e-column", never, { "border": "border"; "width": "width"; }, {}, never>;
|
|
23
26
|
}
|
|
24
27
|
/**
|
|
25
28
|
* Column Array Directive
|
|
@@ -27,4 +30,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
27
30
|
*/
|
|
28
31
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
29
32
|
constructor();
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-chart>e-columns", never, {}, {}, ["children"]>;
|
|
30
35
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Indicator Directive
|
|
5
6
|
* ```html
|
|
@@ -240,6 +241,8 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
240
241
|
*/
|
|
241
242
|
yAxisName: any;
|
|
242
243
|
constructor(viewContainerRef: ViewContainerRef);
|
|
244
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorDirective, never>;
|
|
245
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorDirective, "e-indicators>e-indicator", never, { "accessibility": "accessibility"; "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "colorName": "colorName"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableComplexProperty": "enableComplexProperty"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "low": "low"; "lowerLine": "lowerLine"; "macdLine": "macdLine"; "macdNegativeColor": "macdNegativeColor"; "macdPositiveColor": "macdPositiveColor"; "macdType": "macdType"; "open": "open"; "overBought": "overBought"; "overSold": "overSold"; "period": "period"; "periodLine": "periodLine"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
243
246
|
}
|
|
244
247
|
/**
|
|
245
248
|
* Indicator Array Directive
|
|
@@ -247,4 +250,6 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
247
250
|
*/
|
|
248
251
|
export declare class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {
|
|
249
252
|
constructor();
|
|
253
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorsDirective, never>;
|
|
254
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IndicatorsDirective, "ej-chart>e-indicators", never, {}, {}, ["children"]>;
|
|
250
255
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* MultiLevelLabel Directive
|
|
5
6
|
* ```html
|
|
@@ -47,6 +48,8 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
|
|
|
47
48
|
*/
|
|
48
49
|
textStyle: any;
|
|
49
50
|
constructor(viewContainerRef: ViewContainerRef);
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelDirective, never>;
|
|
52
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelDirective, "e-axis>e-multilevellabels>e-multilevellabel", never, { "alignment": "alignment"; "border": "border"; "categories": "categories"; "overflow": "overflow"; "textStyle": "textStyle"; }, {}, ["childCategories"]>;
|
|
50
53
|
}
|
|
51
54
|
/**
|
|
52
55
|
* MultiLevelLabel Array Directive
|
|
@@ -54,4 +57,6 @@ export declare class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabe
|
|
|
54
57
|
*/
|
|
55
58
|
export declare class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {
|
|
56
59
|
constructor();
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiLevelLabelsDirective, never>;
|
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiLevelLabelsDirective, "e-axis>e-multilevellabels", never, {}, {}, ["children"]>;
|
|
57
62
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* RangeColorSetting Directive
|
|
5
6
|
* ```html
|
|
@@ -26,6 +27,8 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
|
|
|
26
27
|
*/
|
|
27
28
|
start: any;
|
|
28
29
|
constructor(viewContainerRef: ViewContainerRef);
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingDirective, "e-rangecolorsettings>e-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>;
|
|
29
32
|
}
|
|
30
33
|
/**
|
|
31
34
|
* RangeColorSetting Array Directive
|
|
@@ -33,4 +36,6 @@ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSe
|
|
|
33
36
|
*/
|
|
34
37
|
export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {
|
|
35
38
|
constructor();
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingsDirective, never>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingsDirective, "ejs-chart>e-rangecolorsettings", never, {}, {}, ["children"]>;
|
|
36
41
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Row Directive
|
|
5
6
|
* ```html
|
|
@@ -20,6 +21,8 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
|
|
|
20
21
|
*/
|
|
21
22
|
height: any;
|
|
22
23
|
constructor(viewContainerRef: ViewContainerRef);
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "e-rows>e-row", never, { "border": "border"; "height": "height"; }, {}, never>;
|
|
23
26
|
}
|
|
24
27
|
/**
|
|
25
28
|
* Row Array Directive
|
|
@@ -27,4 +30,6 @@ export declare class RowDirective extends ComplexBase<RowDirective> {
|
|
|
27
30
|
*/
|
|
28
31
|
export declare class RowsDirective extends ArrayBase<RowsDirective> {
|
|
29
32
|
constructor();
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowsDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RowsDirective, "ejs-chart>e-rows", never, {}, {}, ["children"]>;
|
|
30
35
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series Directive
|
|
5
6
|
* ```html
|
|
@@ -31,6 +32,8 @@ export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
|
|
|
31
32
|
*/
|
|
32
33
|
value: any;
|
|
33
34
|
constructor(viewContainerRef: ViewContainerRef);
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentDirective, "e-series>e-segments>e-segment", never, { "color": "color"; "dashArray": "dashArray"; "value": "value"; }, {}, never>;
|
|
34
37
|
}
|
|
35
38
|
/**
|
|
36
39
|
* Segment Array Directive
|
|
@@ -38,4 +41,6 @@ export declare class SegmentDirective extends ComplexBase<SegmentDirective> {
|
|
|
38
41
|
*/
|
|
39
42
|
export declare class SegmentsDirective extends ArrayBase<SegmentsDirective> {
|
|
40
43
|
constructor();
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentsDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SegmentsDirective, "e-series>e-segments", never, {}, {}, ["children"]>;
|
|
41
46
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Selected Data Directive
|
|
5
6
|
* ```html
|
|
@@ -22,6 +23,8 @@ export declare class SelectedDataIndexDirective extends ComplexBase<SelectedData
|
|
|
22
23
|
*/
|
|
23
24
|
series: any;
|
|
24
25
|
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexDirective, "e-selecteddataindexes>e-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>;
|
|
25
28
|
}
|
|
26
29
|
/**
|
|
27
30
|
* SelectedDataIndex Array Directive
|
|
@@ -29,4 +32,6 @@ export declare class SelectedDataIndexDirective extends ComplexBase<SelectedData
|
|
|
29
32
|
*/
|
|
30
33
|
export declare class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {
|
|
31
34
|
constructor();
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedDataIndexesDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectedDataIndexesDirective, "ejs-chart>e-selecteddataindexes", never, {}, {}, ["children"]>;
|
|
32
37
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Series Directive
|
|
5
6
|
* ```html
|
|
@@ -469,6 +470,8 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
469
470
|
zOrder: any;
|
|
470
471
|
dataLabel_template: any;
|
|
471
472
|
constructor(viewContainerRef: ViewContainerRef);
|
|
473
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDirective, never>;
|
|
474
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesDirective, "e-series-collection>e-series", never, { "accessibility": "accessibility"; "animation": "animation"; "bearFillColor": "bearFillColor"; "binInterval": "binInterval"; "border": "border"; "boxPlotMode": "boxPlotMode"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "colorName": "colorName"; "columnFacet": "columnFacet"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "columnWidthInPixel": "columnWidthInPixel"; "connector": "connector"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "dragSettings": "dragSettings"; "drawType": "drawType"; "emptyPointSettings": "emptyPointSettings"; "enableComplexProperty": "enableComplexProperty"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "errorBar": "errorBar"; "fill": "fill"; "groupName": "groupName"; "high": "high"; "intermediateSumIndexes": "intermediateSumIndexes"; "isClosed": "isClosed"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "maxRadius": "maxRadius"; "minRadius": "minRadius"; "name": "name"; "negativeFillColor": "negativeFillColor"; "noRisers": "noRisers"; "nonHighlightStyle": "nonHighlightStyle"; "opacity": "opacity"; "open": "open"; "paretoOptions": "paretoOptions"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "selectionStyle": "selectionStyle"; "showMean": "showMean"; "showNearestTooltip": "showNearestTooltip"; "showNormalDistribution": "showNormalDistribution"; "showOutliers": "showOutliers"; "size": "size"; "splineType": "splineType"; "stackingGroup": "stackingGroup"; "step": "step"; "sumIndexes": "sumIndexes"; "summaryFillColor": "summaryFillColor"; "tooltipFormat": "tooltipFormat"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "unSelectedStyle": "unSelectedStyle"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; "zOrder": "zOrder"; }, {}, ["dataLabel_template", "childTrendlines", "childSegments"]>;
|
|
472
475
|
}
|
|
473
476
|
/**
|
|
474
477
|
* Series Array Directive
|
|
@@ -476,4 +479,6 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
476
479
|
*/
|
|
477
480
|
export declare class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {
|
|
478
481
|
constructor();
|
|
482
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesCollectionDirective, never>;
|
|
483
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesCollectionDirective, "ej-chart>e-series-collection", never, {}, {}, ["children"]>;
|
|
479
484
|
}
|