From f1c2be13ceca90a69c22b356bb20724286acbc3b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Dec 2020 14:21:00 +0300 Subject: [PATCH] [SSE] Hide styles for combo charts --- apps/spreadsheeteditor/main/app/view/ChartSettings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettings.js b/apps/spreadsheeteditor/main/app/view/ChartSettings.js index e1da29d5a5..3b588cf583 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettings.js @@ -761,7 +761,8 @@ define([ }, ShowCombinedProps: function(type) { - this.NotCombinedSettings.toggleClass('settings-hidden', type==Asc.c_oAscChartTypeSettings.combo); + this.NotCombinedSettings.toggleClass('settings-hidden', type===null || type==Asc.c_oAscChartTypeSettings.comboBarLine || type==Asc.c_oAscChartTypeSettings.comboBarLineSecondary || + type==Asc.c_oAscChartTypeSettings.comboAreaBar || type==Asc.c_oAscChartTypeSettings.comboCustom); }, onWidthChange: function(field, newValue, oldValue, eOpts){