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
878f1880
Commit
878f1880
authored
Aug 29, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point chart -> XY (Scatter) Chart
parent
4ffe882f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
apps/documenteditor/main/app/view/ChartSettings.js
apps/documenteditor/main/app/view/ChartSettings.js
+1
-1
apps/documenteditor/main/app/view/Toolbar.js
apps/documenteditor/main/app/view/Toolbar.js
+1
-1
apps/presentationeditor/main/app/view/ChartSettings.js
apps/presentationeditor/main/app/view/ChartSettings.js
+1
-1
apps/presentationeditor/main/app/view/Toolbar.js
apps/presentationeditor/main/app/view/Toolbar.js
+1
-1
apps/spreadsheeteditor/main/app/view/ChartSettings.js
apps/spreadsheeteditor/main/app/view/ChartSettings.js
+1
-1
No files found.
apps/documenteditor/main/app/view/ChartSettings.js
View file @
878f1880
...
...
@@ -577,7 +577,7 @@ define([
textBar
:
'
Bar Chart
'
,
textArea
:
'
Area Chart
'
,
textPie
:
'
Pie Chart
'
,
textPoint
:
'
Point
Chart
'
,
textPoint
:
'
XY (Scatter)
Chart
'
,
textStock
:
'
Stock Chart
'
,
textStyle
:
'
Style
'
...
...
apps/documenteditor/main/app/view/Toolbar.js
View file @
878f1880
...
...
@@ -1815,7 +1815,7 @@ define([
textBar
:
'
Bar Chart
'
,
textArea
:
'
Area Chart
'
,
textPie
:
'
Pie Chart
'
,
textPoint
:
'
Point
Chart
'
,
textPoint
:
'
XY (Scatter)
Chart
'
,
textStock
:
'
Stock Chart
'
,
tipColorSchemas
:
'
Change Color Scheme
'
,
tipInsertText
:
'
Insert Text
'
,
...
...
apps/presentationeditor/main/app/view/ChartSettings.js
View file @
878f1880
...
...
@@ -512,7 +512,7 @@ define([
textBar
:
'
Bar Chart
'
,
textArea
:
'
Area Chart
'
,
textPie
:
'
Pie Chart
'
,
textPoint
:
'
Point
Chart
'
,
textPoint
:
'
XY (Scatter)
Chart
'
,
textStock
:
'
Stock Chart
'
,
textStyle
:
'
Style
'
},
PE
.
Views
.
ChartSettings
||
{}));
...
...
apps/presentationeditor/main/app/view/Toolbar.js
View file @
878f1880
...
...
@@ -1595,7 +1595,7 @@ define([
textBar
:
'
Bar Chart
'
,
textArea
:
'
Area Chart
'
,
textPie
:
'
Pie Chart
'
,
textPoint
:
'
Point
Chart
'
,
textPoint
:
'
XY (Scatter)
Chart
'
,
textStock
:
'
Stock Chart
'
,
tipSynchronize
:
'
The document has been changed by another user. Please click to save your changes and reload the updates.
'
,
txtScheme1
:
'
Office
'
,
...
...
apps/spreadsheeteditor/main/app/view/ChartSettings.js
View file @
878f1880
...
...
@@ -528,7 +528,7 @@ define([
textBar
:
'
Bar Chart
'
,
textArea
:
'
Area Chart
'
,
textPie
:
'
Pie Chart
'
,
textPoint
:
'
Point
Chart
'
,
textPoint
:
'
XY (Scatter)
Chart
'
,
textStock
:
'
Stock Chart
'
,
textStyle
:
'
Style
'
,
textAdvanced
:
'
Show advanced settings
'
...
...
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