Commit c4a75e52 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33400

parent bf4b53c6
...@@ -18454,10 +18454,8 @@ CPieSeries.prototype = ...@@ -18454,10 +18454,8 @@ CPieSeries.prototype =
this.setOrder(o.order); this.setOrder(o.order);
if(o.spPr){ if(o.spPr){
this.setSpPr(o.spPr); this.setSpPr(o.spPr);
if(o instanceof AscFormat.CLineSeries){ if(!(o instanceof AscFormat.CPieSeries)){
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);
this.spPr.setFill(null);
}
} }
} }
if(o.tx) if(o.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