1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432 | 1×
1×
1×
1×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
104×
1×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
172×
506×
506×
356×
150×
506×
506×
506×
506×
506×
356×
150×
506×
506×
172×
1×
1×
170×
170×
1×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
415×
415×
415×
311×
104×
415×
415×
3×
3×
1×
2×
3×
415×
414×
414×
414×
414×
414×
414×
224×
224×
224×
224×
224×
224×
168×
168×
56×
56×
224×
224×
415×
6×
1×
311×
311×
311×
311×
311×
311×
311×
311×
1×
103×
103×
103×
103×
103×
103×
103×
103×
1×
224×
224×
224×
1×
170×
170×
1×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
170×
415×
415×
415×
433×
433×
417×
326×
91×
417×
417×
417×
417×
326×
91×
417×
417×
417×
417×
417×
433×
415×
415×
6×
1×
417×
417×
417×
417×
417×
417×
417×
417×
417×
417×
417×
393×
393×
24×
12×
12×
12×
12×
12×
417×
417×
1×
304×
304×
304×
1×
89×
89×
89×
1×
415×
415×
415×
415×
414×
414×
414×
414×
414×
414×
414×
414×
414×
414×
414×
271×
271×
271×
271×
271×
271×
143×
143×
143×
143×
36×
36×
143×
143×
414×
1×
1×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
6×
306×
306×
306×
306×
306×
6×
6×
1×
21×
21×
21×
21×
21×
21×
5×
16×
6×
6×
6×
6×
16×
16×
1×
16×
16×
16×
16×
16×
16×
16×
661×
661×
661×
661×
16×
16×
15×
1×
1×
| define(["require", "exports", "@syncfusion/ej2-base", "@syncfusion/ej2-svg-base", "../../common/utils/helper", "@syncfusion/ej2-base", "../../common/utils/helper"], function (require, exports, ej2_base_1, ej2_svg_base_1, helper_1, ej2_base_2, helper_2) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ScaleGroup = (function () {
function ScaleGroup(bulletChart) {
this.comparative = [];
this.dataSource = bulletChart.dataSource;
this.isVertical = (bulletChart.orientation === 'Vertical');
this.isTicksInside = (bulletChart.tickPosition === 'Inside');
this.isLabelsInside = (bulletChart.labelPosition === 'Inside');
this.isHorizontal = (bulletChart.orientation === 'Horizontal');
this.isLeft = bulletChart.titlePosition === 'Left';
this.isRight = bulletChart.titlePosition === 'Right';
this.isTop = bulletChart.titlePosition === 'Top';
this.location = 10;
this.featureBarBounds = [];
this.majorTickSize = bulletChart.majorTickLines.height;
this.labelOffset = 15;
this.labelSize = 12;
this.bulletChart = bulletChart;
this.isLabelBelow = !this.bulletChart.opposedPosition;
this.scaleOrientation = this.bulletChart.orientation;
this.rangeColor = [];
}
ScaleGroup.prototype.drawScaleGroup = function (scaleGroup) {
var rangeGroup = this.bulletChart.renderer.createGroup({ 'id': this.bulletChart.svgObject.id + '_rangeGroup' });
var max = this.bulletChart.maximum;
var ranges = this.bulletChart.ranges;
this.scaleSettingsGroup = scaleGroup;
var rect;
var bullet = this.bulletChart;
var enableRtl = bullet.enableRtl;
var initialRect = bullet.initialClipRect;
var locX = initialRect.x + ((enableRtl && bullet.orientation === 'Horizontal') ? initialRect.width : 0);
var locY = initialRect.y + ((!enableRtl && bullet.orientation === 'Vertical') ? initialRect.height : 0);
var area = 0;
bullet.rangeCollection = [];
var start = 0;
var range = (bullet.orientation === 'Horizontal') ? initialRect.width : initialRect.height;
var fillRange = (bullet.orientation === 'Horizontal') ? initialRect.height : initialRect.width;
for (var i = 0; i < ranges.length; i++) {
area = (range) * ((ranges[i].end - start) / max);
if (bullet.orientation === 'Horizontal') {
locX -= (enableRtl) ? area : 0;
}
else {
locY -= (!enableRtl) ? area : 0;
}
rect = new helper_1.RectOption(bullet.svgObject.id + '_range_' + i, ranges[i].color || this.bulletChart.themeStyle.rangeStrokes[i]['color'], { width: 1 }, ranges[i].opacity, new ej2_svg_base_1.Rect(locX, locY, ((bullet.orientation === 'Horizontal') ? area : fillRange), ((bullet.orientation === 'Horizontal') ? fillRange : area)));
var svgRect = bullet.renderer.drawRectangle(rect);
rangeGroup.appendChild(svgRect);
scaleGroup.appendChild(rangeGroup);
if (bullet.orientation === 'Horizontal') {
locX += (enableRtl) ? 0 : area;
}
else {
locY += (!enableRtl) ? 0 : area;
}
bullet.rangeCollection.push(area);
start = ranges[i].end;
}
return this.bulletChart.rangeCollection;
};
ScaleGroup.prototype.sortRangeCollection = function (a, b) {
return (a - b);
};
ScaleGroup.prototype.renderFeatureBar = function (dataCount) {
Iif (dataCount === 0) {
return;
}
this.renderCommonFeatureBar(dataCount, this.isHorizontal);
};
ScaleGroup.prototype.renderCommonFeatureBar = function (dataCount, isHorizontal) {
var categoryValue;
var dotWidth = 6;
var padding = 5;
var bulletChart = this.bulletChart;
var initialBoundsStart = isHorizontal ? (bulletChart.initialClipRect.y + bulletChart.initialClipRect.height) :
bulletChart.initialClipRect.x;
var lPoint;
var featueGroup = bulletChart.renderer.createGroup({ 'id': bulletChart.svgObject.id + '_featureGroup' });
var data;
var featureBarSize = (isHorizontal ? bulletChart.initialClipRect.height : bulletChart.initialClipRect.width) / dataCount;
var bounds;
for (var i = 0; i < dataCount; i++) {
data = bulletChart.dataSource[i];
categoryValue = data[bulletChart.categoryField];
if (isHorizontal) {
lPoint = initialBoundsStart - (featureBarSize * i) - (featureBarSize + bulletChart.valueHeight) / 2;
}
else {
lPoint = initialBoundsStart + (featureBarSize * i) + (featureBarSize / 2) - bulletChart.valueHeight / 2;
}
bounds = this.calculateFeatureMeasureBounds(data[bulletChart.valueField], categoryValue, isHorizontal);
if (data && bulletChart.type === 'Dot') {
var value = data[bulletChart.valueField];
if (isHorizontal) {
bounds.pointX = bounds.pointX + (((value > 0) && !bulletChart.enableRtl) ||
((value < 0) && bulletChart.enableRtl) ? (bounds.width) : 0) - dotWidth / 2;
}
else {
bounds.pointX = bounds.pointX + (((value > 0) && bulletChart.enableRtl) ||
((value < 0) && !bulletChart.enableRtl) ? (bounds.width) : 0) - dotWidth / 2;
}
bounds.width = dotWidth;
}
if (bounds) {
var svgRect = isHorizontal ? this.featureBar(bounds.pointX, lPoint, bounds.width, i) :
this.verticalFeatureBar(lPoint, bounds.pointX, bounds.width, i);
featueGroup.appendChild(svgRect);
this.feature = svgRect;
this.scaleSettingsGroup.appendChild(featueGroup);
this.featureBarBounds[i] = { x: bounds.pointX, y: lPoint, width: bounds.width, height: bulletChart.valueHeight };
if (!ej2_base_1.isNullOrUndefined(categoryValue)) {
var categoryTextSize = ej2_svg_base_1.measureText(categoryValue, bulletChart.categoryLabelStyle, bulletChart.themeStyle.axisLabelFont);
var categorySize = isHorizontal ? categoryTextSize.width : categoryTextSize.height;
var initialRect = bulletChart.initialClipRect;
var x = void 0;
var categoryOptions = void 0;
if (isHorizontal) {
x = (bulletChart.enableRtl) ? (initialRect.x + initialRect.width + padding + categorySize / 2) :
initialRect.x - padding - categorySize / 2;
categoryOptions = this.drawcategory(x, lPoint, categoryValue);
}
else {
x = (bulletChart.enableRtl) ? (initialRect.y - padding - categorySize / 2) :
initialRect.y + initialRect.height + padding + categorySize / 2;
categoryOptions = this.drawcategory(lPoint + bulletChart.valueHeight / 2, x, categoryValue);
}
bulletChart.categoryLabelStyle.fontFamily = bulletChart.categoryLabelStyle.fontFamily ||
bulletChart.themeStyle.axisLabelFont.fontFamily;
ej2_svg_base_1.textElement(categoryOptions, bulletChart.categoryLabelStyle, bulletChart.categoryLabelStyle.color ||
bulletChart.themeStyle.axisLabelFont.color, this.scaleSettingsGroup);
}
}
if ((bulletChart.animation.enable && ej2_base_2.animationMode !== 'Disable') || ej2_base_2.animationMode === 'Enable') {
this.doValueBarAnimation();
}
}
};
ScaleGroup.prototype.featureBar = function (pointX, pointY, width, i) {
var featureBarOptions = new helper_1.RectOption(this.bulletChart.svgObject.id + '_FeatureMeasure_' + i, this.bulletChart.dataSource[i][this.bulletChart.valueFill] || this.bulletChart.valueFill, this.bulletChart.valueBorder, 1, new ej2_svg_base_1.Rect(pointX, pointY, width, this.bulletChart.valueHeight), 0, 0, '', this.bulletChart.valueBorder.dashArray);
var svgRect = this.bulletChart.renderer.drawRectangle(featureBarOptions);
svgRect.setAttribute('class', this.bulletChart.svgObject.id + '_FeatureMeasure');
svgRect.id = this.bulletChart.svgObject.id + '_FeatureMeasure_' + i;
svgRect.setAttribute('role', 'img');
svgRect.setAttribute('tabindex', '0');
svgRect.setAttribute('aria-label', (this.bulletChart.title + ', value: ' + this.bulletChart.dataSource[i].value + ', target: ' + this.bulletChart.dataSource[i].target));
return svgRect;
};
ScaleGroup.prototype.verticalFeatureBar = function (pointX, pointY, width, i) {
var featureBarOptions = new helper_1.RectOption(this.bulletChart.svgObject.id + '_FeatureMeasure_' + i, this.bulletChart.dataSource[i][this.bulletChart.valueFill] || this.bulletChart.valueFill, this.bulletChart.valueBorder, 1, new ej2_svg_base_1.Rect(pointX, pointY, this.bulletChart.valueHeight, width));
var svgRect = this.bulletChart.renderer.drawRectangle(featureBarOptions);
svgRect.setAttribute('class', this.bulletChart.svgObject.id + '_FeatureMeasure');
svgRect.id = this.bulletChart.svgObject.id + '_FeatureMeasure_' + i;
svgRect.setAttribute('role', 'img');
svgRect.setAttribute('tabindex', '0');
svgRect.setAttribute('aria-label', (this.bulletChart.title + ', value: ' + this.bulletChart.dataSource[i].value + ', target: ' + this.bulletChart.dataSource[i].target));
return svgRect;
};
ScaleGroup.prototype.drawcategory = function (lPointX, lPointY, categoryValue) {
var fontsize = parseInt(this.bulletChart.categoryLabelStyle.size, 10);
var categoryOptions = {
'id': '',
'anchor': 'middle',
'x': lPointX,
'y': lPointY + (fontsize / 4 + this.bulletChart.valueHeight / 2),
'transform': '',
'text': categoryValue,
'baseLine': '',
'labelRotation': 0
};
return categoryOptions;
};
ScaleGroup.prototype.renderComparativeSymbol = function (dataCount) {
Iif (dataCount === 0) {
return;
}
this.renderCommonComparativeSymbol(dataCount, this.isHorizontal);
};
ScaleGroup.prototype.renderCommonComparativeSymbol = function (dataCount, isHorizontal) {
var bulletChart = this.bulletChart;
var value;
var rect = bulletChart.initialClipRect;
var scaleLength = isHorizontal ? rect.width : rect.height;
var y1;
var y2;
var x1;
var pointY = isHorizontal ? (rect.y + rect.height) : rect.x;
var comparativeGroup = bulletChart.renderer.createGroup({ 'id': bulletChart.svgObject.id + '_comparativeGroup' });
var minimum = bulletChart.minimum;
var maximum = bulletChart.maximum;
var delta = maximum - minimum;
var targetWidth = 5;
var pointX = isHorizontal ? (rect.x - (targetWidth / 2)) : (rect.y + rect.height);
var temp;
var values = [];
var targetTypes = bulletChart.targetTypes;
var targetType = 'Rect';
var targetTypeLength = targetTypes.length;
var featureBarSize = (isHorizontal ? rect.height : rect.width) / dataCount;
var svgElement;
for (var k = 0; k < dataCount; k++) {
value = bulletChart.dataSource[k][bulletChart.targetField];
values = values.concat(value);
for (var i = 0; i < values.length; i++) {
targetType = targetTypes[i % targetTypeLength];
if (values[i] >= minimum && values[i] <= maximum) {
if (isHorizontal) {
temp = pointY - (featureBarSize * k) - (featureBarSize / 2);
}
else {
temp = pointY + (featureBarSize * k) + (featureBarSize / 2);
}
y1 = temp - targetWidth * 1.5;
y2 = temp + targetWidth * 1.5;
temp = (scaleLength / (delta / (delta - (maximum - values[i]))));
if (isHorizontal) {
x1 = pointX + (bulletChart.enableRtl ? (scaleLength - temp) : temp);
}
else {
x1 = pointX - (bulletChart.enableRtl ? (scaleLength - temp) : temp);
}
svgElement = this.getTargetElement(targetType, isHorizontal, x1, y1, y2, values[i], k);
this.comparative.push(svgElement);
comparativeGroup.appendChild(svgElement);
y1 = 0;
y2 = 0;
}
this.scaleSettingsGroup.appendChild(comparativeGroup);
}
values = [];
if ((bulletChart.animation.enable && ej2_base_2.animationMode !== 'Disable') || ej2_base_2.animationMode === 'Enable') {
this.doTargetBarAnimation(0);
}
}
};
ScaleGroup.prototype.getTargetElement = function (targetType, isHorizontal, x1, y1, y2, value, k) {
var shapeObject;
var shapeElement;
var bulletChart = this.bulletChart;
var strokeWidth = (targetType === 'Cross') ? bulletChart.targetWidth - 1 : 1;
var size = (targetType === 'Circle') ? bulletChart.targetWidth - 1 : bulletChart.targetWidth;
var lx = isHorizontal ? x1 + (size / 2) : y1 + ((y2 - y1) / 2);
var ly = isHorizontal ? y1 + ((y2 - y1) / 2) : x1;
var id = bulletChart.svgObject.id + '_ComparativeMeasure_' + k;
var className = bulletChart.svgObject.id + '_ComparativeMeasure';
var targetColor = bulletChart.dataSource[k][bulletChart.targetColor] || bulletChart.targetColor;
if (targetType === 'Rect') {
shapeObject = isHorizontal ? this.compareMeasure(x1, y1, y2, k, value) : this.compareVMeasure(y1, y2, x1, k);
shapeElement = bulletChart.renderer.drawLine(shapeObject);
}
else if (targetType === 'Circle') {
shapeObject = new helper_1.CircleOption(id, targetColor, { width: 1, color: targetColor || 'black' }, 1, lx, ly, size);
shapeElement = bulletChart.renderer.drawCircle(shapeObject);
}
else {
var crossDirection = 'M ' + (lx - size) + ' ' + (ly - size) + ' L ' + (lx + size) + ' ' + (ly + size) + ' M ' +
(lx - size) + ' ' + (ly + size) + ' L ' + (lx + size) + ' ' + (ly - size);
shapeObject = new ej2_svg_base_1.PathOption(id, 'transparent', strokeWidth, targetColor, 1, '', crossDirection);
shapeElement = bulletChart.renderer.drawPath(shapeObject);
}
shapeElement.setAttribute('class', className);
return shapeElement;
};
ScaleGroup.prototype.compareMeasure = function (x1, y1, y2, i, value) {
var bulletChart = this.bulletChart;
var compareMeasureOptions = {
'class': bulletChart.svgObject.id + '_ComparativeMeasure',
'id': bulletChart.svgObject.id + '_ComparativeMeasure_' + i,
'x1': (value === bulletChart.maximum) ? x1 - (bulletChart.targetWidth / 2) :
(value === bulletChart.minimum) ? x1 + (bulletChart.targetWidth / 2) : x1,
'y1': y1,
'x2': (value === bulletChart.maximum) ? x1 - (bulletChart.targetWidth / 2) :
(value === bulletChart.minimum) ? x1 + (bulletChart.targetWidth / 2) : x1,
'y2': y2,
'stroke-width': bulletChart.targetWidth,
'stroke': bulletChart.dataSource[i][bulletChart.targetColor] || bulletChart.targetColor || 'black'
};
return compareMeasureOptions;
};
ScaleGroup.prototype.compareVMeasure = function (x1, x2, y1, i) {
var bulletChart = this.bulletChart;
var compareMeasureOptions = {
'class': bulletChart.svgObject.id + '_ComparativeMeasure',
'id': bulletChart.svgObject.id + '_ComparativeMeasure_' + i,
'x1': x1,
'y1': y1,
'x2': x2,
'y2': y1,
'stroke-width': bulletChart.targetWidth,
'stroke': bulletChart.dataSource[i][bulletChart.targetColor] || bulletChart.targetColor || 'black'
};
return compareMeasureOptions;
};
ScaleGroup.prototype.calculateFeatureMeasureBounds = function (value, categoryValue, isHorizontal) {
var bulletChart = this.bulletChart;
var min = bulletChart.minimum;
value = (value < min && min <= 0) ? min : value;
if (value >= min) {
var pointX = void 0;
var lastPointX = void 0;
var width = void 0;
var loc = isHorizontal ? bulletChart.initialClipRect.x : bulletChart.initialClipRect.y;
var scaleLength = isHorizontal ? bulletChart.initialClipRect.width : bulletChart.initialClipRect.height;
var delta = bulletChart.maximum - bulletChart.minimum;
var valueDiff = bulletChart.maximum - value;
var orientation_1 = ((!bulletChart.enableRtl) ? 'forward' : 'backward') + this.scaleOrientation.toLowerCase();
categoryValue = ej2_base_1.isNullOrUndefined(categoryValue) ? '' : categoryValue;
var stringLength = ej2_svg_base_1.measureText(categoryValue.toString(), bulletChart.labelStyle, this.bulletChart.themeStyle.axisLabelFont).width;
switch (orientation_1) {
case 'forwardhorizontal':
case 'backwardvertical':
pointX = loc + ((min > 0) ? 0 : scaleLength / delta * Math.abs(min));
width = scaleLength / (delta / ((min > 0) ? delta - valueDiff : value));
Iif (value < 0) {
width = Math.abs(width);
pointX -= width;
}
width = (pointX + width < loc + scaleLength) ? width : loc + scaleLength - pointX;
lastPointX = loc - ((orientation_1 === 'forwardhorizontal') ? (stringLength / 2 + 5) :
this.labelOffset);
break;
default:
pointX = loc + (scaleLength - scaleLength / (delta / (delta - valueDiff)));
width = (min > 0) ? scaleLength / (delta / (delta - valueDiff)) : scaleLength / (delta / (value));
Iif (value < 0) {
width = Math.abs(width);
pointX -= width;
}
if (pointX < loc) {
width = pointX + width - loc;
pointX = loc;
}
lastPointX = loc + scaleLength + ((orientation_1 === 'backwardhorizontal') ? (stringLength / 2 +
5) : 5);
break;
}
return { pointX: pointX, width: width, lastPointX: lastPointX };
}
return null;
};
ScaleGroup.prototype.doValueBarAnimation = function () {
var valueBarElement = this.feature;
Iif (!valueBarElement) {
return null;
}
var animateOption = this.bulletChart.animation;
var animateDuration = this.bulletChart.animateSeries ? this.bulletChart.animation.duration : animateOption.duration;
var effectType = helper_2.getAnimationFunction('Linear');
var isValuePlot = this.bulletChart.dataSource < 0;
var valueX;
var valueY;
var elementBarHeight = valueBarElement.getBoundingClientRect().height;
var elementBarWidth = valueBarElement.getBoundingClientRect().width;
var centerX;
var centerY;
var valueActual;
Eif (this.bulletChart.orientation === 'Horizontal' && valueBarElement) {
valueY = parseInt(valueBarElement.getAttribute('height'), 10);
valueX = parseInt(valueBarElement.getAttribute('x'), 10);
centerY = isValuePlot ? valueY : valueY + elementBarHeight;
centerX = valueX;
}
valueBarElement.style.visibility = 'hidden';
new ej2_base_2.Animation({}).animate(valueBarElement, {
duration: (animateDuration === 0 && ej2_base_2.animationMode === 'Enable') ? 1000 : animateDuration,
delay: animateOption.delay,
progress: function (args) {
Eif (args.timeStamp >= args.delay) {
valueBarElement.style.visibility = 'visible';
elementBarWidth = elementBarWidth ? elementBarWidth : 1;
valueActual = effectType(args.timeStamp - args.delay, 0, elementBarWidth, args.duration);
valueBarElement.setAttribute('transform', 'translate(' + centerX + ' ' + centerY +
') scale(' + (valueActual / elementBarWidth) + ', 1) translate(' + (-centerX) + ' ' + (-centerY) + ')');
}
},
end: function () {
valueBarElement.setAttribute('transform', 'translate(0,0)');
valueBarElement.style.visibility = 'visible';
}
});
};
ScaleGroup.prototype.doTargetBarAnimation = function (index) {
var x;
var y;
var centerX;
var centerY;
var targetBarelement = this.comparative[index];
if (!targetBarelement) {
return null;
}
if (this.bulletChart.orientation === 'Horizontal' && targetBarelement) {
y = parseFloat(targetBarelement.getAttribute('y1')) + parseFloat(targetBarelement.getAttribute('y2'));
x = parseFloat(targetBarelement.getAttribute('x1'));
centerY = y;
centerX = x;
}
targetBarelement.style.visibility = 'hidden';
this.animateRect(targetBarelement, centerX, centerY, index + 1);
};
ScaleGroup.prototype.animateRect = function (targetBarelement, centerX, centerY, index) {
var _this = this;
var effect = helper_2.getAnimationFunction('Linear');
var value;
var option = this.bulletChart.animation;
var threshold = this.comparative.length;
var duration = this.bulletChart.animateSeries ? this.bulletChart.animation.duration : option.duration;
new ej2_base_2.Animation({}).animate(targetBarelement, {
duration: (duration === 0 && ej2_base_2.animationMode === 'Enable') ? 1000 : duration,
delay: option.delay,
progress: function (args) {
Eif (args.timeStamp >= args.delay) {
targetBarelement.style.visibility = 'visible';
value = effect(args.timeStamp - args.delay, 0, 1, args.duration);
targetBarelement.setAttribute('transform', 'translate(' + centerX + ' ' + centerY / 2 +
') scale(1,' + (value) + ') translate(' + (-centerX) + ' ' + (-centerY / 2) + ')');
}
},
end: function () {
targetBarelement.setAttribute('transform', 'translate(0,0)');
if (index < threshold) {
_this.doTargetBarAnimation(index + 1);
}
}
});
};
return ScaleGroup;
}());
exports.ScaleGroup = ScaleGroup;
});
|