Commit d4729a1d authored by Sergey Luzyanin's avatar Sergey Luzyanin

rotate track

parent c2373487
...@@ -621,7 +621,7 @@ function Chart3dAdjustTrack(oChartSpace, numHandle, startX, startY) ...@@ -621,7 +621,7 @@ function Chart3dAdjustTrack(oChartSpace, numHandle, startX, startY)
this.geometry = new AscFormat.Geometry(); this.geometry = new AscFormat.Geometry();
var oPen = new AscFormat.CLn(); var oPen = new AscFormat.CLn();
oPen.w = 15000; oPen.w = 15000;
oPen.Fill = AscFormat.CreateSolidFillRGBA(255, 255, 255, 128); oPen.Fill = AscFormat.CreateSolidFillRGBA(255, 255, 255, 255);
this.objectToDraw = new OverlayObject(this.geometry, oChartSpace.extX, oChartSpace.extY, null, oPen, oChartSpace.transform ); this.objectToDraw = new OverlayObject(this.geometry, oChartSpace.extX, oChartSpace.extY, null, oPen, oChartSpace.transform );
var oPen2 = new AscFormat.CLn(); var oPen2 = new AscFormat.CLn();
......
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