[SSE] Hide styles for combo charts

This commit is contained in:
Julia Radzhabova 2020-12-09 14:21:00 +03:00
parent e84335b357
commit f1c2be13ce

View file

@ -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){