Commit 17aafbee authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

AscCommon.ParaDrawing

parent 8b18bd78
......@@ -614,7 +614,7 @@
aAscSeries.push(oAscSeries);
}
var chartSeries = {series: aAscSeries, parsedHeaders: {bLeft: true, bTop: true}};
var oDrawing = new ParaDrawing( nW, nH, null, oDrawingDocument, this, null);
var oDrawing = new AscCommon.ParaDrawing( nW, nH, null, oDrawingDocument, null, null);
var oChartSpace = AscFormat.DrawingObjectsController.prototype._getChartSpace(chartSeries, settings, true);
oChartSpace.setParent(oDrawing);
oDrawing.Set_GraphicObject(oChartSpace);
......
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