igniteui-angular-core 16.1.0-beta.3 → 16.1.0
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/bundles/igniteui-angular-core.umd.js +1154 -1132
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +116 -116
- package/esm2015/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm2015/lib/DomainChartDescription.js +654 -646
- package/esm2015/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +166 -166
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/XYChartDescription.js +203 -203
- package/esm2015/lib/componentUtil.js +2 -1
- package/esm5/lib/CategoryChartDescription.js +116 -116
- package/esm5/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm5/lib/DomainChartDescription.js +658 -646
- package/esm5/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +166 -166
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/XYChartDescription.js +203 -203
- package/esm5/lib/componentUtil.js +2 -1
- package/fesm2015/igniteui-angular-core.js +1150 -1132
- package/fesm5/igniteui-angular-core.js +1154 -1132
- package/lib/CategoryChartDescription.d.ts +43 -43
- package/lib/DomainChartDescription.d.ts +244 -241
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
|
@@ -253,8 +253,9 @@ export function toDoubleCollection(v) {
|
|
|
253
253
|
v = v.trim();
|
|
254
254
|
let vParts = v.split(/[\s,]+(?![^(]*\))/gm);
|
|
255
255
|
for (let i = 0; i < vParts.length; i++) {
|
|
256
|
-
vParts[i] =
|
|
256
|
+
vParts[i] = vParts[i].trim();
|
|
257
257
|
}
|
|
258
|
+
v = vParts;
|
|
258
259
|
}
|
|
259
260
|
let doubleCollection = new DoubleCollection();
|
|
260
261
|
for (var i = 0; v && i < v.length; i++) {
|
|
@@ -14,57 +14,57 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(CategoryChartDescription, _super);
|
|
15
15
|
function CategoryChartDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
+
_this.u8 = null;
|
|
18
|
+
_this.vc = null;
|
|
17
19
|
_this.u6 = null;
|
|
18
|
-
_this.va = null;
|
|
19
20
|
_this.u4 = null;
|
|
20
|
-
_this.
|
|
21
|
-
_this.ux = 0;
|
|
22
|
-
_this.u7 = null;
|
|
23
|
-
_this.u3 = null;
|
|
24
|
-
_this.u5 = null;
|
|
25
|
-
_this.tf = false;
|
|
26
|
-
_this.tg = false;
|
|
27
|
-
_this.u8 = null;
|
|
21
|
+
_this.uz = 0;
|
|
28
22
|
_this.u9 = null;
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
23
|
+
_this.u5 = null;
|
|
24
|
+
_this.u7 = null;
|
|
25
|
+
_this.th = false;
|
|
26
|
+
_this.ti = false;
|
|
27
|
+
_this.va = null;
|
|
28
|
+
_this.vb = null;
|
|
32
29
|
_this.t4 = 0;
|
|
30
|
+
_this.t7 = 0;
|
|
33
31
|
_this.t3 = 0;
|
|
34
32
|
_this.t6 = 0;
|
|
35
|
-
_this.
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.tz = 0;
|
|
40
|
-
_this.t0 = 0;
|
|
41
|
-
_this.tm = false;
|
|
33
|
+
_this.t5 = 0;
|
|
34
|
+
_this.t8 = 0;
|
|
35
|
+
_this.ue = 0;
|
|
36
|
+
_this.u3 = null;
|
|
42
37
|
_this.tj = false;
|
|
38
|
+
_this.tk = false;
|
|
39
|
+
_this.t1 = 0;
|
|
40
|
+
_this.t2 = 0;
|
|
41
|
+
_this.to = false;
|
|
43
42
|
_this.tl = false;
|
|
44
|
-
_this.vb = null;
|
|
45
43
|
_this.tn = false;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
44
|
+
_this.vd = null;
|
|
45
|
+
_this.tp = false;
|
|
46
|
+
_this.u0 = 0;
|
|
47
|
+
_this.ug = 0;
|
|
49
48
|
_this.uf = 0;
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.t8 = 0;
|
|
49
|
+
_this.uh = 0;
|
|
50
|
+
_this.tb = null;
|
|
51
|
+
_this.tc = null;
|
|
52
|
+
_this.tm = false;
|
|
55
53
|
_this.t9 = 0;
|
|
56
54
|
_this.ua = 0;
|
|
57
55
|
_this.ub = 0;
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
56
|
+
_this.uc = 0;
|
|
57
|
+
_this.ud = 0;
|
|
58
|
+
_this.tf = false;
|
|
59
|
+
_this.tg = false;
|
|
60
60
|
return _this;
|
|
61
61
|
}
|
|
62
62
|
Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", {
|
|
63
63
|
get: function () {
|
|
64
|
-
return this.
|
|
64
|
+
return this.u8;
|
|
65
65
|
},
|
|
66
66
|
set: function (a) {
|
|
67
|
-
this.
|
|
67
|
+
this.u8 = a;
|
|
68
68
|
this.g("TooltipTemplateRef");
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
@@ -72,10 +72,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(CategoryChartDescription.prototype, "width", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.
|
|
75
|
+
return this.vc;
|
|
76
76
|
},
|
|
77
77
|
set: function (a) {
|
|
78
|
-
this.
|
|
78
|
+
this.vc = a;
|
|
79
79
|
this.g("Width");
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
@@ -83,10 +83,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(CategoryChartDescription.prototype, "height", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.
|
|
86
|
+
return this.u6;
|
|
87
87
|
},
|
|
88
88
|
set: function (a) {
|
|
89
|
-
this.
|
|
89
|
+
this.u6 = a;
|
|
90
90
|
this.g("Height");
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
@@ -94,10 +94,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(CategoryChartDescription.prototype, "background", {
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.
|
|
97
|
+
return this.u4;
|
|
98
98
|
},
|
|
99
99
|
set: function (a) {
|
|
100
|
-
this.
|
|
100
|
+
this.u4 = a;
|
|
101
101
|
this.g("Background");
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
@@ -108,10 +108,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
};
|
|
109
109
|
Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.
|
|
111
|
+
return this.uz;
|
|
112
112
|
},
|
|
113
113
|
set: function (a) {
|
|
114
|
-
this.
|
|
114
|
+
this.uz = a;
|
|
115
115
|
this.g("TransitionInDuration");
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
@@ -119,10 +119,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", {
|
|
121
121
|
get: function () {
|
|
122
|
-
return this.
|
|
122
|
+
return this.u9;
|
|
123
123
|
},
|
|
124
124
|
set: function (a) {
|
|
125
|
-
this.
|
|
125
|
+
this.u9 = a;
|
|
126
126
|
this.g("TransitionInEasingFunctionRef");
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
@@ -130,10 +130,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(CategoryChartDescription.prototype, "chartType", {
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.
|
|
133
|
+
return this.u5;
|
|
134
134
|
},
|
|
135
135
|
set: function (a) {
|
|
136
|
-
this.
|
|
136
|
+
this.u5 = a;
|
|
137
137
|
this.g("ChartType");
|
|
138
138
|
},
|
|
139
139
|
enumerable: false,
|
|
@@ -141,10 +141,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", {
|
|
143
143
|
get: function () {
|
|
144
|
-
return this.
|
|
144
|
+
return this.u7;
|
|
145
145
|
},
|
|
146
146
|
set: function (a) {
|
|
147
|
-
this.
|
|
147
|
+
this.u7 = a;
|
|
148
148
|
this.g("MarkerCollisionAvoidance");
|
|
149
149
|
},
|
|
150
150
|
enumerable: false,
|
|
@@ -152,10 +152,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", {
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.
|
|
155
|
+
return this.th;
|
|
156
156
|
},
|
|
157
157
|
set: function (a) {
|
|
158
|
-
this.
|
|
158
|
+
this.th = a;
|
|
159
159
|
this.g("IsSplineShapePartOfRange");
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
@@ -163,10 +163,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
163
163
|
});
|
|
164
164
|
Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", {
|
|
165
165
|
get: function () {
|
|
166
|
-
return this.
|
|
166
|
+
return this.ti;
|
|
167
167
|
},
|
|
168
168
|
set: function (a) {
|
|
169
|
-
this.
|
|
169
|
+
this.ti = a;
|
|
170
170
|
this.g("IsTransitionInEnabled");
|
|
171
171
|
},
|
|
172
172
|
enumerable: false,
|
|
@@ -174,10 +174,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", {
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.
|
|
177
|
+
return this.va;
|
|
178
178
|
},
|
|
179
179
|
set: function (a) {
|
|
180
|
-
this.
|
|
180
|
+
this.va = a;
|
|
181
181
|
this.g("TransitionInMode");
|
|
182
182
|
},
|
|
183
183
|
enumerable: false,
|
|
@@ -185,10 +185,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", {
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.
|
|
188
|
+
return this.vb;
|
|
189
189
|
},
|
|
190
190
|
set: function (a) {
|
|
191
|
-
this.
|
|
191
|
+
this.vb = a;
|
|
192
192
|
this.g("TransitionInSpeedType");
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
@@ -196,10 +196,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196
196
|
});
|
|
197
197
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", {
|
|
198
198
|
get: function () {
|
|
199
|
-
return this.
|
|
199
|
+
return this.t4;
|
|
200
200
|
},
|
|
201
201
|
set: function (a) {
|
|
202
|
-
this.
|
|
202
|
+
this.t4 = a;
|
|
203
203
|
this.g("XAxisInterval");
|
|
204
204
|
},
|
|
205
205
|
enumerable: false,
|
|
@@ -207,10 +207,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
207
207
|
});
|
|
208
208
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", {
|
|
209
209
|
get: function () {
|
|
210
|
-
return this.
|
|
210
|
+
return this.t7;
|
|
211
211
|
},
|
|
212
212
|
set: function (a) {
|
|
213
|
-
this.
|
|
213
|
+
this.t7 = a;
|
|
214
214
|
this.g("XAxisMinorInterval");
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
@@ -218,10 +218,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", {
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.
|
|
221
|
+
return this.t3;
|
|
222
222
|
},
|
|
223
223
|
set: function (a) {
|
|
224
|
-
this.
|
|
224
|
+
this.t3 = a;
|
|
225
225
|
this.g("XAxisGap");
|
|
226
226
|
},
|
|
227
227
|
enumerable: false,
|
|
@@ -229,10 +229,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
229
|
});
|
|
230
230
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", {
|
|
231
231
|
get: function () {
|
|
232
|
-
return this.
|
|
232
|
+
return this.t6;
|
|
233
233
|
},
|
|
234
234
|
set: function (a) {
|
|
235
|
-
this.
|
|
235
|
+
this.t6 = a;
|
|
236
236
|
this.g("XAxisMinimumGapSize");
|
|
237
237
|
},
|
|
238
238
|
enumerable: false,
|
|
@@ -240,10 +240,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
240
|
});
|
|
241
241
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", {
|
|
242
242
|
get: function () {
|
|
243
|
-
return this.
|
|
243
|
+
return this.t5;
|
|
244
244
|
},
|
|
245
245
|
set: function (a) {
|
|
246
|
-
this.
|
|
246
|
+
this.t5 = a;
|
|
247
247
|
this.g("XAxisMaximumGap");
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
@@ -251,10 +251,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
251
251
|
});
|
|
252
252
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", {
|
|
253
253
|
get: function () {
|
|
254
|
-
return this.
|
|
254
|
+
return this.t8;
|
|
255
255
|
},
|
|
256
256
|
set: function (a) {
|
|
257
|
-
this.
|
|
257
|
+
this.t8 = a;
|
|
258
258
|
this.g("XAxisOverlap");
|
|
259
259
|
},
|
|
260
260
|
enumerable: false,
|
|
@@ -262,10 +262,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
262
262
|
});
|
|
263
263
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", {
|
|
264
264
|
get: function () {
|
|
265
|
-
return this.
|
|
265
|
+
return this.ue;
|
|
266
266
|
},
|
|
267
267
|
set: function (a) {
|
|
268
|
-
this.
|
|
268
|
+
this.ue = a;
|
|
269
269
|
this.g("YAxisInterval");
|
|
270
270
|
},
|
|
271
271
|
enumerable: false,
|
|
@@ -273,10 +273,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
273
273
|
});
|
|
274
274
|
Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", {
|
|
275
275
|
get: function () {
|
|
276
|
-
return this.
|
|
276
|
+
return this.u3;
|
|
277
277
|
},
|
|
278
278
|
set: function (a) {
|
|
279
|
-
this.
|
|
279
|
+
this.u3 = a;
|
|
280
280
|
this.g("AutoMarginAndAngleUpdateMode");
|
|
281
281
|
},
|
|
282
282
|
enumerable: false,
|
|
@@ -284,10 +284,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
284
284
|
});
|
|
285
285
|
Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", {
|
|
286
286
|
get: function () {
|
|
287
|
-
return this.
|
|
287
|
+
return this.tj;
|
|
288
288
|
},
|
|
289
289
|
set: function (a) {
|
|
290
|
-
this.
|
|
290
|
+
this.tj = a;
|
|
291
291
|
this.g("ShouldAutoExpandMarginForInitialLabels");
|
|
292
292
|
},
|
|
293
293
|
enumerable: false,
|
|
@@ -295,10 +295,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
295
295
|
});
|
|
296
296
|
Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", {
|
|
297
297
|
get: function () {
|
|
298
|
-
return this.
|
|
298
|
+
return this.tk;
|
|
299
299
|
},
|
|
300
300
|
set: function (a) {
|
|
301
|
-
this.
|
|
301
|
+
this.tk = a;
|
|
302
302
|
this.g("ShouldConsiderAutoRotationForInitialLabels");
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
@@ -306,10 +306,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
306
306
|
});
|
|
307
307
|
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", {
|
|
308
308
|
get: function () {
|
|
309
|
-
return this.
|
|
309
|
+
return this.t1;
|
|
310
310
|
},
|
|
311
311
|
set: function (a) {
|
|
312
|
-
this.
|
|
312
|
+
this.t1 = a;
|
|
313
313
|
this.g("AutoExpandMarginExtraPadding");
|
|
314
314
|
},
|
|
315
315
|
enumerable: false,
|
|
@@ -317,10 +317,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
317
317
|
});
|
|
318
318
|
Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", {
|
|
319
319
|
get: function () {
|
|
320
|
-
return this.
|
|
320
|
+
return this.t2;
|
|
321
321
|
},
|
|
322
322
|
set: function (a) {
|
|
323
|
-
this.
|
|
323
|
+
this.t2 = a;
|
|
324
324
|
this.g("AutoExpandMarginMaximumValue");
|
|
325
325
|
},
|
|
326
326
|
enumerable: false,
|
|
@@ -328,10 +328,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
328
328
|
});
|
|
329
329
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", {
|
|
330
330
|
get: function () {
|
|
331
|
-
return this.
|
|
331
|
+
return this.to;
|
|
332
332
|
},
|
|
333
333
|
set: function (a) {
|
|
334
|
-
this.
|
|
334
|
+
this.to = a;
|
|
335
335
|
this.g("YAxisFavorLabellingScaleEnd");
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
@@ -339,10 +339,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
339
339
|
});
|
|
340
340
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", {
|
|
341
341
|
get: function () {
|
|
342
|
-
return this.
|
|
342
|
+
return this.tl;
|
|
343
343
|
},
|
|
344
344
|
set: function (a) {
|
|
345
|
-
this.
|
|
345
|
+
this.tl = a;
|
|
346
346
|
this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
|
|
347
347
|
},
|
|
348
348
|
enumerable: false,
|
|
@@ -350,10 +350,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
350
350
|
});
|
|
351
351
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", {
|
|
352
352
|
get: function () {
|
|
353
|
-
return this.
|
|
353
|
+
return this.tn;
|
|
354
354
|
},
|
|
355
355
|
set: function (a) {
|
|
356
|
-
this.
|
|
356
|
+
this.tn = a;
|
|
357
357
|
this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
|
|
358
358
|
},
|
|
359
359
|
enumerable: false,
|
|
@@ -361,10 +361,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
361
361
|
});
|
|
362
362
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", {
|
|
363
363
|
get: function () {
|
|
364
|
-
return this.
|
|
364
|
+
return this.vd;
|
|
365
365
|
},
|
|
366
366
|
set: function (a) {
|
|
367
|
-
this.
|
|
367
|
+
this.vd = a;
|
|
368
368
|
this.g("YAxisAutoRangeBufferMode");
|
|
369
369
|
},
|
|
370
370
|
enumerable: false,
|
|
@@ -372,10 +372,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
372
|
});
|
|
373
373
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", {
|
|
374
374
|
get: function () {
|
|
375
|
-
return this.
|
|
375
|
+
return this.tp;
|
|
376
376
|
},
|
|
377
377
|
set: function (a) {
|
|
378
|
-
this.
|
|
378
|
+
this.tp = a;
|
|
379
379
|
this.g("YAxisIsLogarithmic");
|
|
380
380
|
},
|
|
381
381
|
enumerable: false,
|
|
@@ -383,10 +383,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
});
|
|
384
384
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", {
|
|
385
385
|
get: function () {
|
|
386
|
-
return this.
|
|
386
|
+
return this.u0;
|
|
387
387
|
},
|
|
388
388
|
set: function (a) {
|
|
389
|
-
this.
|
|
389
|
+
this.u0 = a;
|
|
390
390
|
this.g("YAxisLogarithmBase");
|
|
391
391
|
},
|
|
392
392
|
enumerable: false,
|
|
@@ -394,10 +394,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
});
|
|
395
395
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", {
|
|
396
396
|
get: function () {
|
|
397
|
-
return this.
|
|
397
|
+
return this.ug;
|
|
398
398
|
},
|
|
399
399
|
set: function (a) {
|
|
400
|
-
this.
|
|
400
|
+
this.ug = a;
|
|
401
401
|
this.g("YAxisMinimumValue");
|
|
402
402
|
},
|
|
403
403
|
enumerable: false,
|
|
@@ -405,10 +405,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
405
|
});
|
|
406
406
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", {
|
|
407
407
|
get: function () {
|
|
408
|
-
return this.
|
|
408
|
+
return this.uf;
|
|
409
409
|
},
|
|
410
410
|
set: function (a) {
|
|
411
|
-
this.
|
|
411
|
+
this.uf = a;
|
|
412
412
|
this.g("YAxisMaximumValue");
|
|
413
413
|
},
|
|
414
414
|
enumerable: false,
|
|
@@ -416,10 +416,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
416
|
});
|
|
417
417
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", {
|
|
418
418
|
get: function () {
|
|
419
|
-
return this.
|
|
419
|
+
return this.uh;
|
|
420
420
|
},
|
|
421
421
|
set: function (a) {
|
|
422
|
-
this.
|
|
422
|
+
this.uh = a;
|
|
423
423
|
this.g("YAxisMinorInterval");
|
|
424
424
|
},
|
|
425
425
|
enumerable: false,
|
|
@@ -427,10 +427,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
427
427
|
});
|
|
428
428
|
Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", {
|
|
429
429
|
get: function () {
|
|
430
|
-
return this.
|
|
430
|
+
return this.tb;
|
|
431
431
|
},
|
|
432
432
|
set: function (a) {
|
|
433
|
-
this.
|
|
433
|
+
this.tb = a;
|
|
434
434
|
this.g("NegativeBrushes");
|
|
435
435
|
},
|
|
436
436
|
enumerable: false,
|
|
@@ -438,10 +438,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
438
438
|
});
|
|
439
439
|
Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", {
|
|
440
440
|
get: function () {
|
|
441
|
-
return this.
|
|
441
|
+
return this.tc;
|
|
442
442
|
},
|
|
443
443
|
set: function (a) {
|
|
444
|
-
this.
|
|
444
|
+
this.tc = a;
|
|
445
445
|
this.g("NegativeOutlines");
|
|
446
446
|
},
|
|
447
447
|
enumerable: false,
|
|
@@ -449,10 +449,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
449
449
|
});
|
|
450
450
|
Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", {
|
|
451
451
|
get: function () {
|
|
452
|
-
return this.
|
|
452
|
+
return this.tm;
|
|
453
453
|
},
|
|
454
454
|
set: function (a) {
|
|
455
|
-
this.
|
|
455
|
+
this.tm = a;
|
|
456
456
|
this.g("YAxisAbbreviateLargeNumbers");
|
|
457
457
|
},
|
|
458
458
|
enumerable: false,
|
|
@@ -460,10 +460,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
460
|
});
|
|
461
461
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", {
|
|
462
462
|
get: function () {
|
|
463
|
-
return this.
|
|
463
|
+
return this.t9;
|
|
464
464
|
},
|
|
465
465
|
set: function (a) {
|
|
466
|
-
this.
|
|
466
|
+
this.t9 = a;
|
|
467
467
|
this.g("XAxisZoomMaximumCategoryRange");
|
|
468
468
|
},
|
|
469
469
|
enumerable: false,
|
|
@@ -471,10 +471,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
471
471
|
});
|
|
472
472
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", {
|
|
473
473
|
get: function () {
|
|
474
|
-
return this.
|
|
474
|
+
return this.ua;
|
|
475
475
|
},
|
|
476
476
|
set: function (a) {
|
|
477
|
-
this.
|
|
477
|
+
this.ua = a;
|
|
478
478
|
this.g("XAxisZoomMaximumItemSpan");
|
|
479
479
|
},
|
|
480
480
|
enumerable: false,
|
|
@@ -482,10 +482,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
482
|
});
|
|
483
483
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", {
|
|
484
484
|
get: function () {
|
|
485
|
-
return this.
|
|
485
|
+
return this.ub;
|
|
486
486
|
},
|
|
487
487
|
set: function (a) {
|
|
488
|
-
this.
|
|
488
|
+
this.ub = a;
|
|
489
489
|
this.g("XAxisZoomToCategoryRange");
|
|
490
490
|
},
|
|
491
491
|
enumerable: false,
|
|
@@ -493,10 +493,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
493
493
|
});
|
|
494
494
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", {
|
|
495
495
|
get: function () {
|
|
496
|
-
return this.
|
|
496
|
+
return this.uc;
|
|
497
497
|
},
|
|
498
498
|
set: function (a) {
|
|
499
|
-
this.
|
|
499
|
+
this.uc = a;
|
|
500
500
|
this.g("XAxisZoomToCategoryStart");
|
|
501
501
|
},
|
|
502
502
|
enumerable: false,
|
|
@@ -504,10 +504,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
504
504
|
});
|
|
505
505
|
Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", {
|
|
506
506
|
get: function () {
|
|
507
|
-
return this.
|
|
507
|
+
return this.ud;
|
|
508
508
|
},
|
|
509
509
|
set: function (a) {
|
|
510
|
-
this.
|
|
510
|
+
this.ud = a;
|
|
511
511
|
this.g("XAxisZoomToItemSpan");
|
|
512
512
|
},
|
|
513
513
|
enumerable: false,
|
|
@@ -515,10 +515,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
515
515
|
});
|
|
516
516
|
Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", {
|
|
517
517
|
get: function () {
|
|
518
|
-
return this.
|
|
518
|
+
return this.tf;
|
|
519
519
|
},
|
|
520
520
|
set: function (a) {
|
|
521
|
-
this.
|
|
521
|
+
this.tf = a;
|
|
522
522
|
this.g("IsCategoryHighlightingEnabled");
|
|
523
523
|
},
|
|
524
524
|
enumerable: false,
|
|
@@ -526,10 +526,10 @@ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
526
|
});
|
|
527
527
|
Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", {
|
|
528
528
|
get: function () {
|
|
529
|
-
return this.
|
|
529
|
+
return this.tg;
|
|
530
530
|
},
|
|
531
531
|
set: function (a) {
|
|
532
|
-
this.
|
|
532
|
+
this.tg = a;
|
|
533
533
|
this.g("IsItemHighlightingEnabled");
|
|
534
534
|
},
|
|
535
535
|
enumerable: false,
|
|
@@ -7,6 +7,13 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "./type";
|
|
9
9
|
import { DataChartToolbarIconsDescriptionModule } from "./DataChartToolbarIconsDescriptionModule";
|
|
10
|
+
import { DataChartAnnotationDescriptionModule } from "./DataChartAnnotationDescriptionModule";
|
|
11
|
+
import { AnnotationLayerProxyDescriptionModule } from "./AnnotationLayerProxyDescriptionModule";
|
|
12
|
+
import { DataChartCategoryTrendLineDescriptionModule } from "./DataChartCategoryTrendLineDescriptionModule";
|
|
13
|
+
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
14
|
+
import { CalloutLayerDescriptionModule } from "./CalloutLayerDescriptionModule";
|
|
15
|
+
import { ValueLayerDescriptionModule } from "./ValueLayerDescriptionModule";
|
|
16
|
+
import { CrosshairLayerDescriptionModule } from "./CrosshairLayerDescriptionModule";
|
|
10
17
|
/**
|
|
11
18
|
* @hidden
|
|
12
19
|
*/
|
|
@@ -17,6 +24,13 @@ var DataChartToolbarDescriptionModule = /** @class */ /*@__PURE__*/ (function (_
|
|
|
17
24
|
}
|
|
18
25
|
DataChartToolbarDescriptionModule.register = function (a) {
|
|
19
26
|
DataChartToolbarIconsDescriptionModule.register(a);
|
|
27
|
+
DataChartAnnotationDescriptionModule.register(a);
|
|
28
|
+
AnnotationLayerProxyDescriptionModule.register(a);
|
|
29
|
+
DataChartCategoryTrendLineDescriptionModule.register(a);
|
|
30
|
+
DataChartInteractivityDescriptionModule.register(a);
|
|
31
|
+
CalloutLayerDescriptionModule.register(a);
|
|
32
|
+
ValueLayerDescriptionModule.register(a);
|
|
33
|
+
CrosshairLayerDescriptionModule.register(a);
|
|
20
34
|
};
|
|
21
35
|
DataChartToolbarDescriptionModule.$t = markType(DataChartToolbarDescriptionModule, 'DataChartToolbarDescriptionModule');
|
|
22
36
|
return DataChartToolbarDescriptionModule;
|