Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,692
Issues
1,692
List
Boards
Labels
Service Desk
Milestones
Merge Requests
85
Merge Requests
85
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
068295d4
Commit
068295d4
authored
May 24, 2017
by
Téo Vasseur
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scatterPlot.js : change default_margin values
See
#2420
parent
693ddd9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
browser/js/scatterPlot.js
browser/js/scatterPlot.js
+1
-1
No files found.
browser/js/scatterPlot.js
View file @
068295d4
...
@@ -49,7 +49,7 @@ function ScatterPlot(id, model, database) {
...
@@ -49,7 +49,7 @@ function ScatterPlot(id, model, database) {
this
.
gridSizeH
=
1
;
//grid height
this
.
gridSizeH
=
1
;
//grid height
//Margins (css style : top/right/bottom/left)
//Margins (css style : top/right/bottom/left)
this
.
default_margin
=
[
75
,
10
,
25
,
12
0
];
this
.
default_margin
=
[
40
,
10
,
20
,
10
0
];
this
.
graph_margin
=
[
25
,
25
,
25
,
25
];
this
.
graph_margin
=
[
25
,
25
,
25
,
25
];
this
.
margin
=
this
.
default_margin
;
this
.
margin
=
this
.
default_margin
;
...
...
Mathieu Giraud
@magiraud
mentioned in commit
8b4dae8a
·
Aug 09, 2018
mentioned in commit
8b4dae8a
mentioned in commit 8b4dae8ad2b47441e310c4c2effcc100556bc960
Toggle commit list
Mathieu Giraud
@magiraud
mentioned in commit
e2a0e07d
·
Aug 09, 2018
mentioned in commit
e2a0e07d
mentioned in commit e2a0e07dcb1c6efcb6565a0ab0e885ccc0f83005
Toggle commit list
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