Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
068295d4
Commit
068295d4
authored
May 24, 2017
by
Téo Vasseur
Browse files
scatterPlot.js : change default_margin values
See
#2420
parent
693ddd9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/scatterPlot.js
View file @
068295d4
...
...
@@ -49,7 +49,7 @@ function ScatterPlot(id, model, database) {
this
.
gridSizeH
=
1
;
//grid height
//Margins (css style : top/right/bottom/left)
this
.
default_margin
=
[
75
,
10
,
2
5
,
1
2
0
];
this
.
default_margin
=
[
40
,
10
,
2
0
,
1
0
0
];
this
.
graph_margin
=
[
25
,
25
,
25
,
25
];
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