Commit 1b33bc6a authored by Sergey Luzyanin's avatar Sergey Luzyanin

track

parent d00aba7e
......@@ -778,7 +778,11 @@ function Chart3dAdjustTrack(oChartSpace, numHandle, startX, startY)
this.processor3D.angleOx = this.view3D && this.view3D.rotX ? (- this.view3D.rotX / 360) * (Math.PI * 2) : 0;
this.processor3D.angleOy = this.view3D && this.view3D.rotY ? (- this.view3D.rotY / 360) * (Math.PI * 2) : 0;
this.processor3D.angleOz = 0;
this.processor3D.calaculate3DProperties();
// this.processor3D.view3D = this.view3D;
// this.processor3D.calaculate3DProperties();
//this.processor3D.view3D = oChartSpace.chart.view3D;
this.calculateGeometry();
};
......
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