igniteui-angular-core 19.1.0 → 20.0.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 +1402 -1246
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +171 -139
- package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm2015/lib/CategoryChartDescription.js +130 -130
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm2015/lib/CategoryXAxisDescription.js +32 -32
- package/esm2015/lib/CategoryYAxisDescription.js +32 -32
- package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
- package/esm2015/lib/DataPieChartDescription.js +35 -35
- package/esm2015/lib/FinancialChartDescription.js +176 -176
- package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
- package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
- package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm2015/lib/RadialBaseChartDescription.js +215 -183
- package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
- package/esm2015/lib/TimeXAxisDescription.js +12 -12
- package/esm2015/lib/XYChartDescription.js +215 -183
- package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
- package/esm5/lib/AxisDescription.js +187 -139
- package/esm5/lib/AxisDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm5/lib/CategoryChartDescription.js +130 -130
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm5/lib/CategoryXAxisDescription.js +32 -32
- package/esm5/lib/CategoryYAxisDescription.js +32 -32
- package/esm5/lib/DataPieBaseChartDescription.js +107 -107
- package/esm5/lib/DataPieChartDescription.js +35 -35
- package/esm5/lib/FinancialChartDescription.js +176 -176
- package/esm5/lib/NumericAngleAxisDescription.js +6 -6
- package/esm5/lib/NumericAxisBaseDescription.js +83 -83
- package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm5/lib/RadialBaseChartDescription.js +231 -183
- package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm5/lib/TimeAxisBaseDescription.js +24 -24
- package/esm5/lib/TimeXAxisDescription.js +12 -12
- package/esm5/lib/XYChartDescription.js +231 -183
- package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
- package/fesm2015/igniteui-angular-core.js +1354 -1246
- package/fesm5/igniteui-angular-core.js +1402 -1246
- package/lib/AxisDescription.d.ts +60 -48
- package/lib/CategoryAngleAxisDescription.d.ts +7 -7
- package/lib/CategoryAxisBaseDescription.d.ts +8 -8
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategoryXAxisDescription.d.ts +11 -11
- package/lib/CategoryYAxisDescription.d.ts +11 -11
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/NumericAngleAxisDescription.d.ts +2 -2
- package/lib/NumericAxisBaseDescription.d.ts +28 -28
- package/lib/NumericRadiusAxisDescription.d.ts +2 -2
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialBaseChartDescription.d.ts +77 -65
- package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/XYChartDescription.d.ts +77 -65
- package/package.json +4 -4
|
@@ -13,312 +13,312 @@ export let DataPieBaseChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DataPieBaseChartDescription extends RadialBaseChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.yh = null;
|
|
17
|
+
this.w4 = null;
|
|
16
18
|
this.x9 = null;
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.yb = null;
|
|
19
|
+
this.w2 = null;
|
|
20
|
+
this.ye = null;
|
|
21
|
+
this.w3 = null;
|
|
22
|
+
this.x7 = null;
|
|
23
|
+
this.w1 = null;
|
|
24
|
+
this.xj = 0;
|
|
25
|
+
this.yj = null;
|
|
26
|
+
this.yi = null;
|
|
26
27
|
this.ya = null;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.xy = null;
|
|
31
|
-
this.xx = null;
|
|
28
|
+
this.x3 = null;
|
|
29
|
+
this.yl = null;
|
|
30
|
+
this.x6 = null;
|
|
32
31
|
this.x5 = null;
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.xw = null;
|
|
36
|
-
this.w3 = false;
|
|
32
|
+
this.yd = null;
|
|
33
|
+
this.xk = 0;
|
|
37
34
|
this.yc = null;
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.w4 = false;
|
|
42
|
-
this.xt = 0;
|
|
35
|
+
this.x4 = null;
|
|
36
|
+
this.xb = false;
|
|
37
|
+
this.yk = null;
|
|
43
38
|
this.xh = 0;
|
|
44
|
-
this.xg = 0;
|
|
45
39
|
this.xi = 0;
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
40
|
+
this.xn = 0;
|
|
41
|
+
this.xc = false;
|
|
42
|
+
this.x1 = 0;
|
|
43
|
+
this.xp = 0;
|
|
44
|
+
this.xo = 0;
|
|
45
|
+
this.xq = 0;
|
|
46
|
+
this.xl = 0;
|
|
47
|
+
this.xm = 0;
|
|
48
|
+
this.yg = null;
|
|
49
|
+
this.yf = null;
|
|
48
50
|
this.x8 = null;
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.w2 = false;
|
|
53
|
-
this.x3 = null;
|
|
51
|
+
this.w9 = false;
|
|
52
|
+
this.xa = false;
|
|
53
|
+
this.yb = null;
|
|
54
54
|
}
|
|
55
55
|
get_type() {
|
|
56
56
|
return "DataPieBaseChart";
|
|
57
57
|
}
|
|
58
58
|
get sliceLabelFormat() {
|
|
59
|
-
return this.
|
|
59
|
+
return this.yh;
|
|
60
60
|
}
|
|
61
61
|
set sliceLabelFormat(a) {
|
|
62
|
-
this.
|
|
62
|
+
this.yh = a;
|
|
63
63
|
this.g("SliceLabelFormat");
|
|
64
64
|
}
|
|
65
65
|
get sliceLabelFormatSpecifiers() {
|
|
66
|
-
return this.
|
|
66
|
+
return this.w4;
|
|
67
67
|
}
|
|
68
68
|
set sliceLabelFormatSpecifiers(a) {
|
|
69
|
-
this.
|
|
69
|
+
this.w4 = a;
|
|
70
70
|
this.g("SliceLabelFormatSpecifiers");
|
|
71
71
|
}
|
|
72
72
|
get legendSliceLabelFormat() {
|
|
73
|
-
return this.
|
|
73
|
+
return this.x9;
|
|
74
74
|
}
|
|
75
75
|
set legendSliceLabelFormat(a) {
|
|
76
|
-
this.
|
|
76
|
+
this.x9 = a;
|
|
77
77
|
this.g("LegendSliceLabelFormat");
|
|
78
78
|
}
|
|
79
79
|
get legendSliceLabelFormatSpecifiers() {
|
|
80
|
-
return this.
|
|
80
|
+
return this.w2;
|
|
81
81
|
}
|
|
82
82
|
set legendSliceLabelFormatSpecifiers(a) {
|
|
83
|
-
this.
|
|
83
|
+
this.w2 = a;
|
|
84
84
|
this.g("LegendSliceLabelFormatSpecifiers");
|
|
85
85
|
}
|
|
86
86
|
get othersSliceLabelFormat() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.ye;
|
|
88
88
|
}
|
|
89
89
|
set othersSliceLabelFormat(a) {
|
|
90
|
-
this.
|
|
90
|
+
this.ye = a;
|
|
91
91
|
this.g("OthersSliceLabelFormat");
|
|
92
92
|
}
|
|
93
93
|
get othersSliceLabelFormatSpecifiers() {
|
|
94
|
-
return this.
|
|
94
|
+
return this.w3;
|
|
95
95
|
}
|
|
96
96
|
set othersSliceLabelFormatSpecifiers(a) {
|
|
97
|
-
this.
|
|
97
|
+
this.w3 = a;
|
|
98
98
|
this.g("OthersSliceLabelFormatSpecifiers");
|
|
99
99
|
}
|
|
100
100
|
get legendOthersSliceLabelFormat() {
|
|
101
|
-
return this.
|
|
101
|
+
return this.x7;
|
|
102
102
|
}
|
|
103
103
|
set legendOthersSliceLabelFormat(a) {
|
|
104
|
-
this.
|
|
104
|
+
this.x7 = a;
|
|
105
105
|
this.g("LegendOthersSliceLabelFormat");
|
|
106
106
|
}
|
|
107
107
|
get legendOthersSliceLabelFormatSpecifiers() {
|
|
108
|
-
return this.
|
|
108
|
+
return this.w1;
|
|
109
109
|
}
|
|
110
110
|
set legendOthersSliceLabelFormatSpecifiers(a) {
|
|
111
|
-
this.
|
|
111
|
+
this.w1 = a;
|
|
112
112
|
this.g("LegendOthersSliceLabelFormatSpecifiers");
|
|
113
113
|
}
|
|
114
114
|
get innerExtent() {
|
|
115
|
-
return this.
|
|
115
|
+
return this.xj;
|
|
116
116
|
}
|
|
117
117
|
set innerExtent(a) {
|
|
118
|
-
this.
|
|
118
|
+
this.xj = a;
|
|
119
119
|
this.g("InnerExtent");
|
|
120
120
|
}
|
|
121
121
|
get sweepDirection() {
|
|
122
|
-
return this.
|
|
122
|
+
return this.yj;
|
|
123
123
|
}
|
|
124
124
|
set sweepDirection(a) {
|
|
125
|
-
this.
|
|
125
|
+
this.yj = a;
|
|
126
126
|
this.g("SweepDirection");
|
|
127
127
|
}
|
|
128
128
|
get sliceLabelPositionMode() {
|
|
129
|
-
return this.
|
|
129
|
+
return this.yi;
|
|
130
130
|
}
|
|
131
131
|
set sliceLabelPositionMode(a) {
|
|
132
|
-
this.
|
|
132
|
+
this.yi = a;
|
|
133
133
|
this.g("SliceLabelPositionMode");
|
|
134
134
|
}
|
|
135
135
|
get lightSliceLabelColor() {
|
|
136
|
-
return this.
|
|
136
|
+
return this.ya;
|
|
137
137
|
}
|
|
138
138
|
set lightSliceLabelColor(a) {
|
|
139
|
-
this.
|
|
139
|
+
this.ya = a;
|
|
140
140
|
this.g("LightSliceLabelColor");
|
|
141
141
|
}
|
|
142
142
|
get darkSliceLabelColor() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.x3;
|
|
144
144
|
}
|
|
145
145
|
set darkSliceLabelColor(a) {
|
|
146
|
-
this.
|
|
146
|
+
this.x3 = a;
|
|
147
147
|
this.g("DarkSliceLabelColor");
|
|
148
148
|
}
|
|
149
149
|
get valueMemberPath() {
|
|
150
|
-
return this.
|
|
150
|
+
return this.yl;
|
|
151
151
|
}
|
|
152
152
|
set valueMemberPath(a) {
|
|
153
|
-
this.
|
|
153
|
+
this.yl = a;
|
|
154
154
|
this.g("ValueMemberPath");
|
|
155
155
|
}
|
|
156
156
|
get legendLabelMemberPath() {
|
|
157
|
-
return this.
|
|
157
|
+
return this.x6;
|
|
158
158
|
}
|
|
159
159
|
set legendLabelMemberPath(a) {
|
|
160
|
-
this.
|
|
160
|
+
this.x6 = a;
|
|
161
161
|
this.g("LegendLabelMemberPath");
|
|
162
162
|
}
|
|
163
163
|
get legendEmptyValuesMode() {
|
|
164
|
-
return this.
|
|
164
|
+
return this.x5;
|
|
165
165
|
}
|
|
166
166
|
set legendEmptyValuesMode(a) {
|
|
167
|
-
this.
|
|
167
|
+
this.x5 = a;
|
|
168
168
|
this.g("LegendEmptyValuesMode");
|
|
169
169
|
}
|
|
170
170
|
get othersCategoryType() {
|
|
171
|
-
return this.
|
|
171
|
+
return this.yd;
|
|
172
172
|
}
|
|
173
173
|
set othersCategoryType(a) {
|
|
174
|
-
this.
|
|
174
|
+
this.yd = a;
|
|
175
175
|
this.g("OthersCategoryType");
|
|
176
176
|
}
|
|
177
177
|
get othersCategoryThreshold() {
|
|
178
|
-
return this.
|
|
178
|
+
return this.xk;
|
|
179
179
|
}
|
|
180
180
|
set othersCategoryThreshold(a) {
|
|
181
|
-
this.
|
|
181
|
+
this.xk = a;
|
|
182
182
|
this.g("OthersCategoryThreshold");
|
|
183
183
|
}
|
|
184
184
|
get othersCategoryText() {
|
|
185
|
-
return this.
|
|
185
|
+
return this.yc;
|
|
186
186
|
}
|
|
187
187
|
set othersCategoryText(a) {
|
|
188
|
-
this.
|
|
188
|
+
this.yc = a;
|
|
189
189
|
this.g("OthersCategoryText");
|
|
190
190
|
}
|
|
191
191
|
get labelMemberPath() {
|
|
192
|
-
return this.
|
|
192
|
+
return this.x4;
|
|
193
193
|
}
|
|
194
194
|
set labelMemberPath(a) {
|
|
195
|
-
this.
|
|
195
|
+
this.x4 = a;
|
|
196
196
|
this.g("LabelMemberPath");
|
|
197
197
|
}
|
|
198
198
|
get valueAxisFavorLabellingScaleEnd() {
|
|
199
|
-
return this.
|
|
199
|
+
return this.xb;
|
|
200
200
|
}
|
|
201
201
|
set valueAxisFavorLabellingScaleEnd(a) {
|
|
202
|
-
this.
|
|
202
|
+
this.xb = a;
|
|
203
203
|
this.g("ValueAxisFavorLabellingScaleEnd");
|
|
204
204
|
}
|
|
205
205
|
get valueAxisAutoRangeBufferMode() {
|
|
206
|
-
return this.
|
|
206
|
+
return this.yk;
|
|
207
207
|
}
|
|
208
208
|
set valueAxisAutoRangeBufferMode(a) {
|
|
209
|
-
this.
|
|
209
|
+
this.yk = a;
|
|
210
210
|
this.g("ValueAxisAutoRangeBufferMode");
|
|
211
211
|
}
|
|
212
212
|
get angleAxisInterval() {
|
|
213
|
-
return this.
|
|
213
|
+
return this.xh;
|
|
214
214
|
}
|
|
215
215
|
set angleAxisInterval(a) {
|
|
216
|
-
this.
|
|
216
|
+
this.xh = a;
|
|
217
217
|
this.g("AngleAxisInterval");
|
|
218
218
|
}
|
|
219
219
|
get angleAxisMinorInterval() {
|
|
220
|
-
return this.
|
|
220
|
+
return this.xi;
|
|
221
221
|
}
|
|
222
222
|
set angleAxisMinorInterval(a) {
|
|
223
|
-
this.
|
|
223
|
+
this.xi = a;
|
|
224
224
|
this.g("AngleAxisMinorInterval");
|
|
225
225
|
}
|
|
226
226
|
get valueAxisInterval() {
|
|
227
|
-
return this.
|
|
227
|
+
return this.xn;
|
|
228
228
|
}
|
|
229
229
|
set valueAxisInterval(a) {
|
|
230
|
-
this.
|
|
230
|
+
this.xn = a;
|
|
231
231
|
this.g("ValueAxisInterval");
|
|
232
232
|
}
|
|
233
233
|
get valueAxisIsLogarithmic() {
|
|
234
|
-
return this.
|
|
234
|
+
return this.xc;
|
|
235
235
|
}
|
|
236
236
|
set valueAxisIsLogarithmic(a) {
|
|
237
|
-
this.
|
|
237
|
+
this.xc = a;
|
|
238
238
|
this.g("ValueAxisIsLogarithmic");
|
|
239
239
|
}
|
|
240
240
|
get valueAxisLogarithmBase() {
|
|
241
|
-
return this.
|
|
241
|
+
return this.x1;
|
|
242
242
|
}
|
|
243
243
|
set valueAxisLogarithmBase(a) {
|
|
244
|
-
this.
|
|
244
|
+
this.x1 = a;
|
|
245
245
|
this.g("ValueAxisLogarithmBase");
|
|
246
246
|
}
|
|
247
247
|
get valueAxisMinimumValue() {
|
|
248
|
-
return this.
|
|
248
|
+
return this.xp;
|
|
249
249
|
}
|
|
250
250
|
set valueAxisMinimumValue(a) {
|
|
251
|
-
this.
|
|
251
|
+
this.xp = a;
|
|
252
252
|
this.g("ValueAxisMinimumValue");
|
|
253
253
|
}
|
|
254
254
|
get valueAxisMaximumValue() {
|
|
255
|
-
return this.
|
|
255
|
+
return this.xo;
|
|
256
256
|
}
|
|
257
257
|
set valueAxisMaximumValue(a) {
|
|
258
|
-
this.
|
|
258
|
+
this.xo = a;
|
|
259
259
|
this.g("ValueAxisMaximumValue");
|
|
260
260
|
}
|
|
261
261
|
get valueAxisMinorInterval() {
|
|
262
|
-
return this.
|
|
262
|
+
return this.xq;
|
|
263
263
|
}
|
|
264
264
|
set valueAxisMinorInterval(a) {
|
|
265
|
-
this.
|
|
265
|
+
this.xq = a;
|
|
266
266
|
this.g("ValueAxisMinorInterval");
|
|
267
267
|
}
|
|
268
268
|
get radiusExtent() {
|
|
269
|
-
return this.
|
|
269
|
+
return this.xl;
|
|
270
270
|
}
|
|
271
271
|
set radiusExtent(a) {
|
|
272
|
-
this.
|
|
272
|
+
this.xl = a;
|
|
273
273
|
this.g("RadiusExtent");
|
|
274
274
|
}
|
|
275
275
|
get startAngle() {
|
|
276
|
-
return this.
|
|
276
|
+
return this.xm;
|
|
277
277
|
}
|
|
278
278
|
set startAngle(a) {
|
|
279
|
-
this.
|
|
279
|
+
this.xm = a;
|
|
280
280
|
this.g("StartAngle");
|
|
281
281
|
}
|
|
282
282
|
get sliceLabelContentSeparator() {
|
|
283
|
-
return this.
|
|
283
|
+
return this.yg;
|
|
284
284
|
}
|
|
285
285
|
set sliceLabelContentSeparator(a) {
|
|
286
|
-
this.
|
|
286
|
+
this.yg = a;
|
|
287
287
|
this.g("SliceLabelContentSeparator");
|
|
288
288
|
}
|
|
289
289
|
get sliceLabelContentMode() {
|
|
290
|
-
return this.
|
|
290
|
+
return this.yf;
|
|
291
291
|
}
|
|
292
292
|
set sliceLabelContentMode(a) {
|
|
293
|
-
this.
|
|
293
|
+
this.yf = a;
|
|
294
294
|
this.g("SliceLabelContentMode");
|
|
295
295
|
}
|
|
296
296
|
get legendSliceLabelContentMode() {
|
|
297
|
-
return this.
|
|
297
|
+
return this.x8;
|
|
298
298
|
}
|
|
299
299
|
set legendSliceLabelContentMode(a) {
|
|
300
|
-
this.
|
|
300
|
+
this.x8 = a;
|
|
301
301
|
this.g("LegendSliceLabelContentMode");
|
|
302
302
|
}
|
|
303
303
|
get angleAxisFavorLabellingScaleEnd() {
|
|
304
|
-
return this.
|
|
304
|
+
return this.w9;
|
|
305
305
|
}
|
|
306
306
|
set angleAxisFavorLabellingScaleEnd(a) {
|
|
307
|
-
this.
|
|
307
|
+
this.w9 = a;
|
|
308
308
|
this.g("AngleAxisFavorLabellingScaleEnd");
|
|
309
309
|
}
|
|
310
310
|
get valueAxisAbbreviateLargeNumbers() {
|
|
311
|
-
return this.
|
|
311
|
+
return this.xa;
|
|
312
312
|
}
|
|
313
313
|
set valueAxisAbbreviateLargeNumbers(a) {
|
|
314
|
-
this.
|
|
314
|
+
this.xa = a;
|
|
315
315
|
this.g("ValueAxisAbbreviateLargeNumbers");
|
|
316
316
|
}
|
|
317
317
|
get markerCollision() {
|
|
318
|
-
return this.
|
|
318
|
+
return this.yb;
|
|
319
319
|
}
|
|
320
320
|
set markerCollision(a) {
|
|
321
|
-
this.
|
|
321
|
+
this.yb = a;
|
|
322
322
|
this.g("MarkerCollision");
|
|
323
323
|
}
|
|
324
324
|
}
|
|
@@ -13,104 +13,104 @@ export let DataPieChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DataPieChartDescription extends DataPieBaseChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
16
|
+
this.y7 = 0;
|
|
17
|
+
this.y8 = 0;
|
|
18
|
+
this.zf = null;
|
|
19
|
+
this.zi = null;
|
|
20
|
+
this.zc = null;
|
|
21
|
+
this.y5 = false;
|
|
22
|
+
this.zg = null;
|
|
23
|
+
this.zh = null;
|
|
24
|
+
this.ze = null;
|
|
25
|
+
this.zj = null;
|
|
26
|
+
this.zd = null;
|
|
25
27
|
this.zb = null;
|
|
26
|
-
this.y5 = null;
|
|
27
|
-
this.y3 = null;
|
|
28
28
|
}
|
|
29
29
|
get_type() {
|
|
30
30
|
return "DataPieChart";
|
|
31
31
|
}
|
|
32
32
|
get transitionInDuration() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.y7;
|
|
34
34
|
}
|
|
35
35
|
set transitionInDuration(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.y7 = a;
|
|
37
37
|
this.g("TransitionInDuration");
|
|
38
38
|
}
|
|
39
39
|
get transitionOutDuration() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.y8;
|
|
41
41
|
}
|
|
42
42
|
set transitionOutDuration(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.y8 = a;
|
|
44
44
|
this.g("TransitionOutDuration");
|
|
45
45
|
}
|
|
46
46
|
get transitionInEasingFunctionRef() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.zf;
|
|
48
48
|
}
|
|
49
49
|
set transitionInEasingFunctionRef(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.zf = a;
|
|
51
51
|
this.g("TransitionInEasingFunctionRef");
|
|
52
52
|
}
|
|
53
53
|
get transitionOutEasingFunctionRef() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.zi;
|
|
55
55
|
}
|
|
56
56
|
set transitionOutEasingFunctionRef(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.zi = a;
|
|
58
58
|
this.g("TransitionOutEasingFunctionRef");
|
|
59
59
|
}
|
|
60
60
|
get chartType() {
|
|
61
|
-
return this.
|
|
61
|
+
return this.zc;
|
|
62
62
|
}
|
|
63
63
|
set chartType(a) {
|
|
64
|
-
this.
|
|
64
|
+
this.zc = a;
|
|
65
65
|
this.g("ChartType");
|
|
66
66
|
}
|
|
67
67
|
get isTransitionInEnabled() {
|
|
68
|
-
return this.
|
|
68
|
+
return this.y5;
|
|
69
69
|
}
|
|
70
70
|
set isTransitionInEnabled(a) {
|
|
71
|
-
this.
|
|
71
|
+
this.y5 = a;
|
|
72
72
|
this.g("IsTransitionInEnabled");
|
|
73
73
|
}
|
|
74
74
|
get transitionInMode() {
|
|
75
|
-
return this.
|
|
75
|
+
return this.zg;
|
|
76
76
|
}
|
|
77
77
|
set transitionInMode(a) {
|
|
78
|
-
this.
|
|
78
|
+
this.zg = a;
|
|
79
79
|
this.g("TransitionInMode");
|
|
80
80
|
}
|
|
81
81
|
get transitionInSpeedType() {
|
|
82
|
-
return this.
|
|
82
|
+
return this.zh;
|
|
83
83
|
}
|
|
84
84
|
set transitionInSpeedType(a) {
|
|
85
|
-
this.
|
|
85
|
+
this.zh = a;
|
|
86
86
|
this.g("TransitionInSpeedType");
|
|
87
87
|
}
|
|
88
88
|
get tooltipTemplateRef() {
|
|
89
|
-
return this.
|
|
89
|
+
return this.ze;
|
|
90
90
|
}
|
|
91
91
|
set tooltipTemplateRef(a) {
|
|
92
|
-
this.
|
|
92
|
+
this.ze = a;
|
|
93
93
|
this.g("TooltipTemplateRef");
|
|
94
94
|
}
|
|
95
95
|
get width() {
|
|
96
|
-
return this.
|
|
96
|
+
return this.zj;
|
|
97
97
|
}
|
|
98
98
|
set width(a) {
|
|
99
|
-
this.
|
|
99
|
+
this.zj = a;
|
|
100
100
|
this.g("Width");
|
|
101
101
|
}
|
|
102
102
|
get height() {
|
|
103
|
-
return this.
|
|
103
|
+
return this.zd;
|
|
104
104
|
}
|
|
105
105
|
set height(a) {
|
|
106
|
-
this.
|
|
106
|
+
this.zd = a;
|
|
107
107
|
this.g("Height");
|
|
108
108
|
}
|
|
109
109
|
get background() {
|
|
110
|
-
return this.
|
|
110
|
+
return this.zb;
|
|
111
111
|
}
|
|
112
112
|
set background(a) {
|
|
113
|
-
this.
|
|
113
|
+
this.zb = a;
|
|
114
114
|
this.g("Background");
|
|
115
115
|
}
|
|
116
116
|
}
|