[SSE] Hide styles for combo charts
This commit is contained in:
parent
e84335b357
commit
f1c2be13ce
|
@ -761,7 +761,8 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
ShowCombinedProps: function(type) {
|
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){
|
onWidthChange: function(field, newValue, oldValue, eOpts){
|
||||||
|
|
Loading…
Reference in a new issue