2016-09-14 13:34:08 +00:00
|
|
|
<table cols="3" id="chart-panel-size">
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
|
|
|
<td colspan=3>
|
|
|
|
<label class="header"><%= scope.textSize %></label>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small" width="88px">
|
|
|
|
<label class="input-label"><%= scope.textWidth %></label>
|
|
|
|
<div id="chart-spin-width"></div>
|
|
|
|
</td>
|
|
|
|
<td class="padding-small" width="28px" style="vertical-align: bottom;">
|
|
|
|
<div id="chart-button-ratio"></div>
|
|
|
|
</td>
|
|
|
|
<td class="padding-small" width="88px">
|
|
|
|
<label class="input-label"><%= scope.textHeight %></label>
|
|
|
|
<div id="chart-spin-height"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2016-11-10 14:21:48 +00:00
|
|
|
<table cols="1" id="chart-panel-types">
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
2016-11-10 07:47:35 +00:00
|
|
|
<td class="padding-small">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2020-12-04 08:27:27 +00:00
|
|
|
<tr class="not-combined">
|
|
|
|
<td class="padding-large">
|
2016-11-10 07:47:35 +00:00
|
|
|
<label class="header" style=""><%= scope.textStyle %></label>
|
|
|
|
<div class="" id="chart-combo-style" style="width: 100%;"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-11-10 07:47:35 +00:00
|
|
|
<td class="padding-small">
|
2020-12-04 08:27:27 +00:00
|
|
|
<div id="chart-btn-change-type" style="width:100%;"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2016-09-29 09:38:39 +00:00
|
|
|
<tr>
|
2016-11-10 07:47:35 +00:00
|
|
|
<td class="padding-small">
|
2020-12-04 08:27:27 +00:00
|
|
|
<div id="chart-btn-select-data" style="width:100%;"></div>
|
2016-09-29 09:38:39 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2022-01-13 20:59:39 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div id="chart-btn-switch" style="width:100%;"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2016-09-14 13:34:08 +00:00
|
|
|
</table>
|
2016-09-28 12:21:36 +00:00
|
|
|
<table cols="1" id="spark-panel-types">
|
2016-03-11 00:48:53 +00:00
|
|
|
<tr>
|
2016-09-28 12:21:36 +00:00
|
|
|
<td>
|
2016-09-29 09:53:21 +00:00
|
|
|
<label class="header"><%= scope.textType %></label>
|
2016-09-14 13:34:08 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-09-28 13:30:37 +00:00
|
|
|
<td class="padding-small">
|
2016-09-14 13:34:08 +00:00
|
|
|
<div id="spark-button-type" style=""></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-09-28 13:30:37 +00:00
|
|
|
<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>
|
2016-09-28 12:21:36 +00:00
|
|
|
<div class="" id="spark-combo-style" style="width: 100%;"></div>
|
2016-09-14 13:34:08 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
2016-09-28 12:21:36 +00:00
|
|
|
<div style="display:inline-block;vertical-align: middle;width:55px;">
|
|
|
|
<label class="input-label" style=""><%= scope.strSparkColor %></label>
|
|
|
|
<div id="spark-color-btn" style=""></div>
|
|
|
|
</div>
|
|
|
|
<div style="display:inline-block;vertical-align: middle;">
|
|
|
|
<label class="input-label" style=""><%= scope.strLineWeight %></label>
|
|
|
|
<div id="spark-combo-line-type" style="width: 93px;"></div>
|
|
|
|
</div>
|
2016-09-14 13:34:08 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2016-09-28 12:21:36 +00:00
|
|
|
</table>
|
|
|
|
<table cols="1" id="spark-panel-points">
|
2016-09-14 13:34:08 +00:00
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
2016-09-28 13:30:37 +00:00
|
|
|
<label class="header" style="margin-bottom: 4px;"><%= scope.textShow %></label>
|
2016-09-14 13:34:08 +00:00
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
|
|
|
|
<div id="spark-checkbox-low" style="display: inline-block;margin-top: 4px;"></div>
|
|
|
|
<div id="spark-low-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
|
|
|
|
<div id="spark-checkbox-negative" style="display: inline-block;margin-top: 4px;"></div>
|
|
|
|
<div id="spark-negative-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
|
|
|
|
<div id="spark-checkbox-first" style="display: inline-block;margin-top: 4px;"></div>
|
|
|
|
<div id="spark-first-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px; margin-bottom: 8px;">
|
|
|
|
<div id="spark-checkbox-last" style="display: inline-block;margin-top: 4px;"></div>
|
|
|
|
<div id="spark-last-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 100%; height: 25px;">
|
|
|
|
<div id="spark-checkbox-markers" style="display: inline-block;margin-top: 4px;"></div>
|
|
|
|
<div id="spark-markers-color-btn" style="display: inline-block; float:right;"></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table cols="1">
|
|
|
|
<tr>
|
|
|
|
<td class="padding-small">
|
2016-03-11 00:48:53 +00:00
|
|
|
<div class="separator horizontal"></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2016-09-14 13:34:08 +00:00
|
|
|
<td align="center">
|
2021-06-10 20:05:49 +00:00
|
|
|
<label class="link" id="chart-advanced-link" data-hint="1" data-hint-direction="bottom" data-hint-offset="medium"><%= scope.textAdvanced %></label>
|
2016-03-11 00:48:53 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="finish-cell"></tr>
|
|
|
|
</table>
|