[SSE] Fix Bug 50762

This commit is contained in:
Julia Radzhabova 2021-06-18 14:33:57 +03:00
parent b713a7fe09
commit f39449e57d

View file

@ -1419,6 +1419,8 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
this.cmbLegendPos.setValue(props.getLegendPos()); this.cmbLegendPos.setValue(props.getLegendPos());
this.updateDataLabels(this._state.ChartType, props.getDataLabelsPos()); this.updateDataLabels(this._state.ChartType, props.getDataLabelsPos());
this.cmbDataLabels.setDisabled(this._state.ChartType==Asc.c_oAscChartTypeSettings.surfaceNormal ||
this._state.ChartType == Asc.c_oAscChartTypeSettings.surfaceWireframe);
this.chSeriesName.setValue(this.chartSettings.getShowSerName(), true); this.chSeriesName.setValue(this.chartSettings.getShowSerName(), true);
this.chCategoryName.setValue(this.chartSettings.getShowCatName(), true); this.chCategoryName.setValue(this.chartSettings.getShowCatName(), true);