Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
c0c388f8
Commit
c0c388f8
authored
Nov 22, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Hide range data in the advanced sparkline settings.
parent
5c801c68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
35 deletions
+37
-35
apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template
...adsheeteditor/main/app/template/ChartSettingsDlg.template
+34
-34
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
+3
-1
No files found.
apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template
View file @
c0c388f8
...
...
@@ -329,41 +329,41 @@
</table>
</div>
<div class="inner-content">
<
div class="padding-large"
>
<
label class="header padding-small" style="display: block;"><%= scope.textSparkRanges %></label
>
<
div id="spark-dlg-radio-group" class="padding-small" style="display: block;"></div
>
<
div id="spark-dlg-radio-single" style="display: block;"></div
>
<
/div
>
<
!--<div class="padding-large" >--
>
<
!--<label class="header padding-small" style="display: block;"><%= scope.textSparkRanges %></label>--
>
<
!--<div id="spark-dlg-radio-group" class="padding-small" style="display: block;"></div>--
>
<
!--<div id="spark-dlg-radio-single" style="display: block;"></div>--
>
<
!--</div>--
>
<table cols="2" style="width: 100%;">
<
tr
>
<
td colspan=2
>
<
label class="header"><%= scope.textDataRange %></label
>
<
/td
>
<
/tr
>
<
tr
>
<
td class="padding-small" width="200"
>
<
div id="spark-dlg-txt-range" class="input-row" style="margin-right: 10px;"></div
>
<
/td
>
<
td class="padding-small" style="text-align: right;"
>
<
button type="button" class="btn btn-text-default" id="spark-dlg-btn-data" style="min-width: 100px;"><%= scope.textSelectData %></button
>
<
/td
>
<
/tr
>
<
tr
>
<
td colspan=2
>
<
label class="header"><%= scope.textLocationRange %></label
>
<
/td
>
<
/tr
>
<
tr
>
<
td class="padding-large" width="200"
>
<
div id="spark-dlg-txt-location" class="input-row" style="margin-right: 10px;"></div
>
<
/td
>
<
td class="padding-large" style="text-align: right;"
>
<
button type="button" class="btn btn-text-default" id="spark-dlg-btn-location-data" style="min-width: 100px;"><%= scope.textSelectData %></button
>
<
/td
>
<
/tr
>
<
tr
>
<
td colspan=2 class="padding-large"></td
>
<
/tr
>
<
!--<tr>--
>
<
!--<td colspan=2 >--
>
<
!--<label class="header"><%= scope.textDataRange %></label>--
>
<
!--</td>--
>
<
!--</tr>--
>
<
!--<tr>--
>
<
!--<td class="padding-small" width="200">--
>
<
!--<div id="spark-dlg-txt-range" class="input-row" style="margin-right: 10px;"></div>--
>
<
!--</td>--
>
<
!--<td class="padding-small" style="text-align: right;">--
>
<
!--<button type="button" class="btn btn-text-default" id="spark-dlg-btn-data" style="min-width: 100px;"><%= scope.textSelectData %></button>--
>
<
!--</td>--
>
<
!--</tr>--
>
<
!--<tr>--
>
<
!--<td colspan=2 >--
>
<
!--<label class="header"><%= scope.textLocationRange %></label>--
>
<
!--</td>--
>
<
!--</tr>--
>
<
!--<tr>--
>
<
!--<td class="padding-large" width="200">--
>
<
!--<div id="spark-dlg-txt-location" class="input-row" style="margin-right: 10px;"></div>--
>
<
!--</td>--
>
<
!--<td class="padding-large" style="text-align: right;">--
>
<
!--<button type="button" class="btn btn-text-default" id="spark-dlg-btn-location-data" style="min-width: 100px;"><%= scope.textSelectData %></button>--
>
<
!--</td>--
>
<
!--</tr>--
>
<
!--<tr>--
>
<
!--<td colspan=2 class="padding-large"></td>--
>
<
!--</tr>--
>
<tr>
<td colspan=2 class="padding-small">
<label class="header"><%= scope.textEmptyCells %></label>
...
...
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
View file @
c0c388f8
...
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment