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
5ee8c132
Commit
5ee8c132
authored
Jan 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2769 from hiroponz/fix-not-showing-tooltip
Fix not showing tooltip on network graph
parents
639b0a87
561a0e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vendor/assets/javascripts/branch-graph.js
vendor/assets/javascripts/branch-graph.js
+3
-3
No files found.
vendor/assets/javascripts/branch-graph.js
View file @
5ee8c132
...
@@ -65,15 +65,15 @@
...
@@ -65,15 +65,15 @@
BranchGraph
.
prototype
.
buildGraph
=
function
(){
BranchGraph
.
prototype
.
buildGraph
=
function
(){
var
graphWidth
=
$
(
this
.
element
).
width
()
var
graphWidth
=
$
(
this
.
element
).
width
()
,
ch
=
this
.
mspace
*
20
+
2
0
,
ch
=
this
.
mspace
*
20
+
10
0
,
cw
=
Math
.
max
(
graphWidth
,
this
.
mtime
*
20
+
20
)
,
cw
=
Math
.
max
(
graphWidth
,
this
.
mtime
*
20
+
2
6
0
)
,
r
=
Raphael
(
this
.
element
.
get
(
0
),
cw
,
ch
)
,
r
=
Raphael
(
this
.
element
.
get
(
0
),
cw
,
ch
)
,
top
=
r
.
set
()
,
top
=
r
.
set
()
,
cuday
=
0
,
cuday
=
0
,
cumonth
=
""
,
cumonth
=
""
,
offsetX
=
20
,
offsetX
=
20
,
offsetY
=
60
,
offsetY
=
60
,
barWidth
=
Math
.
max
(
graphWidth
,
this
.
dayCount
*
20
+
8
0
);
,
barWidth
=
Math
.
max
(
graphWidth
,
this
.
dayCount
*
20
+
32
0
);
this
.
raphael
=
r
;
this
.
raphael
=
r
;
...
...
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