Commit 16a291df authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33387

parent e7b6f954
......@@ -15338,8 +15338,12 @@ CLineSeries.prototype =
this.setOrder(other.order);
if(AscFormat.isRealBool(other.smooth))
this.setSmooth(other.smooth);
if(other.spPr)
if(other.spPr){
this.setSpPr(other.spPr);
if(this.spPr && this.spPr.Fill && this.spPr.Fill.fill && this.spPr.Fill.fill.type === window['Asc'].c_oAscFill.FILL_TYPE_NOFILL){
this.spPr.setFill(null);
}
}
if(other.trendline)
this.setTrendline(other.trendline);
if(other.tx)
......
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