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
785a1d7e
Commit
785a1d7e
authored
Mar 13, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Fix Bug 34097.
parent
606f67ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
apps/spreadsheeteditor/mobile/app/template/EditChart.template
.../spreadsheeteditor/mobile/app/template/EditChart.template
+3
-3
apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js
apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js
+1
-0
apps/spreadsheeteditor/mobile/locale/en.json
apps/spreadsheeteditor/mobile/locale/en.json
+1
-0
No files found.
apps/spreadsheeteditor/mobile/app/template/EditChart.template
View file @
785a1d7e
...
...
@@ -461,7 +461,7 @@
</li>
</ul>
</div>
<div class="content-block-title"><%= scope.textTickOptions %>
Tick Options
</div>
<div class="content-block-title"><%= scope.textTickOptions %></div>
<div class="list-block">
<ul>
<li>
...
...
@@ -480,7 +480,7 @@
<select name="vertical-axis-tick-minor"></select>
<div class="item-content">
<div class="item-inner">
<div class="item-title"><%= scope.textM
aj
orType %></div>
<div class="item-title"><%= scope.textM
in
orType %></div>
<div class="item-after"><%= scope.textNone %></div>
</div>
</div>
...
...
@@ -596,7 +596,7 @@
<select name="horizontal-axis-tick-minor"></select>
<div class="item-content">
<div class="item-inner">
<div class="item-title"><%= scope.textM
aj
orType %></div>
<div class="item-title"><%= scope.textM
in
orType %></div>
<div class="item-after"><%= scope.textNone %></div>
</div>
</div>
...
...
apps/spreadsheeteditor/mobile/app/view/edit/EditChart.js
View file @
785a1d7e
...
...
@@ -259,6 +259,7 @@ define([
textValReverseOrder
:
'
Values in Reverse Order
'
,
textTickOptions
:
'
Tick Options
'
,
textMajorType
:
'
Major Type
'
,
textMinorType
:
'
Minor Type
'
,
textLabelOptions
:
'
Label Options
'
,
textLabelPos
:
'
Label Position
'
,
textAxisPosition
:
'
Axis Position
'
,
...
...
apps/spreadsheeteditor/mobile/locale/en.json
View file @
785a1d7e
...
...
@@ -326,6 +326,7 @@
"SSE.Views.EditChart.textMajorType"
:
"Major Type"
,
"SSE.Views.EditChart.textMaxValue"
:
"Maximum Value"
,
"SSE.Views.EditChart.textMinor"
:
"Minor"
,
"SSE.Views.EditChart.textMinorType"
:
"Minor Type"
,
"SSE.Views.EditChart.textMinValue"
:
"Minimum Value"
,
"SSE.Views.EditChart.textNone"
:
"None"
,
"SSE.Views.EditChart.textNoOverlay"
:
"No Overlay"
,
...
...
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