Commit fc4e83d4 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34410

parent 23ac9ab9
......@@ -10084,7 +10084,8 @@ function ApplyDLblsProps(aPr, oObj, oDrawingDocument, i, baseFills, bCreate){
ApplyTxPr(aPr[0], lbls, oDrawingDocument, i, baseFills);
ApplySpPr(aPr[1], lbls, i, baseFills);
if(!bCreate){
//if(!bCreate)
{
lbls.setDLblPos(aPr[2]);
lbls.setSeparator(aPr[3]);
lbls.setShowBubbleSize(aPr[4]);
......
......@@ -699,7 +699,7 @@ function CChartSpace()
g_oTableId.Add(this, this.Id);
}
CChartSpace.prototype = Object.create(AscFormat.CGraphicObjectBase.prototype);
CChartSpace.prototype = Object.create(AscFormat.CGraphicObjectBase.prototype);
CChartSpace.prototype.constructor = CChartSpace;
CChartSpace.prototype.AllocPath = function(){
......@@ -12424,9 +12424,9 @@ function CreateScatterChart(chartSeries, bUseCache, oOptions)
first_series = asc_series.length > 1 ? asc_series[0] : null;
start_index = asc_series.length > 1 ? 1 : 0;
minus = start_index === 1 ? 1 : 0;
oXVal = new AscFormat.CXVal();
if(first_series)
{
oXVal = new AscFormat.CXVal();
FillValNum(oXVal, first_series.Val, bUseCache);
}
}
......
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