@syncfusion/ej2-angular-charts 32.2.9 → 33.1.44
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 +31 -33
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +8 -2
- package/esm2020/src/accumulation-chart/series.directive.mjs +3 -3
- package/esm2020/src/chart/chart-all.module.mjs +7 -4
- package/esm2020/src/chart/chart.component.mjs +16 -3
- package/esm2020/src/chart/indicators.directive.mjs +3 -3
- package/esm2020/src/chart/series.directive.mjs +3 -3
- package/esm2020/src/chart/trendlines.directive.mjs +3 -3
- package/esm2020/src/index.mjs +7 -2
- package/esm2020/src/sankey/links.directive.mjs +54 -0
- package/esm2020/src/sankey/nodes.directive.mjs +54 -0
- package/esm2020/src/sankey/sankey-all.module.mjs +38 -0
- package/esm2020/src/sankey/sankey.component.mjs +110 -0
- package/esm2020/src/sankey/sankey.module.mjs +43 -0
- package/esm2020/src/stock-chart/indicators.directive.mjs +3 -3
- package/esm2020/src/stock-chart/series.directive.mjs +3 -3
- package/esm2020/src/stock-chart/stockchart.component.mjs +16 -3
- package/esm2020/src/stock-chart/trendlines.directive.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +595 -287
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +595 -287
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +1 -1
- package/package.json +6 -5
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accumulation-chart/accumulationchart.component.d.ts +2 -1
- package/src/accumulation-chart/series.directive.d.ts +14 -1
- package/src/chart/chart-all.module.d.ts +1 -0
- package/src/chart/chart.component.d.ts +3 -1
- package/src/chart/indicators.directive.d.ts +11 -1
- package/src/chart/series.directive.d.ts +18 -1
- package/src/chart/trendlines.directive.d.ts +11 -1
- package/src/index.d.ts +6 -1
- package/src/sankey/links.directive.d.ts +46 -0
- package/src/sankey/nodes.directive.d.ts +49 -0
- package/src/sankey/sankey-all.module.d.ts +16 -0
- package/src/sankey/sankey.component.d.ts +56 -0
- package/src/sankey/sankey.module.d.ts +13 -0
- package/src/stock-chart/indicators.directive.d.ts +14 -1
- package/src/stock-chart/series.directive.d.ts +18 -1
- package/src/stock-chart/stockchart.component.d.ts +3 -1
- package/src/stock-chart/trendlines.directive.d.ts +11 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-charts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
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",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-charts": "
|
|
9
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.44",
|
|
11
|
+
"@syncfusion/ej2-charts": "33.1.44"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"angular-bullet-chart",
|
|
25
25
|
"angular-bullet-graph",
|
|
26
26
|
"angular-chart3d",
|
|
27
|
-
"angular-circularchart3d"
|
|
27
|
+
"angular-circularchart3d",
|
|
28
|
+
"angular-sankey"
|
|
28
29
|
],
|
|
29
30
|
"repository": {
|
|
30
31
|
"type": "git",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-charts";
|
|
2
|
-
export declare const pkgVer = "^28.
|
|
3
|
-
export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule";
|
|
4
|
-
export declare const themeVer = "~28.
|
|
2
|
+
export declare const pkgVer = "^28.1.33";
|
|
3
|
+
export declare const moduleName = "ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule, SankeyModule";
|
|
4
|
+
export declare const themeVer = "~28.1.33";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-charts';
|
|
4
|
-
exports.pkgVer = '^
|
|
5
|
-
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
6
|
-
exports.themeVer = '~
|
|
4
|
+
exports.pkgVer = '^33.1.44';
|
|
5
|
+
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule, SankeyModule';
|
|
6
|
+
exports.themeVer = '~33.1.44';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-charts';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule';
|
|
4
|
-
export const themeVer = '~
|
|
2
|
+
export const pkgVer = '^33.1.44';
|
|
3
|
+
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule, Chart3DModule, CircularChart3DModule, SankeyModule';
|
|
4
|
+
export const themeVer = '~33.1.44';
|
|
@@ -49,6 +49,7 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
49
49
|
childAnnotations: QueryList<AccumulationAnnotationsDirective>;
|
|
50
50
|
tags: string[];
|
|
51
51
|
tooltip_template: any;
|
|
52
|
+
legendSettings_template: any;
|
|
52
53
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
53
54
|
ngOnInit(): void;
|
|
54
55
|
ngAfterViewInit(): void;
|
|
@@ -57,5 +58,5 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
57
58
|
registerEvents: (eventList: string[]) => void;
|
|
58
59
|
addTwoWay: (propList: string[]) => void;
|
|
59
60
|
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"; "noDataTemplate": "noDataTemplate"; "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>;
|
|
61
|
+
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"; "noDataTemplate": "noDataTemplate"; "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", "legendSettings_template", "childSeries", "childAnnotations"], never>;
|
|
61
62
|
}
|
|
@@ -152,6 +152,13 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
152
152
|
* @default 'SeriesType'
|
|
153
153
|
*/
|
|
154
154
|
legendShape: any;
|
|
155
|
+
/**
|
|
156
|
+
* Applies a linear gradient fill to the series.
|
|
157
|
+
* The gradient transitions colors along a straight line.
|
|
158
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
159
|
+
* @default null
|
|
160
|
+
*/
|
|
161
|
+
linearGradient: any;
|
|
155
162
|
/**
|
|
156
163
|
* The `name` property allows for setting a name for the series.
|
|
157
164
|
* @default ''
|
|
@@ -193,6 +200,12 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
193
200
|
* @default null
|
|
194
201
|
*/
|
|
195
202
|
query: any;
|
|
203
|
+
/**
|
|
204
|
+
* Applies a radial gradient fill to the series.
|
|
205
|
+
* The gradient transitions colors outward from a central point.
|
|
206
|
+
* @default null
|
|
207
|
+
*/
|
|
208
|
+
radialGradient: any;
|
|
196
209
|
/**
|
|
197
210
|
* Specifies the radius of the pie series as a percentage of the chart's size.
|
|
198
211
|
* @default null
|
|
@@ -236,7 +249,7 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
236
249
|
dataLabel_template: any;
|
|
237
250
|
constructor(viewContainerRef: ViewContainerRef);
|
|
238
251
|
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"]>;
|
|
252
|
+
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"; "linearGradient": "linearGradient"; "name": "name"; "neckHeight": "neckHeight"; "neckWidth": "neckWidth"; "opacity": "opacity"; "palettes": "palettes"; "pointColorMapping": "pointColorMapping"; "pyramidMode": "pyramidMode"; "query": "query"; "radialGradient": "radialGradient"; "radius": "radius"; "selectionStyle": "selectionStyle"; "startAngle": "startAngle"; "tooltipMappingName": "tooltipMappingName"; "type": "type"; "visible": "visible"; "width": "width"; "xName": "xName"; "yName": "yName"; }, {}, ["dataLabel_template"]>;
|
|
240
253
|
}
|
|
241
254
|
/**
|
|
242
255
|
* AccumulationSeries Array Directive
|
|
@@ -62,6 +62,7 @@ export declare const ExportService: ValueProvider;
|
|
|
62
62
|
export declare const DataEditingService: ValueProvider;
|
|
63
63
|
export declare const HighlightService: ValueProvider;
|
|
64
64
|
export declare const LastValueLabelService: ValueProvider;
|
|
65
|
+
export declare const SeriesLabelService: ValueProvider;
|
|
65
66
|
/**
|
|
66
67
|
* NgModule definition for the Chart component with providers.
|
|
67
68
|
*/
|
|
@@ -42,6 +42,7 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
42
42
|
chartMouseLeave: any;
|
|
43
43
|
chartMouseMove: any;
|
|
44
44
|
chartMouseUp: any;
|
|
45
|
+
crosshairLabelRender: any;
|
|
45
46
|
drag: any;
|
|
46
47
|
dragComplete: any;
|
|
47
48
|
dragEnd: any;
|
|
@@ -77,6 +78,7 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
77
78
|
childIndicators: QueryList<IndicatorsDirective>;
|
|
78
79
|
tags: string[];
|
|
79
80
|
tooltip_template: any;
|
|
81
|
+
legendSettings_template: any;
|
|
80
82
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
81
83
|
ngOnInit(): void;
|
|
82
84
|
ngAfterViewInit(): void;
|
|
@@ -85,5 +87,5 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
85
87
|
registerEvents: (eventList: string[]) => void;
|
|
86
88
|
addTwoWay: (propList: string[]) => void;
|
|
87
89
|
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"; "noDataTemplate": "noDataTemplate"; "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>;
|
|
90
|
+
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"; "noDataTemplate": "noDataTemplate"; "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"; "crosshairLabelRender": "crosshairLabelRender"; "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", "legendSettings_template", "childSeries", "childAxes", "childRows", "childColumns", "childRangeColorSettings", "childAnnotations", "childSelectedDataIndexes", "childIndicators"], never>;
|
|
89
91
|
}
|
|
@@ -105,6 +105,11 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
105
105
|
* @default 14
|
|
106
106
|
*/
|
|
107
107
|
kPeriod: any;
|
|
108
|
+
/**
|
|
109
|
+
* Applies a linear gradient fill to the indicator.
|
|
110
|
+
* @default null
|
|
111
|
+
*/
|
|
112
|
+
linearGradient: any;
|
|
108
113
|
/**
|
|
109
114
|
* The data source field that contains the low value.
|
|
110
115
|
* It is applicable for both financial series and technical indicators.
|
|
@@ -171,6 +176,11 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
171
176
|
* @default ''
|
|
172
177
|
*/
|
|
173
178
|
query: any;
|
|
179
|
+
/**
|
|
180
|
+
* Applies a radial gradient fill to the indicator.
|
|
181
|
+
* @default null
|
|
182
|
+
*/
|
|
183
|
+
radialGradient: any;
|
|
174
184
|
/**
|
|
175
185
|
* Defines the axis along which the line series will be split.
|
|
176
186
|
*/
|
|
@@ -242,7 +252,7 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
242
252
|
yAxisName: any;
|
|
243
253
|
constructor(viewContainerRef: ViewContainerRef);
|
|
244
254
|
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>;
|
|
255
|
+
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"; "linearGradient": "linearGradient"; "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"; "radialGradient": "radialGradient"; "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>;
|
|
246
256
|
}
|
|
247
257
|
/**
|
|
248
258
|
* Indicator Array Directive
|
|
@@ -231,6 +231,10 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
231
231
|
* @default true
|
|
232
232
|
*/
|
|
233
233
|
isClosed: any;
|
|
234
|
+
/**
|
|
235
|
+
* Configures the options for displaying series names as inline labels in the chart.
|
|
236
|
+
*/
|
|
237
|
+
labelSettings: any;
|
|
234
238
|
/**
|
|
235
239
|
* Options for customizing and displaying the last value in the series.
|
|
236
240
|
*/
|
|
@@ -258,6 +262,13 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
258
262
|
* @default 'SeriesType'
|
|
259
263
|
*/
|
|
260
264
|
legendShape: any;
|
|
265
|
+
/**
|
|
266
|
+
* Applies a linear gradient fill to the series.
|
|
267
|
+
* The gradient transitions colors along a straight line.
|
|
268
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
269
|
+
* @default null
|
|
270
|
+
*/
|
|
271
|
+
linearGradient: any;
|
|
261
272
|
/**
|
|
262
273
|
* The data source field that contains the low value.
|
|
263
274
|
* It is applicable for both financial series and technical indicators.
|
|
@@ -325,6 +336,12 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
325
336
|
* @default ''
|
|
326
337
|
*/
|
|
327
338
|
query: any;
|
|
339
|
+
/**
|
|
340
|
+
* Applies a radial gradient fill to the series.
|
|
341
|
+
* The gradient transitions colors outward from a central point.
|
|
342
|
+
* @default null
|
|
343
|
+
*/
|
|
344
|
+
radialGradient: any;
|
|
328
345
|
/**
|
|
329
346
|
* Defines the axis along which the line series will be split.
|
|
330
347
|
*/
|
|
@@ -475,7 +492,7 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
475
492
|
dataLabel_template: any;
|
|
476
493
|
constructor(viewContainerRef: ViewContainerRef);
|
|
477
494
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDirective, never>;
|
|
478
|
-
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"; "lastValueLabel": "lastValueLabel"; "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"]>;
|
|
495
|
+
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"; "labelSettings": "labelSettings"; "lastValueLabel": "lastValueLabel"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "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"; "radialGradient": "radialGradient"; "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"]>;
|
|
479
496
|
}
|
|
480
497
|
/**
|
|
481
498
|
* Series Array Directive
|
|
@@ -72,6 +72,11 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
72
72
|
* @default 'SeriesType'
|
|
73
73
|
*/
|
|
74
74
|
legendShape: any;
|
|
75
|
+
/**
|
|
76
|
+
* Applies a linear gradient fill to the trendline.
|
|
77
|
+
* @default null
|
|
78
|
+
*/
|
|
79
|
+
linearGradient: any;
|
|
75
80
|
/**
|
|
76
81
|
* Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
|
|
77
82
|
* @deprecated
|
|
@@ -92,6 +97,11 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
92
97
|
* @default 2
|
|
93
98
|
*/
|
|
94
99
|
polynomialOrder: any;
|
|
100
|
+
/**
|
|
101
|
+
* Applies a radial gradient fill to the trendline.
|
|
102
|
+
* @default null
|
|
103
|
+
*/
|
|
104
|
+
radialGradient: any;
|
|
95
105
|
/**
|
|
96
106
|
* The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.
|
|
97
107
|
* @default true
|
|
@@ -104,7 +114,7 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
104
114
|
width: any;
|
|
105
115
|
constructor(viewContainerRef: ViewContainerRef);
|
|
106
116
|
static ɵfac: i0.ɵɵFactoryDeclaration<TrendlineDirective, never>;
|
|
107
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlineDirective, "e-series>e-trendlines>e-trendline", never, { "accessibility": "accessibility"; "animation": "animation"; "backwardForecast": "backwardForecast"; "dashArray": "dashArray"; "enableTooltip": "enableTooltip"; "fill": "fill"; "forwardForecast": "forwardForecast"; "intercept": "intercept"; "legendShape": "legendShape"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
|
|
117
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TrendlineDirective, "e-series>e-trendlines>e-trendline", never, { "accessibility": "accessibility"; "animation": "animation"; "backwardForecast": "backwardForecast"; "dashArray": "dashArray"; "enableTooltip": "enableTooltip"; "fill": "fill"; "forwardForecast": "forwardForecast"; "intercept": "intercept"; "legendShape": "legendShape"; "linearGradient": "linearGradient"; "marker": "marker"; "name": "name"; "period": "period"; "polynomialOrder": "polynomialOrder"; "radialGradient": "radialGradient"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, never>;
|
|
108
118
|
}
|
|
109
119
|
/**
|
|
110
120
|
* Trendline Array Directive
|
package/src/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './char
|
|
|
13
13
|
export { IndicatorDirective, IndicatorsDirective } from './chart/indicators.directive';
|
|
14
14
|
export { ChartComponent } from './chart/chart.component';
|
|
15
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';
|
|
16
|
+
export { ChartAllModule, LineSeriesService, ScatterSeriesService, ColumnSeriesService, SplineSeriesService, SplineAreaSeriesService, StripLineService, AreaSeriesService, ScrollBarService, StepLineSeriesService, StepAreaSeriesService, StackingColumnSeriesService, StackingLineSeriesService, StackingAreaSeriesService, StackingStepAreaSeriesService, BarSeriesService, StackingBarSeriesService, RangeColumnSeriesService, BubbleSeriesService, TooltipService, CrosshairService, CategoryService, DateTimeService, LogarithmicService, LegendService, ZoomService, DataLabelService, SelectionService, ChartAnnotationService, HiloSeriesService, HiloOpenCloseSeriesService, WaterfallSeriesService, RangeAreaSeriesService, RangeStepAreaSeriesService, SplineRangeAreaSeriesService, CandleSeriesService, PolarSeriesService, RadarSeriesService, SmaIndicatorService, TmaIndicatorService, EmaIndicatorService, AccumulationDistributionIndicatorService, MacdIndicatorService, AtrIndicatorService, RsiIndicatorService, MomentumIndicatorService, StochasticIndicatorService, BollingerBandsService, BoxAndWhiskerSeriesService, HistogramSeriesService, ErrorBarService, TrendlinesService, DateTimeCategoryService, MultiColoredLineSeriesService, MultiColoredAreaSeriesService, MultiLevelLabelService, ParetoSeriesService, ExportService, DataEditingService, HighlightService, LastValueLabelService, SeriesLabelService } from './chart/chart-all.module';
|
|
17
17
|
export { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './accumulation-chart/series.directive';
|
|
18
18
|
export { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './accumulation-chart/annotations.directive';
|
|
19
19
|
export { AccumulationChartComponent } from './accumulation-chart/accumulationchart.component';
|
|
@@ -60,4 +60,9 @@ export { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataI
|
|
|
60
60
|
export { CircularChart3DComponent } from './circularchart3d/circularchart3d.component';
|
|
61
61
|
export { CircularChart3DModule } from './circularchart3d/circularchart3d.module';
|
|
62
62
|
export { CircularChart3DAllModule, PieSeries3DService, CircularChartTooltip3DService, CircularChartLegend3DService, CircularChartSelection3DService, CircularChartDataLabel3DService, CircularChartHighlight3DService, CircularChartExport3DService } from './circularchart3d/circularchart3d-all.module';
|
|
63
|
+
export { SankeyNodeDirective, SankeyNodesCollectionDirective } from './sankey/nodes.directive';
|
|
64
|
+
export { SankeyLinkDirective, SankeyLinksCollectionDirective } from './sankey/links.directive';
|
|
65
|
+
export { SankeyComponent } from './sankey/sankey.component';
|
|
66
|
+
export { SankeyModule } from './sankey/sankey.module';
|
|
67
|
+
export { SankeyAllModule, SankeyLegendService, SankeyTooltipService, SankeyHighlightService, SankeyExportService } from './sankey/sankey-all.module';
|
|
63
68
|
export * from '@syncfusion/ej2-charts';
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Sankey Links Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-sankey-links>
|
|
8
|
+
* <e-sankey-link></e-sankey-link>
|
|
9
|
+
* </e-sankey-links>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Specifies the unique identifier of the source node for this
|
|
17
|
+
* link.
|
|
18
|
+
* This should match the `id` of an existing Sankey node.
|
|
19
|
+
* @default null
|
|
20
|
+
*/
|
|
21
|
+
sourceId: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies the unique identifier of the target node for this link.
|
|
24
|
+
* This should match the `id` of an existing Sankey node.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
targetId: any;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the weight or value of the link.
|
|
30
|
+
* This determines the thickness of the link in the Sankey diagram.
|
|
31
|
+
* @default null
|
|
32
|
+
*/
|
|
33
|
+
value: any;
|
|
34
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinkDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinkDirective, "e-sankey-links>e-sankey-link", never, { "sourceId": "sourceId"; "targetId": "targetId"; "value": "value"; }, {}, never>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* SankeyLink Array Directive
|
|
40
|
+
* @private
|
|
41
|
+
*/
|
|
42
|
+
export declare class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {
|
|
43
|
+
constructor();
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyLinksCollectionDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyLinksCollectionDirective, "ejs-sankey>e-sankey-links", never, {}, {}, ["children"]>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Sankey Nodes Directive
|
|
6
|
+
* ```html
|
|
7
|
+
* <e-sankey-nodes>
|
|
8
|
+
* <e-sankey-node></e-sankey-node>
|
|
9
|
+
* </e-sankey-nodes>
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {
|
|
13
|
+
private viewContainerRef;
|
|
14
|
+
directivePropList: any;
|
|
15
|
+
/**
|
|
16
|
+
* Specifies the color applied to the node.
|
|
17
|
+
* The node color is applied based on the current theme if this property is not specified.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
color: any;
|
|
21
|
+
/**
|
|
22
|
+
* A unique string identifier for the node.
|
|
23
|
+
* Ensure the `id` is unique across all nodes in the Sankey chart.
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
id: any;
|
|
27
|
+
/**
|
|
28
|
+
* Options for customizing the data label of the Sankey node.
|
|
29
|
+
*/
|
|
30
|
+
label: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies a custom offset position for the node.
|
|
33
|
+
* This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
|
|
34
|
+
* @default 0
|
|
35
|
+
*/
|
|
36
|
+
offset: any;
|
|
37
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodeDirective, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodeDirective, "e-sankey-nodes>e-sankey-node", never, { "color": "color"; "id": "id"; "label": "label"; "offset": "offset"; }, {}, never>;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* SankeyNode Array Directive
|
|
43
|
+
* @private
|
|
44
|
+
*/
|
|
45
|
+
export declare class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {
|
|
46
|
+
constructor();
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyNodesCollectionDirective, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SankeyNodesCollectionDirective, "ejs-sankey>e-sankey-nodes", never, {}, {}, ["children"]>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 "./sankey.module";
|
|
5
|
+
export declare const SankeyLegendService: ValueProvider;
|
|
6
|
+
export declare const SankeyTooltipService: ValueProvider;
|
|
7
|
+
export declare const SankeyHighlightService: ValueProvider;
|
|
8
|
+
export declare const SankeyExportService: ValueProvider;
|
|
9
|
+
/**
|
|
10
|
+
* NgModule definition for the Sankey component with providers.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SankeyAllModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyAllModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyAllModule, never, [typeof i1.CommonModule, typeof i2.SankeyModule], [typeof i2.SankeyModule]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SankeyAllModule>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Sankey } from '@syncfusion/ej2-charts';
|
|
4
|
+
import { SankeyNodesCollectionDirective } from './nodes.directive';
|
|
5
|
+
import { SankeyLinksCollectionDirective } from './links.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const inputs: string[];
|
|
8
|
+
export declare const outputs: string[];
|
|
9
|
+
export declare const twoWays: string[];
|
|
10
|
+
/**
|
|
11
|
+
* Sankey Component
|
|
12
|
+
* ```html
|
|
13
|
+
* <ejs-sankey></ejs-sankey>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class SankeyComponent extends Sankey implements IComponentBase {
|
|
17
|
+
private ngEle;
|
|
18
|
+
private srenderer;
|
|
19
|
+
private viewContainerRef;
|
|
20
|
+
private injector;
|
|
21
|
+
context: any;
|
|
22
|
+
tagObjects: any;
|
|
23
|
+
afterExport: any;
|
|
24
|
+
beforeExport: any;
|
|
25
|
+
beforePrint: any;
|
|
26
|
+
exportCompleted: any;
|
|
27
|
+
labelRendering: any;
|
|
28
|
+
legendItemHover: any;
|
|
29
|
+
legendItemRendering: any;
|
|
30
|
+
linkClick: any;
|
|
31
|
+
linkEnter: any;
|
|
32
|
+
linkLeave: any;
|
|
33
|
+
linkRendering: any;
|
|
34
|
+
load: any;
|
|
35
|
+
loaded: any;
|
|
36
|
+
nodeClick: any;
|
|
37
|
+
nodeEnter: any;
|
|
38
|
+
nodeLeave: any;
|
|
39
|
+
nodeRendering: any;
|
|
40
|
+
sizeChanged: any;
|
|
41
|
+
tooltipRendering: any;
|
|
42
|
+
childNodes: QueryList<SankeyNodesCollectionDirective>;
|
|
43
|
+
childLinks: QueryList<SankeyLinksCollectionDirective>;
|
|
44
|
+
tags: string[];
|
|
45
|
+
tooltip_sankeyNodeTemplate: any;
|
|
46
|
+
tooltip_sankeyLinkTemplate: any;
|
|
47
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
ngAfterContentChecked(): void;
|
|
52
|
+
registerEvents: (eventList: string[]) => void;
|
|
53
|
+
addTwoWay: (propList: string[]) => void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SankeyComponent, "ejs-sankey", never, { "accessibility": "accessibility"; "allowExport": "allowExport"; "animation": "animation"; "background": "background"; "backgroundImage": "backgroundImage"; "border": "border"; "enableExport": "enableExport"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "focusBorderColor": "focusBorderColor"; "focusBorderMargin": "focusBorderMargin"; "focusBorderWidth": "focusBorderWidth"; "height": "height"; "labelSettings": "labelSettings"; "legendSettings": "legendSettings"; "linkStyle": "linkStyle"; "links": "links"; "locale": "locale"; "margin": "margin"; "nodeStyle": "nodeStyle"; "nodes": "nodes"; "orientation": "orientation"; "subTitle": "subTitle"; "subTitleStyle": "subTitleStyle"; "theme": "theme"; "title": "title"; "titleStyle": "titleStyle"; "tooltip": "tooltip"; "width": "width"; }, { "afterExport": "afterExport"; "beforeExport": "beforeExport"; "beforePrint": "beforePrint"; "exportCompleted": "exportCompleted"; "labelRendering": "labelRendering"; "legendItemHover": "legendItemHover"; "legendItemRendering": "legendItemRendering"; "linkClick": "linkClick"; "linkEnter": "linkEnter"; "linkLeave": "linkLeave"; "linkRendering": "linkRendering"; "load": "load"; "loaded": "loaded"; "nodeClick": "nodeClick"; "nodeEnter": "nodeEnter"; "nodeLeave": "nodeLeave"; "nodeRendering": "nodeRendering"; "sizeChanged": "sizeChanged"; "tooltipRendering": "tooltipRendering"; }, ["tooltip_sankeyNodeTemplate", "tooltip_sankeyLinkTemplate", "childNodes", "childLinks"], never>;
|
|
56
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sankey.component";
|
|
3
|
+
import * as i2 from "./nodes.directive";
|
|
4
|
+
import * as i3 from "./links.directive";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the Sankey component.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SankeyModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyModule, [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective], [typeof i4.CommonModule], [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SankeyModule>;
|
|
13
|
+
}
|
|
@@ -76,6 +76,13 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
76
76
|
* @default 14
|
|
77
77
|
*/
|
|
78
78
|
kPeriod: any;
|
|
79
|
+
/**
|
|
80
|
+
* Applies a linear gradient fill to the series.
|
|
81
|
+
* The gradient transitions colors along a straight line.
|
|
82
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
83
|
+
* @default null
|
|
84
|
+
*/
|
|
85
|
+
linearGradient: any;
|
|
79
86
|
/**
|
|
80
87
|
* The DataSource field that contains the low value of y
|
|
81
88
|
* It is applicable for series and technical indicators
|
|
@@ -142,6 +149,12 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
142
149
|
* @default null
|
|
143
150
|
*/
|
|
144
151
|
query: any;
|
|
152
|
+
/**
|
|
153
|
+
* Applies a radial gradient fill to the series.
|
|
154
|
+
* The gradient transitions colors outward from a central point.
|
|
155
|
+
* @default null
|
|
156
|
+
*/
|
|
157
|
+
radialGradient: any;
|
|
145
158
|
/**
|
|
146
159
|
* Defines the name of the series, the data of which has to be depicted as indicator.
|
|
147
160
|
* @default ''
|
|
@@ -200,7 +213,7 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
200
213
|
yAxisName: any;
|
|
201
214
|
constructor(viewContainerRef: ViewContainerRef);
|
|
202
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartIndicatorDirective, never>;
|
|
203
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorDirective, "e-stockchart-indicators>e-stockchart-indicator", never, { "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "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"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
216
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartIndicatorDirective, "e-stockchart-indicators>e-stockchart-indicator", never, { "animation": "animation"; "bandColor": "bandColor"; "close": "close"; "dPeriod": "dPeriod"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fastPeriod": "fastPeriod"; "field": "field"; "fill": "fill"; "high": "high"; "kPeriod": "kPeriod"; "linearGradient": "linearGradient"; "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"; "radialGradient": "radialGradient"; "seriesName": "seriesName"; "showZones": "showZones"; "slowPeriod": "slowPeriod"; "standardDeviation": "standardDeviation"; "type": "type"; "upperLine": "upperLine"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; }, {}, never>;
|
|
204
217
|
}
|
|
205
218
|
/**
|
|
206
219
|
* StockChartIndicator Array Directive
|