[PE] Fix Bug 52113
This commit is contained in:
parent
7f7e344ed4
commit
d964408277
|
@ -350,7 +350,8 @@ define([
|
||||||
|
|
||||||
if (this.api && !this._noApply) {
|
if (this.api && !this._noApply) {
|
||||||
var props = new Asc.CAscChartProp();
|
var props = new Asc.CAscChartProp();
|
||||||
props.putStyle(record.get('data'));
|
this.chartProps.putStyle(record.get('data'));
|
||||||
|
props.put_ChartProperties(this.chartProps);
|
||||||
this.api.ChartApply(props);
|
this.api.ChartApply(props);
|
||||||
}
|
}
|
||||||
this.fireEvent('editcomplete', this);
|
this.fireEvent('editcomplete', this);
|
||||||
|
|
Loading…
Reference in a new issue