[SSE] Updated layout for sparkline settings.

This commit is contained in:
Julia Radzhabova 2016-09-28 16:30:37 +03:00
parent 245c8d6638
commit 652a3f1c28
2 changed files with 18 additions and 5 deletions

View file

@ -45,12 +45,23 @@
</td>
</tr>
<tr>
<td class="padding-large">
<td class="padding-small">
<div id="spark-button-type" style=""></div>
</td>
</tr>
<tr>
<td class="padding-large">
<td class="padding-small">
<div class="separator horizontal"></div>
</td>
</tr>
<tr>
<td>
<label class="header"><%= scope.textStyle %></label>
</td>
</tr>
<tr>
<td class="padding-small">
<label class="input-label" style=""><%= scope.strTemplate %></label>
<div class="" id="spark-combo-style" style="width: 100%;"></div>
</td>
</tr>
@ -75,7 +86,7 @@
<table cols="1" id="spark-panel-points">
<tr>
<td class="padding-small">
<label class="header" style="margin-bottom: 8px;"><%= scope.textMarkers %></label>
<label class="header" style="margin-bottom: 4px;"><%= scope.textShow %></label>
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
<div id="spark-checkbox-high" style="display: inline-block;margin-top: 4px;"></div>
<div id="spark-high-color-btn" style="display: inline-block; float:right;"></div>

View file

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