|
@@ -239,7 +239,7 @@ var draw_graph = function (graphType, obj) {
|
|
var verticalWidthX =
|
|
var verticalWidthX =
|
|
touchfor[i].pageX * (window.currentPhoneSize.width / vowidth);
|
|
touchfor[i].pageX * (window.currentPhoneSize.width / vowidth);
|
|
var verticalHeightY =
|
|
var verticalHeightY =
|
|
- touchfor[i].pageY * (window.currentPhoneSize.width / voheight);
|
|
|
|
|
|
+ touchfor[i].pageY * (window.currentPhoneSize.height / voheight);
|
|
var idx = ongoingTouches.findIndex(function (ele) {
|
|
var idx = ongoingTouches.findIndex(function (ele) {
|
|
return ele.identifier === touchfor[i].identifier;
|
|
return ele.identifier === touchfor[i].identifier;
|
|
});
|
|
});
|