Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
Jérome Perrin
gitlab-ce
Commits
b765d7d7
Commit
b765d7d7
authored
Jan 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scale graphs
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b1b3f485
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
app/assets/javascripts/stat_graph_contributors_graph.js.coffee
...ssets/javascripts/stat_graph_contributors_graph.js.coffee
+2
-10
No files found.
app/assets/javascripts/stat_graph_contributors_graph.js.coffee
View file @
b765d7d7
...
...
@@ -46,11 +46,7 @@ class window.ContributorsGraph
class
window
.
ContributorsMasterGraph
extends
ContributorsGraph
constructor
:
(
@
data
)
->
if
$
(
window
).
width
()
>
1214
@
width
=
1100
else
@
width
=
870
@
width
=
$
(
'.container'
).
width
()
-
70
@
height
=
200
@
x
=
null
@
y
=
null
...
...
@@ -124,11 +120,7 @@ class window.ContributorsMasterGraph extends ContributorsGraph
class
window
.
ContributorsAuthorGraph
extends
ContributorsGraph
constructor
:
(
@
data
)
->
if
$
(
window
).
width
()
>
1214
@
width
=
490
else
@
width
=
380
@
width
=
$
(
'.container'
).
width
()
/
2
-
100
@
height
=
200
@
x
=
null
@
y
=
null
...
...
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