From 652a3f1c28eafbbab289212435ddfe14744eb839 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Sep 2016 16:30:37 +0300 Subject: [PATCH] [SSE] Updated layout for sparkline settings. --- .../main/app/template/ChartSettings.template | 17 ++++++++++++++--- .../main/app/view/ChartSettings.js | 6 ++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/template/ChartSettings.template b/apps/spreadsheeteditor/main/app/template/ChartSettings.template index 2d0d1accb..c8c2aa068 100644 --- a/apps/spreadsheeteditor/main/app/template/ChartSettings.template +++ b/apps/spreadsheeteditor/main/app/template/ChartSettings.template @@ -45,12 +45,23 @@ - +
- + +
+ + + + + + + + + +
@@ -75,7 +86,7 @@
- +
diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettings.js b/apps/spreadsheeteditor/main/app/view/ChartSettings.js index 0600b9be7..62d6b32f1 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettings.js @@ -1186,7 +1186,7 @@ define([ textStock: 'Stock Chart', textStyle: 'Style', textAdvanced: 'Show advanced settings', - strSparkType: 'Sparkline Type', + strSparkType: 'Type', strSparkColor: 'Color', strLineWeight: 'Line Weight', textMarkers: 'Markers', @@ -1198,7 +1198,9 @@ define([ textLowPoint: 'Low Point', textNegativePoint: 'Negative Point', textFirstPoint: 'First Point', - textLastPoint: 'Last Point' + textLastPoint: 'Last Point', + strTemplate: 'Template', + textShow: 'Show' }, SSE.Views.ChartSettings || {})); }); \ No newline at end of file