Skip to content
Snippets Groups Projects
Commit 4ebee56a authored by Koen Punt's avatar Koen Punt
Browse files

Skipping colors to get more contrast between colors

parent 6a932d0a
No related branches found
No related tags found
1 merge request!2348Skipping colors to get more contrast between colors
Loading
Loading
@@ -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();
}
};
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment