Commit 4944d629 authored by GoshaZotov's avatar GoshaZotov

changes for standard 3d charts

parent 44d70eae
......@@ -184,8 +184,9 @@ Processor3D.prototype._recalculateScaleWithMaxWidth = function()
}
else
{
//если будут проблемы с поворотом standard диграмм, раскомментровать!
//TODO протестировать, и если не будет проблем, то убрать if-else
if(Math.abs(this.angleOy) > Math.PI)
/*if(Math.abs(this.angleOy) > Math.PI)
{
//рассчитываем параметры диаграммы при оптимальной ширине
this.widthCanvas = optimalWidth + (this.left + this.right);
......@@ -204,7 +205,7 @@ Processor3D.prototype._recalculateScaleWithMaxWidth = function()
this._recalculateCameraDiff();
}
else
{
{*/
//рассчитываем параметры диаграммы при оптимальной ширине
this.widthCanvas = optimalWidth + (this.left + this.right);
var scaleX = this.scaleX;
......@@ -242,7 +243,7 @@ Processor3D.prototype._recalculateScaleWithMaxWidth = function()
this.widthCanvas = widthCanvas;
this._recalculateCameraDiff();
}
//}
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment