random hues for branches

This commit is contained in:
Peter Cottle 2012-10-12 14:31:17 -07:00
parent 7d88e5564c
commit ea6844ae04
5 changed files with 38 additions and 41 deletions

View file

@ -28,7 +28,10 @@ var GRAPHICS = {
upstreamHeadOpacity: 0.5,
upstreamNoneOpacity: 0.2,
edgeUpstreamHeadOpacity: 0.4,
edgeUpstreamNoneOpacity: 0.15
edgeUpstreamNoneOpacity: 0.15,
visBranchStrokeWidth: 2,
visBranchStrokeColorNone: '#333'
};
/**