Commit 65dfd901 authored by Sergey Luzyanin's avatar Sergey Luzyanin

AscCommon.ParaDrawing

parent ea903504
......@@ -639,7 +639,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