From c0c388f81a59d0532b948339efccaee4a8bc3a46 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 22 Nov 2016 10:46:19 +0300 Subject: [PATCH] [SSE] Hide range data in the advanced sparkline settings. --- .../app/template/ChartSettingsDlg.template | 68 +++++++++---------- .../main/app/view/ChartSettingsDlg.js | 4 +- 2 files changed, 37 insertions(+), 35 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template b/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template index 1ee48e164..f005dc48c 100644 --- a/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template +++ b/apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template @@ -329,41 +329,41 @@
-
- -
-
-
+ + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- -
-
-
- -
- -
-
-
- -
diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js index a114d5b8a..f3ed54337 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js @@ -827,6 +827,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' me.cmbSparkStyle.menuPicker.scroller.update({alwaysVisibleY: true}); }); + /* this.radioGroup = new Common.UI.RadioBox({ el: $('#spark-dlg-radio-group'), labelText: this.textGroup, @@ -867,7 +868,8 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' el: $('#spark-dlg-btn-data') }); // this.btnSelectLocationData.on('click', _.bind(this.onSelectData, this)); - + */ + this._arrEmptyCells = [ { value: Asc.c_oAscEDispBlanksAs.Gap, displayValue: this.textGaps }, { value: Asc.c_oAscEDispBlanksAs.Zero, displayValue: this.textZero },