@syncfusion/ej2-angular-charts 32.2.9-ngcc → 33.1.44-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-charts.es5.js +373 -14
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-charts.js +354 -14
- package/@syncfusion/ej2-angular-charts.js.map +1 -1
- package/README.md +8 -1
- package/dist/ej2-angular-charts.umd.js +418 -14
- package/dist/ej2-angular-charts.umd.js.map +1 -1
- package/dist/ej2-angular-charts.umd.min.js +2 -2
- package/dist/ej2-angular-charts.umd.min.js.map +1 -1
- package/ej2-angular-charts.d.ts +1 -0
- package/ej2-angular-charts.metadata.json +1 -1
- package/package.json +17 -47
- 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 +1 -0
- package/src/accumulation-chart/series.directive.d.ts +13 -0
- package/src/chart/axes.directive.d.ts +23 -0
- package/src/chart/chart-all.module.d.ts +1 -0
- package/src/chart/chart.component.d.ts +2 -0
- package/src/chart/indicators.directive.d.ts +10 -0
- package/src/chart/series.directive.d.ts +17 -0
- package/src/chart/trendlines.directive.d.ts +10 -0
- package/src/index.d.ts +6 -1
- package/src/sankey/links.directive.d.ts +41 -0
- package/src/sankey/nodes.directive.d.ts +44 -0
- package/src/sankey/sankey-all.module.d.ts +10 -0
- package/src/sankey/sankey.component.d.ts +53 -0
- package/src/sankey/sankey.module.d.ts +5 -0
- package/src/stock-chart/indicators.directive.d.ts +13 -0
- package/src/stock-chart/series.directive.d.ts +17 -0
- package/src/stock-chart/stockchart.component.d.ts +2 -0
- package/src/stock-chart/trendlines.directive.d.ts +10 -0
package/package.json
CHANGED
|
@@ -1,45 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-charts@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-charts",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-charts",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-charts/-/ej2-angular-charts-32.1.1.tgz",
|
|
23
|
-
"_shasum": "b58052a33073d298ae213923fb7016e200ac24f8",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-charts@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-charts",
|
|
3
|
+
"version": "33.1.44-ngcc",
|
|
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
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@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"
|
|
37
12
|
},
|
|
38
|
-
"deprecated": false,
|
|
39
|
-
"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",
|
|
40
13
|
"devDependencies": {},
|
|
41
|
-
"es2015": "@syncfusion/ej2-angular-charts.js",
|
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
14
|
"keywords": [
|
|
44
15
|
"angular",
|
|
45
16
|
"angular-charts",
|
|
@@ -54,19 +25,18 @@
|
|
|
54
25
|
"angular-bullet-chart",
|
|
55
26
|
"angular-bullet-graph",
|
|
56
27
|
"angular-chart3d",
|
|
57
|
-
"angular-circularchart3d"
|
|
28
|
+
"angular-circularchart3d",
|
|
29
|
+
"angular-sankey"
|
|
58
30
|
],
|
|
59
|
-
"license": "SEE LICENSE IN license",
|
|
60
|
-
"main": "dist/ej2-angular-charts.umd.js",
|
|
61
|
-
"metadata": "ej2-angular-charts.metadata.json",
|
|
62
|
-
"module": "@syncfusion/ej2-angular-charts.es5.js",
|
|
63
|
-
"name": "@syncfusion/ej2-angular-charts",
|
|
64
31
|
"repository": {
|
|
65
32
|
"type": "git",
|
|
66
|
-
"url": "
|
|
33
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
67
34
|
},
|
|
68
|
-
"schematics": "./schematics/collection.json",
|
|
69
35
|
"sideEffects": false,
|
|
36
|
+
"main": "dist/ej2-angular-charts.umd.js",
|
|
37
|
+
"module": "@syncfusion/ej2-angular-charts.es5.js",
|
|
38
|
+
"es2015": "@syncfusion/ej2-angular-charts.js",
|
|
70
39
|
"typings": "ej2-angular-charts.d.ts",
|
|
71
|
-
"
|
|
40
|
+
"metadata": "ej2-angular-charts.metadata.json",
|
|
41
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
72
42
|
}
|
|
@@ -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';
|
|
@@ -48,6 +48,7 @@ export declare class AccumulationChartComponent extends AccumulationChart implem
|
|
|
48
48
|
childAnnotations: QueryList<AccumulationAnnotationsDirective>;
|
|
49
49
|
tags: string[];
|
|
50
50
|
tooltip_template: any;
|
|
51
|
+
legendSettings_template: any;
|
|
51
52
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
52
53
|
ngOnInit(): void;
|
|
53
54
|
ngAfterViewInit(): void;
|
|
@@ -151,6 +151,13 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
151
151
|
* @default 'SeriesType'
|
|
152
152
|
*/
|
|
153
153
|
legendShape: any;
|
|
154
|
+
/**
|
|
155
|
+
* Applies a linear gradient fill to the series.
|
|
156
|
+
* The gradient transitions colors along a straight line.
|
|
157
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
158
|
+
* @default null
|
|
159
|
+
*/
|
|
160
|
+
linearGradient: any;
|
|
154
161
|
/**
|
|
155
162
|
* The `name` property allows for setting a name for the series.
|
|
156
163
|
* @default ''
|
|
@@ -192,6 +199,12 @@ export declare class AccumulationSeriesDirective extends ComplexBase<Accumulatio
|
|
|
192
199
|
* @default null
|
|
193
200
|
*/
|
|
194
201
|
query: any;
|
|
202
|
+
/**
|
|
203
|
+
* Applies a radial gradient fill to the series.
|
|
204
|
+
* The gradient transitions colors outward from a central point.
|
|
205
|
+
* @default null
|
|
206
|
+
*/
|
|
207
|
+
radialGradient: any;
|
|
195
208
|
/**
|
|
196
209
|
* Specifies the radius of the pie series as a percentage of the chart's size.
|
|
197
210
|
* @default null
|
|
@@ -159,6 +159,29 @@ export declare class AxisDirective extends ComplexBase<AxisDirective> {
|
|
|
159
159
|
* This property allows defining various font settings to control how the labels are displayed on the axis.
|
|
160
160
|
*/
|
|
161
161
|
labelStyle: any;
|
|
162
|
+
/**
|
|
163
|
+
* Specifies the template used to render axis labels, allowing for customized labels with text, images, or other UI elements.
|
|
164
|
+
* The template is provided as a string with placeholders for interpolation. Use `${label}` to insert the axis label and `${value}` for the axis label value.
|
|
165
|
+
* For security, string templates use dangerouslySetInnerHTML in React—ensure input is trusted to avoid XSS vulnerabilities.
|
|
166
|
+
* If null or undefined, the axis will render default labels.
|
|
167
|
+
* Compatible with both categorical and numerical axes.
|
|
168
|
+
* @example ```html
|
|
169
|
+
<div id='Chart'></div>
|
|
170
|
+
```
|
|
171
|
+
```typescript
|
|
172
|
+
let chart: Chart = new Chart({
|
|
173
|
+
...
|
|
174
|
+
primaryXAxis: {
|
|
175
|
+
labelTemplate: '<div>Country: ${label}</div>'
|
|
176
|
+
}
|
|
177
|
+
...
|
|
178
|
+
});
|
|
179
|
+
chart.appendTo('#Chart');
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
* @default null
|
|
183
|
+
*/
|
|
184
|
+
labelTemplate: any;
|
|
162
185
|
/**
|
|
163
186
|
* Determines the alignment of labels when a line break occurs in the axis labels.
|
|
164
187
|
* @default 'Center'
|
|
@@ -59,6 +59,7 @@ export declare const ExportService: ValueProvider;
|
|
|
59
59
|
export declare const DataEditingService: ValueProvider;
|
|
60
60
|
export declare const HighlightService: ValueProvider;
|
|
61
61
|
export declare const LastValueLabelService: ValueProvider;
|
|
62
|
+
export declare const SeriesLabelService: ValueProvider;
|
|
62
63
|
/**
|
|
63
64
|
* NgModule definition for the Chart component with providers.
|
|
64
65
|
*/
|
|
@@ -41,6 +41,7 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
41
41
|
chartMouseLeave: any;
|
|
42
42
|
chartMouseMove: any;
|
|
43
43
|
chartMouseUp: any;
|
|
44
|
+
crosshairLabelRender: any;
|
|
44
45
|
drag: any;
|
|
45
46
|
dragComplete: any;
|
|
46
47
|
dragEnd: any;
|
|
@@ -76,6 +77,7 @@ export declare class ChartComponent extends Chart implements IComponentBase {
|
|
|
76
77
|
childIndicators: QueryList<IndicatorsDirective>;
|
|
77
78
|
tags: string[];
|
|
78
79
|
tooltip_template: any;
|
|
80
|
+
legendSettings_template: any;
|
|
79
81
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
80
82
|
ngOnInit(): void;
|
|
81
83
|
ngAfterViewInit(): void;
|
|
@@ -104,6 +104,11 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
104
104
|
* @default 14
|
|
105
105
|
*/
|
|
106
106
|
kPeriod: any;
|
|
107
|
+
/**
|
|
108
|
+
* Applies a linear gradient fill to the indicator.
|
|
109
|
+
* @default null
|
|
110
|
+
*/
|
|
111
|
+
linearGradient: any;
|
|
107
112
|
/**
|
|
108
113
|
* The data source field that contains the low value.
|
|
109
114
|
* It is applicable for both financial series and technical indicators.
|
|
@@ -170,6 +175,11 @@ export declare class IndicatorDirective extends ComplexBase<IndicatorDirective>
|
|
|
170
175
|
* @default ''
|
|
171
176
|
*/
|
|
172
177
|
query: any;
|
|
178
|
+
/**
|
|
179
|
+
* Applies a radial gradient fill to the indicator.
|
|
180
|
+
* @default null
|
|
181
|
+
*/
|
|
182
|
+
radialGradient: any;
|
|
173
183
|
/**
|
|
174
184
|
* Defines the axis along which the line series will be split.
|
|
175
185
|
*/
|
|
@@ -230,6 +230,10 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
230
230
|
* @default true
|
|
231
231
|
*/
|
|
232
232
|
isClosed: any;
|
|
233
|
+
/**
|
|
234
|
+
* Configures the options for displaying series names as inline labels in the chart.
|
|
235
|
+
*/
|
|
236
|
+
labelSettings: any;
|
|
233
237
|
/**
|
|
234
238
|
* Options for customizing and displaying the last value in the series.
|
|
235
239
|
*/
|
|
@@ -257,6 +261,13 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
257
261
|
* @default 'SeriesType'
|
|
258
262
|
*/
|
|
259
263
|
legendShape: any;
|
|
264
|
+
/**
|
|
265
|
+
* Applies a linear gradient fill to the series.
|
|
266
|
+
* The gradient transitions colors along a straight line.
|
|
267
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
268
|
+
* @default null
|
|
269
|
+
*/
|
|
270
|
+
linearGradient: any;
|
|
260
271
|
/**
|
|
261
272
|
* The data source field that contains the low value.
|
|
262
273
|
* It is applicable for both financial series and technical indicators.
|
|
@@ -324,6 +335,12 @@ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
|
|
|
324
335
|
* @default ''
|
|
325
336
|
*/
|
|
326
337
|
query: any;
|
|
338
|
+
/**
|
|
339
|
+
* Applies a radial gradient fill to the series.
|
|
340
|
+
* The gradient transitions colors outward from a central point.
|
|
341
|
+
* @default null
|
|
342
|
+
*/
|
|
343
|
+
radialGradient: any;
|
|
327
344
|
/**
|
|
328
345
|
* Defines the axis along which the line series will be split.
|
|
329
346
|
*/
|
|
@@ -71,6 +71,11 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
71
71
|
* @default 'SeriesType'
|
|
72
72
|
*/
|
|
73
73
|
legendShape: any;
|
|
74
|
+
/**
|
|
75
|
+
* Applies a linear gradient fill to the trendline.
|
|
76
|
+
* @default null
|
|
77
|
+
*/
|
|
78
|
+
linearGradient: any;
|
|
74
79
|
/**
|
|
75
80
|
* Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.
|
|
76
81
|
|
|
@@ -91,6 +96,11 @@ export declare class TrendlineDirective extends ComplexBase<TrendlineDirective>
|
|
|
91
96
|
* @default 2
|
|
92
97
|
*/
|
|
93
98
|
polynomialOrder: any;
|
|
99
|
+
/**
|
|
100
|
+
* Applies a radial gradient fill to the trendline.
|
|
101
|
+
* @default null
|
|
102
|
+
*/
|
|
103
|
+
radialGradient: any;
|
|
94
104
|
/**
|
|
95
105
|
* 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.
|
|
96
106
|
* @default true
|
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,41 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Sankey Links Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-sankey-links>
|
|
7
|
+
* <e-sankey-link></e-sankey-link>
|
|
8
|
+
* </e-sankey-links>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the unique identifier of the source node for this
|
|
16
|
+
* link.
|
|
17
|
+
* This should match the `id` of an existing Sankey node.
|
|
18
|
+
* @default null
|
|
19
|
+
*/
|
|
20
|
+
sourceId: any;
|
|
21
|
+
/**
|
|
22
|
+
* Specifies the unique identifier of the target node for this link.
|
|
23
|
+
* This should match the `id` of an existing Sankey node.
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
targetId: any;
|
|
27
|
+
/**
|
|
28
|
+
* Defines the weight or value of the link.
|
|
29
|
+
* This determines the thickness of the link in the Sankey diagram.
|
|
30
|
+
* @default null
|
|
31
|
+
*/
|
|
32
|
+
value: any;
|
|
33
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* SankeyLink Array Directive
|
|
37
|
+
* @private
|
|
38
|
+
*/
|
|
39
|
+
export declare class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {
|
|
40
|
+
constructor();
|
|
41
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Sankey Nodes Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-sankey-nodes>
|
|
7
|
+
* <e-sankey-node></e-sankey-node>
|
|
8
|
+
* </e-sankey-nodes>
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {
|
|
12
|
+
private viewContainerRef;
|
|
13
|
+
directivePropList: any;
|
|
14
|
+
/**
|
|
15
|
+
* Specifies the color applied to the node.
|
|
16
|
+
* The node color is applied based on the current theme if this property is not specified.
|
|
17
|
+
* @default null
|
|
18
|
+
*/
|
|
19
|
+
color: any;
|
|
20
|
+
/**
|
|
21
|
+
* A unique string identifier for the node.
|
|
22
|
+
* Ensure the `id` is unique across all nodes in the Sankey chart.
|
|
23
|
+
* @default null
|
|
24
|
+
*/
|
|
25
|
+
id: any;
|
|
26
|
+
/**
|
|
27
|
+
* Options for customizing the data label of the Sankey node.
|
|
28
|
+
*/
|
|
29
|
+
label: any;
|
|
30
|
+
/**
|
|
31
|
+
* Specifies a custom offset position for the node.
|
|
32
|
+
* This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.
|
|
33
|
+
* @default 0
|
|
34
|
+
*/
|
|
35
|
+
offset: any;
|
|
36
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* SankeyNode Array Directive
|
|
40
|
+
* @private
|
|
41
|
+
*/
|
|
42
|
+
export declare class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
2
|
+
export declare const SankeyLegendService: ValueProvider;
|
|
3
|
+
export declare const SankeyTooltipService: ValueProvider;
|
|
4
|
+
export declare const SankeyHighlightService: ValueProvider;
|
|
5
|
+
export declare const SankeyExportService: ValueProvider;
|
|
6
|
+
/**
|
|
7
|
+
* NgModule definition for the Sankey component with providers.
|
|
8
|
+
*/
|
|
9
|
+
export declare class SankeyAllModule {
|
|
10
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Sankey Component
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-sankey></ejs-sankey>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class SankeyComponent extends Sankey implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
afterExport: any;
|
|
23
|
+
beforeExport: any;
|
|
24
|
+
beforePrint: any;
|
|
25
|
+
exportCompleted: any;
|
|
26
|
+
labelRendering: any;
|
|
27
|
+
legendItemHover: any;
|
|
28
|
+
legendItemRendering: any;
|
|
29
|
+
linkClick: any;
|
|
30
|
+
linkEnter: any;
|
|
31
|
+
linkLeave: any;
|
|
32
|
+
linkRendering: any;
|
|
33
|
+
load: any;
|
|
34
|
+
loaded: any;
|
|
35
|
+
nodeClick: any;
|
|
36
|
+
nodeEnter: any;
|
|
37
|
+
nodeLeave: any;
|
|
38
|
+
nodeRendering: any;
|
|
39
|
+
sizeChanged: any;
|
|
40
|
+
tooltipRendering: any;
|
|
41
|
+
childNodes: QueryList<SankeyNodesCollectionDirective>;
|
|
42
|
+
childLinks: QueryList<SankeyLinksCollectionDirective>;
|
|
43
|
+
tags: string[];
|
|
44
|
+
tooltip_sankeyNodeTemplate: any;
|
|
45
|
+
tooltip_sankeyLinkTemplate: any;
|
|
46
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
ngAfterViewInit(): void;
|
|
49
|
+
ngOnDestroy(): void;
|
|
50
|
+
ngAfterContentChecked(): void;
|
|
51
|
+
registerEvents: (eventList: string[]) => void;
|
|
52
|
+
addTwoWay: (propList: string[]) => void;
|
|
53
|
+
}
|
|
@@ -75,6 +75,13 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
75
75
|
* @default 14
|
|
76
76
|
*/
|
|
77
77
|
kPeriod: any;
|
|
78
|
+
/**
|
|
79
|
+
* Applies a linear gradient fill to the series.
|
|
80
|
+
* The gradient transitions colors along a straight line.
|
|
81
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
82
|
+
* @default null
|
|
83
|
+
*/
|
|
84
|
+
linearGradient: any;
|
|
78
85
|
/**
|
|
79
86
|
* The DataSource field that contains the low value of y
|
|
80
87
|
* It is applicable for series and technical indicators
|
|
@@ -141,6 +148,12 @@ export declare class StockChartIndicatorDirective extends ComplexBase<StockChart
|
|
|
141
148
|
* @default null
|
|
142
149
|
*/
|
|
143
150
|
query: any;
|
|
151
|
+
/**
|
|
152
|
+
* Applies a radial gradient fill to the series.
|
|
153
|
+
* The gradient transitions colors outward from a central point.
|
|
154
|
+
* @default null
|
|
155
|
+
*/
|
|
156
|
+
radialGradient: any;
|
|
144
157
|
/**
|
|
145
158
|
* Defines the name of the series, the data of which has to be depicted as indicator.
|
|
146
159
|
* @default ''
|
|
@@ -110,6 +110,10 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
|
|
|
110
110
|
* @default ''
|
|
111
111
|
*/
|
|
112
112
|
high: any;
|
|
113
|
+
/**
|
|
114
|
+
* Configures the options for displaying series names as inline labels in the stock chart.
|
|
115
|
+
*/
|
|
116
|
+
labelSettings: any;
|
|
113
117
|
/**
|
|
114
118
|
* Options for customizing and displaying the last value in the series.
|
|
115
119
|
*/
|
|
@@ -135,6 +139,13 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
|
|
|
135
139
|
* @default 'SeriesType'
|
|
136
140
|
*/
|
|
137
141
|
legendShape: any;
|
|
142
|
+
/**
|
|
143
|
+
* Applies a linear gradient fill to the series.
|
|
144
|
+
* The gradient transitions colors along a straight line.
|
|
145
|
+
* When both linearGradient and radialGradient are specified, linearGradient takes precedence.
|
|
146
|
+
* @default null
|
|
147
|
+
*/
|
|
148
|
+
linearGradient: any;
|
|
138
149
|
/**
|
|
139
150
|
* The DataSource field that contains the low value of y
|
|
140
151
|
* It is applicable for series and technical indicators
|
|
@@ -172,6 +183,12 @@ export declare class StockChartSeriesDirective extends ComplexBase<StockChartSer
|
|
|
172
183
|
* @default null
|
|
173
184
|
*/
|
|
174
185
|
query: any;
|
|
186
|
+
/**
|
|
187
|
+
* Applies a radial gradient fill to the series.
|
|
188
|
+
* The gradient transitions colors outward from a central point.
|
|
189
|
+
* @default null
|
|
190
|
+
*/
|
|
191
|
+
radialGradient: any;
|
|
175
192
|
/**
|
|
176
193
|
* Custom style for the selected series or points.
|
|
177
194
|
* @default null
|
|
@@ -27,6 +27,7 @@ export declare class StockChartComponent extends StockChart implements IComponen
|
|
|
27
27
|
tagObjects: any;
|
|
28
28
|
axisLabelRender: any;
|
|
29
29
|
beforeExport: any;
|
|
30
|
+
crosshairLabelRender: any;
|
|
30
31
|
legendClick: any;
|
|
31
32
|
legendRender: any;
|
|
32
33
|
load: any;
|
|
@@ -55,6 +56,7 @@ export declare class StockChartComponent extends StockChart implements IComponen
|
|
|
55
56
|
childIndicators: QueryList<StockChartIndicatorsDirective>;
|
|
56
57
|
tags: string[];
|
|
57
58
|
tooltip_template: any;
|
|
59
|
+
legendSettings_template: any;
|
|
58
60
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
59
61
|
ngOnInit(): void;
|
|
60
62
|
ngAfterViewInit(): void;
|
|
@@ -72,6 +72,11 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
|
|
|
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
|
|
|
@@ -92,6 +97,11 @@ export declare class StockChartTrendlineDirective extends ComplexBase<StockChart
|
|
|
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
|