[SSE] Updated layout for sparkline settings.
This commit is contained in:
parent
245c8d6638
commit
652a3f1c28
|
@ -45,12 +45,23 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="padding-large">
|
<td class="padding-small">
|
||||||
<div id="spark-button-type" style=""></div>
|
<div id="spark-button-type" style=""></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
<div class="" id="spark-combo-style" style="width: 100%;"></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -75,7 +86,7 @@
|
||||||
<table cols="1" id="spark-panel-points">
|
<table cols="1" id="spark-panel-points">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="padding-small">
|
<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 style="width: 100%; height: 25px; margin-bottom: 8px;">
|
||||||
<div id="spark-checkbox-high" style="display: inline-block;margin-top: 4px;"></div>
|
<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>
|
<div id="spark-high-color-btn" style="display: inline-block; float:right;"></div>
|
||||||
|
|
|
@ -1186,7 +1186,7 @@ define([
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
textStyle: 'Style',
|
textStyle: 'Style',
|
||||||
textAdvanced: 'Show advanced settings',
|
textAdvanced: 'Show advanced settings',
|
||||||
strSparkType: 'Sparkline Type',
|
strSparkType: 'Type',
|
||||||
strSparkColor: 'Color',
|
strSparkColor: 'Color',
|
||||||
strLineWeight: 'Line Weight',
|
strLineWeight: 'Line Weight',
|
||||||
textMarkers: 'Markers',
|
textMarkers: 'Markers',
|
||||||
|
@ -1198,7 +1198,9 @@ define([
|
||||||
textLowPoint: 'Low Point',
|
textLowPoint: 'Low Point',
|
||||||
textNegativePoint: 'Negative Point',
|
textNegativePoint: 'Negative Point',
|
||||||
textFirstPoint: 'First Point',
|
textFirstPoint: 'First Point',
|
||||||
textLastPoint: 'Last Point'
|
textLastPoint: 'Last Point',
|
||||||
|
strTemplate: 'Template',
|
||||||
|
textShow: 'Show'
|
||||||
|
|
||||||
}, SSE.Views.ChartSettings || {}));
|
}, SSE.Views.ChartSettings || {}));
|
||||||
});
|
});
|
Loading…
Reference in a new issue