mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[PE] Fix Bug 52113
This commit is contained in:
@ -350,7 +350,8 @@ define([
|
||||
|
||||
if (this.api && !this._noApply) {
|
||||
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.fireEvent('editcomplete', this);
|
||||
|
||||
Reference in New Issue
Block a user