[PE mobile] Bug 52113
This commit is contained in:
parent
feeb0c528a
commit
696ed237c3
|
@ -88,7 +88,9 @@ class EditChartController extends Component {
|
||||||
onStyle (style) {
|
onStyle (style) {
|
||||||
const api = Common.EditorApi.get();
|
const api = Common.EditorApi.get();
|
||||||
let chart = new Asc.CAscChartProp();
|
let chart = new Asc.CAscChartProp();
|
||||||
chart.putStyle(style);
|
const chartProps = this.storeFocusObjects.chartObject.get_ChartProperties();
|
||||||
|
chartProps.putStyle(style);
|
||||||
|
chart.put_ChartProperties(chartProps);
|
||||||
api.ChartApply(chart);
|
api.ChartApply(chart);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue