Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
projects.thm.de
GitLab
Commits
2a390f5d
Commit
2a390f5d
authored
Dec 23, 2012
by
Dmitriy Zaporozhets
Browse files
Merge pull request #2348 from koenpunt/graph-contrast
Skipping colors to get more contrast between colors
parents
a5d7a958
4ebee56a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vendor/assets/javascripts/branch-graph.js
View file @
2a390f5d
...
...
@@ -57,7 +57,9 @@
BranchGraph
.
prototype
.
collectColors
=
function
(){
for
(
var
k
=
0
;
k
<
this
.
mspace
;
k
++
)
{
this
.
colors
.
push
(
Raphael
.
getColor
());
this
.
colors
.
push
(
Raphael
.
getColor
(.
8
));
// Skipping a few colors in the spectrum to get more contrast between colors
Raphael
.
getColor
();
Raphael
.
getColor
();
}
};
...
...
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