[SSE] Enable empty value for chart data range
This commit is contained in:
parent
2a254a88d0
commit
633fa8ddb3
|
@ -205,7 +205,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
name : 'range',
|
name : 'range',
|
||||||
style : 'width: 100%;',
|
style : 'width: 100%;',
|
||||||
allowBlank : true,
|
allowBlank : true,
|
||||||
blankError : this.txtEmpty,
|
|
||||||
validateOnChange: true
|
validateOnChange: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1514,7 +1513,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
if (isvalid == Asc.c_oAscError.ID.No)
|
if (isvalid == Asc.c_oAscError.ID.No)
|
||||||
return true;
|
return true;
|
||||||
} else
|
} else
|
||||||
this.txtDataRange.showError([this.txtEmpty]);
|
return true;
|
||||||
|
|
||||||
this.setActiveCategory(0);
|
this.setActiveCategory(0);
|
||||||
if (isvalid == Asc.c_oAscError.ID.StockChartError) {
|
if (isvalid == Asc.c_oAscError.ID.StockChartError) {
|
||||||
|
|
Loading…
Reference in a new issue