@mescius/wijmo.angular.chart.finance.analytics 5.20232.939
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/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +14 -0
- package/es5-esm.js +14 -0
- package/index.d.ts +547 -0
- package/index.js +14 -0
- package/package.json +47 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,547 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* {@module wijmo.angular.chart.finance.analytics}
|
|
15
|
+
* AngularJS directives for wijmo.angular.chart.finance.analytics module
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare var ___keepComment: any;
|
|
21
|
+
import { WjSeriesBase } from '@grapecity/wijmo.angular.chart';
|
|
22
|
+
/**
|
|
23
|
+
* Angular module name, which can be used in the <b>angular.module(moduleName)</b>
|
|
24
|
+
* function to obtain a reference to the module .
|
|
25
|
+
*/
|
|
26
|
+
export declare const ngModuleName = "wj.chart.finance.analytics";
|
|
27
|
+
export declare class WjBaseOverlayIndicator extends WjSeriesBase {
|
|
28
|
+
constructor();
|
|
29
|
+
readonly _controlConstructor: any;
|
|
30
|
+
}
|
|
31
|
+
export declare class WjBaseSingleOverlayIndicator extends WjBaseOverlayIndicator {
|
|
32
|
+
constructor();
|
|
33
|
+
readonly _controlConstructor: any;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* AngularJS directive for the {@link FinancialChart} {@link Fibonacci} object.
|
|
37
|
+
*
|
|
38
|
+
* The <b>wj-flex-chart-fibonacci</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
39
|
+
* It supports the following attributes:
|
|
40
|
+
*
|
|
41
|
+
* <dl class="dl-horizontal">
|
|
42
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
43
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
44
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
45
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
46
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
47
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
48
|
+
* data for this series.</dd>
|
|
49
|
+
* <dt>high</dt> <dd><code>@</code> The high value of {@link Fibonacci} tool.</dd>
|
|
50
|
+
* <dt>labelPosition</dt> <dd><code>@</code> The label position for levels in {@link Fibonacci} tool.</dd>
|
|
51
|
+
* <dt>levels</dt> <dd><code>@</code> The levels value of {@link Fibonacci} tool.</dd>
|
|
52
|
+
* <dt>low</dt> <dd><code>@</code> The low value of {@link Fibonacci} tool.</dd>
|
|
53
|
+
* <dt>minX</dt> <dd><code>@</code> The x minimum value of {@link Fibonacci} tool.</dd>
|
|
54
|
+
* <dt>maxX</dt> <dd><code>@</code> The x maximum value of {@link Fibonacci} tool.</dd>
|
|
55
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
56
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
57
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
58
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
59
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
60
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
61
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
62
|
+
* <dt>altStyle</dt> <dd><code>=</code> The series alternative style.</dd>
|
|
63
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
64
|
+
* display the series.</dd>
|
|
65
|
+
* <dt>uptrend</dt> <dd><code>@</code> The value indicating whether to create uptrending {@link Fibonacci} tool.</dd>
|
|
66
|
+
* </dl>
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
export declare class WjFlexChartFibonacci extends WjSeriesBase {
|
|
70
|
+
constructor();
|
|
71
|
+
readonly _controlConstructor: any;
|
|
72
|
+
_initControl(element: any): any;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* AngularJS directive for the {@link FinancialChart} {@link FibonacciArcs} object.
|
|
76
|
+
*
|
|
77
|
+
* The <b>wj-flex-chart-fibonacci-arcs</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
78
|
+
* It supports the following attributes:
|
|
79
|
+
*
|
|
80
|
+
* <dl class="dl-horizontal">
|
|
81
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
82
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
83
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
84
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
85
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
86
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
87
|
+
* data for this series.</dd>
|
|
88
|
+
* <dt>labelPosition</dt> <dd><code>@</code> The {@link LabelPosition} for levels in {@link FibonacciArcs} tool.</dd>
|
|
89
|
+
* <dt>levels</dt> <dd><code>@</code> The levels value of {@link FibonacciArcs} tool.</dd>
|
|
90
|
+
* <dt>start-x</dt> <dd><code>@</code> The starting X value of {@link FibonacciArcs} tool.</dd>
|
|
91
|
+
* <dt>end-x</dt> <dd><code>@</code> The ending X value of {@link FibonacciArcs} tool.</dd>
|
|
92
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
93
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
94
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
95
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
96
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
97
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
98
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
99
|
+
* <dt>altStyle</dt> <dd><code>=</code> The series alternative style.</dd>
|
|
100
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
101
|
+
* display the series.</dd>
|
|
102
|
+
* </dl>
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
export declare class WjFlexChartFibonacciArcs extends WjSeriesBase {
|
|
106
|
+
constructor();
|
|
107
|
+
readonly _controlConstructor: any;
|
|
108
|
+
_initControl(element: any): any;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* AngularJS directive for the {@link FinancialChart} {@link FibonacciFans} object.
|
|
112
|
+
*
|
|
113
|
+
* The <b>wj-flex-chart-fibonacci-fans</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
114
|
+
* It supports the following attributes:
|
|
115
|
+
*
|
|
116
|
+
* <dl class="dl-horizontal">
|
|
117
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
118
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
119
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
120
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
121
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
122
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
123
|
+
* data for this series.</dd>
|
|
124
|
+
* <dt>labelPosition</dt> <dd><code>@</code> The {@link LabelPosition} for levels in {@link FibonacciFans} tool.</dd>
|
|
125
|
+
* <dt>levels</dt> <dd><code>@</code> The levels value of {@link FibonacciFans} tool.</dd>
|
|
126
|
+
* <dt>start</dt> <dd><code>@</code> The starting {@link DataPoint} of {@link FibonacciFans} tool.</dd>
|
|
127
|
+
* <dt>end</dt> <dd><code>@</code> The ending {@link DataPoint} of {@link FibonacciFans} tool.</dd>
|
|
128
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
129
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
130
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
131
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
132
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
133
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
134
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
135
|
+
* <dt>altStyle</dt> <dd><code>=</code> The series alternative style.</dd>
|
|
136
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
137
|
+
* display the series.</dd>
|
|
138
|
+
* </dl>
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
export declare class WjFlexChartFibonacciFans extends WjSeriesBase {
|
|
142
|
+
constructor();
|
|
143
|
+
readonly _controlConstructor: any;
|
|
144
|
+
_initControl(element: any): any;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* AngularJS directive for the {@link FinancialChart} {@link FibonacciTimeZones} object.
|
|
148
|
+
*
|
|
149
|
+
* The <b>wj-flex-chart-fibonacci-time-zones</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
150
|
+
* It supports the following attributes:
|
|
151
|
+
*
|
|
152
|
+
* <dl class="dl-horizontal">
|
|
153
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
154
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
155
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
156
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
157
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
158
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
159
|
+
* data for this series.</dd>
|
|
160
|
+
* <dt>labelPosition</dt> <dd><code>@</code> The {@link LabelPosition} for levels in {@link FibonacciTimeZones} tool.</dd>
|
|
161
|
+
* <dt>levels</dt> <dd><code>@</code> The levels value of {@link FibonacciTimeZones} tool.</dd>
|
|
162
|
+
* <dt>startX</dt> <dd><code>@</code> The starting X value of {@link FibonacciTimeZones} tool.</dd>
|
|
163
|
+
* <dt>endX</dt> <dd><code>@</code> The ending X value of {@link FibonacciTimeZones} tool.</dd>
|
|
164
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
165
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
166
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
167
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
168
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
169
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
170
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
171
|
+
* <dt>altStyle</dt> <dd><code>=</code> The series alternative style.</dd>
|
|
172
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
173
|
+
* display the series.</dd>
|
|
174
|
+
* </dl>
|
|
175
|
+
*
|
|
176
|
+
*/
|
|
177
|
+
export declare class WjFlexChartFibonacciTimeZones extends WjSeriesBase {
|
|
178
|
+
constructor();
|
|
179
|
+
readonly _controlConstructor: any;
|
|
180
|
+
_initControl(element: any): any;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* AngularJS directive for the {@link FinancialChart} {@link ATR} object.
|
|
184
|
+
*
|
|
185
|
+
* The <b>wj-flex-chart-atr</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
186
|
+
* It supports the following attributes:
|
|
187
|
+
*
|
|
188
|
+
* <dl class="dl-horizontal">
|
|
189
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
190
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
191
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
192
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
193
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
194
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
195
|
+
* data for this series.</dd>
|
|
196
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
197
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
198
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
199
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
200
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
201
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
202
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
203
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
204
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
205
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
206
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
207
|
+
* This value overrides any set at the chart level.</dd>
|
|
208
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
209
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
210
|
+
* This value overrides any setting at the chart level.</dd>
|
|
211
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
212
|
+
* display the series.</dd>
|
|
213
|
+
* <dt>period</dt> <dd><code>@</code> The period for the average true range calculation.</dd>
|
|
214
|
+
* </dl>
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
export declare class WjFlexChartAtr extends WjBaseSingleOverlayIndicator {
|
|
218
|
+
constructor();
|
|
219
|
+
readonly _controlConstructor: any;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* AngularJS directive for the {@link FinancialChart} {@link CCI} object.
|
|
223
|
+
*
|
|
224
|
+
* The <b>wj-flex-chart-cci</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
225
|
+
* It supports the following attributes:
|
|
226
|
+
*
|
|
227
|
+
* <dl class="dl-horizontal">
|
|
228
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
229
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
230
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
231
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
232
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
233
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
234
|
+
* data for this series.</dd>
|
|
235
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
236
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
237
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
238
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
239
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
240
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
241
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
242
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
243
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
244
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
245
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
246
|
+
* This value overrides any set at the chart level.</dd>
|
|
247
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
248
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
249
|
+
* This value overrides any setting at the chart level.</dd>
|
|
250
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
251
|
+
* display the series.</dd>
|
|
252
|
+
* <dt>period</dt> <dd><code>@</code> The period for the commodity channel index calculation.</dd>
|
|
253
|
+
* </dl>
|
|
254
|
+
*
|
|
255
|
+
*/
|
|
256
|
+
export declare class WjFlexChartCci extends WjBaseSingleOverlayIndicator {
|
|
257
|
+
constructor();
|
|
258
|
+
readonly _controlConstructor: any;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* AngularJS directive for the {@link FinancialChart} {@link RSI} object.
|
|
262
|
+
*
|
|
263
|
+
* The <b>wj-flex-chart-rsi</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
264
|
+
* It supports the following attributes:
|
|
265
|
+
*
|
|
266
|
+
* <dl class="dl-horizontal">
|
|
267
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
268
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
269
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
270
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
271
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
272
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
273
|
+
* data for this series.</dd>
|
|
274
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
275
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
276
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
277
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
278
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
279
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
280
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
281
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
282
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
283
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
284
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
285
|
+
* This value overrides any set at the chart level.</dd>
|
|
286
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
287
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
288
|
+
* This value overrides any setting at the chart level.</dd>
|
|
289
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
290
|
+
* display the series.</dd>
|
|
291
|
+
* <dt>period</dt> <dd><code>@</code> The period for the relative strength index calculation.</dd>
|
|
292
|
+
* </dl>
|
|
293
|
+
*
|
|
294
|
+
*/
|
|
295
|
+
export declare class WjFlexChartRsi extends WjBaseSingleOverlayIndicator {
|
|
296
|
+
constructor();
|
|
297
|
+
readonly _controlConstructor: any;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* AngularJS directive for the {@link FinancialChart} {@link WilliamsR} object.
|
|
301
|
+
*
|
|
302
|
+
* The <b>wj-flex-chart-williams-r</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
303
|
+
* It supports the following attributes:
|
|
304
|
+
*
|
|
305
|
+
* <dl class="dl-horizontal">
|
|
306
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
307
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
308
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
309
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
310
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
311
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
312
|
+
* data for this series.</dd>
|
|
313
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
314
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
315
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
316
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
317
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
318
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
319
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
320
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
321
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
322
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
323
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
324
|
+
* This value overrides any set at the chart level.</dd>
|
|
325
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
326
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
327
|
+
* This value overrides any setting at the chart level.</dd>
|
|
328
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
329
|
+
* display the series.</dd>
|
|
330
|
+
* <dt>period</dt> <dd><code>@</code> The period for the Williams %R calculation.</dd>
|
|
331
|
+
* </dl>
|
|
332
|
+
*
|
|
333
|
+
*/
|
|
334
|
+
export declare class WjFlexChartWilliamsR extends WjBaseSingleOverlayIndicator {
|
|
335
|
+
constructor();
|
|
336
|
+
readonly _controlConstructor: any;
|
|
337
|
+
}
|
|
338
|
+
export declare class WjFlexChartMacdBase extends WjBaseOverlayIndicator {
|
|
339
|
+
constructor();
|
|
340
|
+
readonly _controlConstructor: any;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* AngularJS directive for the {@link FinancialChart} {@link Macd} object.
|
|
344
|
+
*
|
|
345
|
+
* The <b>wj-flex-chart-macd</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
346
|
+
* It supports the following attributes:
|
|
347
|
+
*
|
|
348
|
+
* <dl class="dl-horizontal">
|
|
349
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
350
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
351
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
352
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
353
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
354
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
355
|
+
* data for this series.</dd>
|
|
356
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
357
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
358
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
359
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
360
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
361
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
362
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
363
|
+
* <dt>styles/dt> <dd><code></code> The styles for the MACD and Signal lines.</dd>
|
|
364
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
365
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
366
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
367
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
368
|
+
* This value overrides any set at the chart level.</dd>
|
|
369
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
370
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
371
|
+
* This value overrides any setting at the chart level.</dd>
|
|
372
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
373
|
+
* display the series.</dd>
|
|
374
|
+
* <dt>fast-period</dt> <dd><code>@</code> The fast moving average period for the MACD calculation.</dd>
|
|
375
|
+
* <dt>slow-period</dt> <dd><code>@</code> The slow moving average period for the MACD calculation.</dd>
|
|
376
|
+
* <dt>signal-smoothing-period/dt> <dd><code>@</code> The smoothing period for the MACD calculation.</dd>
|
|
377
|
+
* </dl>
|
|
378
|
+
*
|
|
379
|
+
*/
|
|
380
|
+
export declare class WjFlexChartMacd extends WjFlexChartMacdBase {
|
|
381
|
+
constructor();
|
|
382
|
+
readonly _controlConstructor: any;
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* AngularJS directive for the {@link FinancialChart} {@link MacdHistogram} object.
|
|
386
|
+
*
|
|
387
|
+
* The <b>wj-flex-chart-macd-histogram</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
388
|
+
* It supports the following attributes:
|
|
389
|
+
*
|
|
390
|
+
* <dl class="dl-horizontal">
|
|
391
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
392
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
393
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
394
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
395
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
396
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
397
|
+
* data for this series.</dd>
|
|
398
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
399
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
400
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
401
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
402
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
403
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
404
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
405
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
406
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
407
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
408
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
409
|
+
* This value overrides any set at the chart level.</dd>
|
|
410
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
411
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
412
|
+
* This value overrides any setting at the chart level.</dd>
|
|
413
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
414
|
+
* display the series.</dd>
|
|
415
|
+
* <dt>fast-period</dt> <dd><code>@</code> The fast moving average period for the MACD calculation.</dd>
|
|
416
|
+
* <dt>slow-period</dt> <dd><code>@</code> The slow moving average period for the MACD calculation.</dd>
|
|
417
|
+
* <dt>signal-smoothing-period/dt> <dd><code>@</code> The smoothing period for the MACD calculation.</dd>
|
|
418
|
+
* </dl>
|
|
419
|
+
*
|
|
420
|
+
*/
|
|
421
|
+
export declare class WjFlexChartMacdHistogram extends WjFlexChartMacdBase {
|
|
422
|
+
constructor();
|
|
423
|
+
readonly _controlConstructor: any;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* AngularJS directive for the {@link FinancialChart} {@link Stochastic} object.
|
|
427
|
+
*
|
|
428
|
+
* The <b>wj-flex-chart-stochastic</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
429
|
+
* It supports the following attributes:
|
|
430
|
+
*
|
|
431
|
+
* <dl class="dl-horizontal">
|
|
432
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
433
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
434
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
435
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
436
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
437
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
438
|
+
* data for this series.</dd>
|
|
439
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
440
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
441
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
442
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
443
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
444
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
445
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
446
|
+
* <dt>styles/dt> <dd><code></code> The styles for the %K and %D lines.</dd>
|
|
447
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
448
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
449
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
450
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
451
|
+
* This value overrides any set at the chart level.</dd>
|
|
452
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
453
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
454
|
+
* This value overrides any setting at the chart level.</dd>
|
|
455
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
456
|
+
* display the series.</dd>
|
|
457
|
+
* <dt>k-period</dt> <dd><code>@</code> The period for the %K calculation.</dd>
|
|
458
|
+
* <dt>d-period</dt> <dd><code>@</code> The period for the %D calculation.</dd>
|
|
459
|
+
* <dt>smoothing-period</dt> <dd><code>@</code> The smoothing period for the %K calculation.</dd>
|
|
460
|
+
* </dl>
|
|
461
|
+
*
|
|
462
|
+
*/
|
|
463
|
+
export declare class WjFlexChartStochastic extends WjBaseOverlayIndicator {
|
|
464
|
+
constructor();
|
|
465
|
+
readonly _controlConstructor: any;
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* AngularJS directive for the {@link FinancialChart} {@link BollingerBands} object.
|
|
469
|
+
*
|
|
470
|
+
* The <b>wj-flex-chart-bollinger-bands</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
471
|
+
* It supports the following attributes:
|
|
472
|
+
*
|
|
473
|
+
* <dl class="dl-horizontal">
|
|
474
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
475
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
476
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
477
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
478
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
479
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
480
|
+
* data for this series.</dd>
|
|
481
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
482
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
483
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
484
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
485
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
486
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
487
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
488
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
489
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
490
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
491
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
492
|
+
* This value overrides any set at the chart level.</dd>
|
|
493
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
494
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
495
|
+
* This value overrides any setting at the chart level.</dd>
|
|
496
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
497
|
+
* display the series.</dd>
|
|
498
|
+
* <dt>period</dt> <dd><code>@</code> The period for the Bollinger Bands calculation.</dd>
|
|
499
|
+
* <dt>multiplier/dt> <dd><code>@</code> The standard deviation multiplier for the Bollinger Bands calculation.</dd>
|
|
500
|
+
* </dl>
|
|
501
|
+
*
|
|
502
|
+
*/
|
|
503
|
+
export declare class WjFlexChartBollingerBands extends WjBaseOverlayIndicator {
|
|
504
|
+
constructor();
|
|
505
|
+
readonly _controlConstructor: any;
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* AngularJS directive for the {@link FinancialChart} {@link Envelopes} object.
|
|
509
|
+
*
|
|
510
|
+
* The <b>wj-flex-chart-envelopes</b> directive must be contained in a {@link wijmo.angular.chart.finance.WjFinancialChart} directive.
|
|
511
|
+
* It supports the following attributes:
|
|
512
|
+
*
|
|
513
|
+
* <dl class="dl-horizontal">
|
|
514
|
+
* <dt>binding</dt> <dd><code>@</code> The name of the property that contains Y values for the
|
|
515
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
516
|
+
* <dt>binding-x</dt> <dd><code>@</code> The name of the property that contains X values for the
|
|
517
|
+
* series. This value overrides any binding set for the chart.</dd>
|
|
518
|
+
* <dt>css-class</dt> <dd><code>@</code> The CSS class to use for the series.</dd>
|
|
519
|
+
* <dt>items-source</dt> <dd><code>=</code> An array or {@link ICollectionView} object that contains
|
|
520
|
+
* data for this series.</dd>
|
|
521
|
+
* <dt>name</dt> <dd><code>@</code> The name of the series to show in the legend.</dd>
|
|
522
|
+
* <dt>style</dt> <dd><code>=</code> The series style. Use ng-attr-style to specify the series
|
|
523
|
+
* style object as an object. See the section on ngAttr attribute bindings in
|
|
524
|
+
* <a target="_blank" href="https://docs.angularjs.org/guide/directive">
|
|
525
|
+
* AngularJS Creating Custom Directives</a> and the <a target="_blank" href=
|
|
526
|
+
* "https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
|
|
527
|
+
* FlexChart 101 Styling Series</a> sample for more information.</dd>
|
|
528
|
+
* <dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
|
|
529
|
+
* overrides the default marker set on the chart. See {@link Marker}.</dd>
|
|
530
|
+
* <dt>symbol-size</dt> <dd><code>@</code> The size of the symbols used to render data
|
|
531
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
|
|
532
|
+
* This value overrides any set at the chart level.</dd>
|
|
533
|
+
* <dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
|
|
534
|
+
* points in this series for Scatter, LineSymbols, and SplineSymbols charts.
|
|
535
|
+
* This value overrides any setting at the chart level.</dd>
|
|
536
|
+
* <dt>visibility</dt> <dd><code>=</code> The {@link SeriesVisibility} value indicating whether and where to
|
|
537
|
+
* display the series.</dd>
|
|
538
|
+
* <dt>period</dt> <dd><code>@</code> The period for the moving average envelopes calculation.</dd>
|
|
539
|
+
* <dt>size/dt> <dd><code>@</code> The size of the moving average envelopes.</dd>
|
|
540
|
+
* <dt>type/dt> <dd><code>@</code> The {@link MovingAverageType} of the moving average to be used for the envelopes.</dd>
|
|
541
|
+
* </dl>
|
|
542
|
+
*
|
|
543
|
+
*/
|
|
544
|
+
export declare class WjFlexChartEnvelopes extends WjBaseOverlayIndicator {
|
|
545
|
+
constructor();
|
|
546
|
+
readonly _controlConstructor: any;
|
|
547
|
+
}
|
package/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(t,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)};return function(t,e){extendStatics(t,e);function __(){this.constructor=t}t.prototype=null===e?Object.create(e):(__.prototype=e.prototype,new __)}}(),__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);e.default=t;return e};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_angular_base_1=require("@mescius/wijmo.angular.base"),wijmo_angular_chart_1=require("@mescius/wijmo.angular.chart"),mNg=__importStar(require("angular")),wjcChartFinAn=__importStar(require("@mescius/wijmo.chart.finance.analytics")),wjNg=mNg,wijmoChartFinAnName="wj.chart.finance.analytics";exports.ngModuleName=wijmoChartFinAnName;var wijmoChartFinAn=wijmo_angular_base_1._registerNgModule(wijmoChartFinAnName);if(wijmo_angular_base_1.softRefChartFinanceAnalytics()){wijmoChartFinAn.directive("wjFlexChartFibonacci",[function(){return new WjFlexChartFibonacci}]);wijmoChartFinAn.directive("wjFlexChartFibonacciArcs",[function(){return new WjFlexChartFibonacciArcs}]);wijmoChartFinAn.directive("wjFlexChartFibonacciFans",[function(){return new WjFlexChartFibonacciFans}]);wijmoChartFinAn.directive("wjFlexChartFibonacciTimeZones",[function(){return new WjFlexChartFibonacciTimeZones}]);wijmoChartFinAn.directive("wjFlexChartAtr",[function(){return new WjFlexChartAtr}]);wijmoChartFinAn.directive("wjFlexChartCci",[function(){return new WjFlexChartCci}]);wijmoChartFinAn.directive("wjFlexChartRsi",[function(){return new WjFlexChartRsi}]);wijmoChartFinAn.directive("wjFlexChartWilliamsR",[function(){return new WjFlexChartWilliamsR}]);wijmoChartFinAn.directive("wjFlexChartMacd",[function(){return new WjFlexChartMacd}]);wijmoChartFinAn.directive("wjFlexChartMacdHistogram",[function(){return new WjFlexChartMacdHistogram}]);wijmoChartFinAn.directive("wjFlexChartStochastic",[function(){return new WjFlexChartStochastic}]);wijmoChartFinAn.directive("wjFlexChartBollingerBands",[function(){return new WjFlexChartBollingerBands}]);wijmoChartFinAn.directive("wjFlexChartEnvelopes",[function(){return new WjFlexChartEnvelopes}])}var WjBaseOverlayIndicator=function(t){__extends(WjBaseOverlayIndicator,t);function WjBaseOverlayIndicator(){var e=t.call(this)||this;e.require="^wjFinancialChart";e.template='<div class="wjBaseOverlayIndicator" ng-transclude />';return e}Object.defineProperty(WjBaseOverlayIndicator.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.OverlayIndicatorBase},enumerable:!0,configurable:!0});return WjBaseOverlayIndicator}(wijmo_angular_chart_1.WjSeriesBase);exports.WjBaseOverlayIndicator=WjBaseOverlayIndicator;var WjBaseSingleOverlayIndicator=function(t){__extends(WjBaseSingleOverlayIndicator,t);function WjBaseSingleOverlayIndicator(){var e=t.call(this)||this;e.template='<div class="wjBaseSingleOverlayIndicator" ng-transclude />';return e}Object.defineProperty(WjBaseSingleOverlayIndicator.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.SingleOverlayIndicatorBase},enumerable:!0,configurable:!0});return WjBaseSingleOverlayIndicator}(WjBaseOverlayIndicator);exports.WjBaseSingleOverlayIndicator=WjBaseSingleOverlayIndicator;var WjFlexChartFibonacci=function(t){__extends(WjFlexChartFibonacci,t);function WjFlexChartFibonacci(){var e=t.call(this)||this;e.require=["?^wjFinancialChart"];e.template='<div class="wjFlexChartFibonacci" ng-transclude />';return e}Object.defineProperty(WjFlexChartFibonacci.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.Fibonacci},enumerable:!0,configurable:!0});WjFlexChartFibonacci.prototype._initControl=function(e){return t.prototype._initControl.call(this,void 0)};return WjFlexChartFibonacci}(wijmo_angular_chart_1.WjSeriesBase);exports.WjFlexChartFibonacci=WjFlexChartFibonacci;var WjFlexChartFibonacciArcs=function(t){__extends(WjFlexChartFibonacciArcs,t);function WjFlexChartFibonacciArcs(){var e=t.call(this)||this;e.require=["?^wjFinancialChart"];e.template='<div class="wjFlexChartFibonacciArcs" ng-transclude />';return e}Object.defineProperty(WjFlexChartFibonacciArcs.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.FibonacciArcs},enumerable:!0,configurable:!0});WjFlexChartFibonacciArcs.prototype._initControl=function(e){return t.prototype._initControl.call(this,void 0)};return WjFlexChartFibonacciArcs}(wijmo_angular_chart_1.WjSeriesBase);exports.WjFlexChartFibonacciArcs=WjFlexChartFibonacciArcs;var WjFlexChartFibonacciFans=function(t){__extends(WjFlexChartFibonacciFans,t);function WjFlexChartFibonacciFans(){var e=t.call(this)||this;e.require=["?^wjFinancialChart"];e.template='<div class="wjFlexChartFibonacciFans" ng-transclude />';return e}Object.defineProperty(WjFlexChartFibonacciFans.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.FibonacciFans},enumerable:!0,configurable:!0});WjFlexChartFibonacciFans.prototype._initControl=function(e){return t.prototype._initControl.call(this,void 0)};return WjFlexChartFibonacciFans}(wijmo_angular_chart_1.WjSeriesBase);exports.WjFlexChartFibonacciFans=WjFlexChartFibonacciFans;var WjFlexChartFibonacciTimeZones=function(t){__extends(WjFlexChartFibonacciTimeZones,t);function WjFlexChartFibonacciTimeZones(){var e=t.call(this)||this;e.require=["?^wjFinancialChart"];e.template='<div class="wjFlexChartFibonacciTimeZones" ng-transclude />';return e}Object.defineProperty(WjFlexChartFibonacciTimeZones.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.FibonacciTimeZones},enumerable:!0,configurable:!0});WjFlexChartFibonacciTimeZones.prototype._initControl=function(e){return t.prototype._initControl.call(this,void 0)};return WjFlexChartFibonacciTimeZones}(wijmo_angular_chart_1.WjSeriesBase);exports.WjFlexChartFibonacciTimeZones=WjFlexChartFibonacciTimeZones;var WjFlexChartAtr=function(t){__extends(WjFlexChartAtr,t);function WjFlexChartAtr(){var e=t.call(this)||this;e.template='<div class="wjFlexChartAtr" ng-transclude />';return e}Object.defineProperty(WjFlexChartAtr.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.ATR},enumerable:!0,configurable:!0});return WjFlexChartAtr}(WjBaseSingleOverlayIndicator);exports.WjFlexChartAtr=WjFlexChartAtr;var WjFlexChartCci=function(t){__extends(WjFlexChartCci,t);function WjFlexChartCci(){var e=t.call(this)||this;e.template='<div class="wjFlexChartCci" ng-transclude />';return e}Object.defineProperty(WjFlexChartCci.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.CCI},enumerable:!0,configurable:!0});return WjFlexChartCci}(WjBaseSingleOverlayIndicator);exports.WjFlexChartCci=WjFlexChartCci;var WjFlexChartRsi=function(t){__extends(WjFlexChartRsi,t);function WjFlexChartRsi(){var e=t.call(this)||this;e.template='<div class="wjFlexChartRsi" ng-transclude />';return e}Object.defineProperty(WjFlexChartRsi.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.RSI},enumerable:!0,configurable:!0});return WjFlexChartRsi}(WjBaseSingleOverlayIndicator);exports.WjFlexChartRsi=WjFlexChartRsi;var WjFlexChartWilliamsR=function(t){__extends(WjFlexChartWilliamsR,t);function WjFlexChartWilliamsR(){var e=t.call(this)||this;e.template='<div class="wjFlexChartWilliamsR" ng-transclude />';return e}Object.defineProperty(WjFlexChartWilliamsR.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.WilliamsR},enumerable:!0,configurable:!0});return WjFlexChartWilliamsR}(WjBaseSingleOverlayIndicator);exports.WjFlexChartWilliamsR=WjFlexChartWilliamsR;var WjFlexChartMacdBase=function(t){__extends(WjFlexChartMacdBase,t);function WjFlexChartMacdBase(){var e=t.call(this)||this;e.template='<div class="wjFlexChartBaseMacd" ng-transclude />';return e}Object.defineProperty(WjFlexChartMacdBase.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.MacdBase},enumerable:!0,configurable:!0});return WjFlexChartMacdBase}(WjBaseOverlayIndicator);exports.WjFlexChartMacdBase=WjFlexChartMacdBase;var WjFlexChartMacd=function(t){__extends(WjFlexChartMacd,t);function WjFlexChartMacd(){var e=t.call(this)||this;e.template='<div class="wjFlexChartMacd" ng-transclude />';return e}Object.defineProperty(WjFlexChartMacd.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.Macd},enumerable:!0,configurable:!0});return WjFlexChartMacd}(WjFlexChartMacdBase);exports.WjFlexChartMacd=WjFlexChartMacd;var WjFlexChartMacdHistogram=function(t){__extends(WjFlexChartMacdHistogram,t);function WjFlexChartMacdHistogram(){var e=t.call(this)||this;e.template='<div class="wjFlexChartMacdHistogram" ng-transclude />';return e}Object.defineProperty(WjFlexChartMacdHistogram.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.MacdHistogram},enumerable:!0,configurable:!0});return WjFlexChartMacdHistogram}(WjFlexChartMacdBase);exports.WjFlexChartMacdHistogram=WjFlexChartMacdHistogram;var WjFlexChartStochastic=function(t){__extends(WjFlexChartStochastic,t);function WjFlexChartStochastic(){var e=t.call(this)||this;e.template='<div class="wjFlexChartStochastic" ng-transclude />';return e}Object.defineProperty(WjFlexChartStochastic.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.Stochastic},enumerable:!0,configurable:!0});return WjFlexChartStochastic}(WjBaseOverlayIndicator);exports.WjFlexChartStochastic=WjFlexChartStochastic;var WjFlexChartBollingerBands=function(t){__extends(WjFlexChartBollingerBands,t);function WjFlexChartBollingerBands(){var e=t.call(this)||this;e.template='<div class="wjFlexChartBollingerBands" ng-transclude />';return e}Object.defineProperty(WjFlexChartBollingerBands.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.BollingerBands},enumerable:!0,configurable:!0});return WjFlexChartBollingerBands}(WjBaseOverlayIndicator);exports.WjFlexChartBollingerBands=WjFlexChartBollingerBands;var WjFlexChartEnvelopes=function(t){__extends(WjFlexChartEnvelopes,t);function WjFlexChartEnvelopes(){var e=t.call(this)||this;e.template='<div class="wjFlexChartEnvelopes" ng-transclude />';return e}Object.defineProperty(WjFlexChartEnvelopes.prototype,"_controlConstructor",{get:function(){return wjcChartFinAn.Envelopes},enumerable:!0,configurable:!0});return WjFlexChartEnvelopes}(WjBaseOverlayIndicator);exports.WjFlexChartEnvelopes=WjFlexChartEnvelopes;
|