Commit 66659f00 authored by Sergey Luzyanin's avatar Sergey Luzyanin

apply spPr to scatter series at rebuild

parent 67ece603
......@@ -2049,6 +2049,7 @@ CChartSpace.prototype.rebuildSeriesFromAsc = function(asc_chart)
var series = new AscFormat.CScatterSeries();
series.setIdx(i - minus);
series.setOrder(i - minus);
AscFormat.ApplySpPr(oFirstSpPrPreset, series, i, base_fills, bAccent1Background);
if(oXVal)
{
series.setXVal(oXVal.createDuplicate());
......
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