forcegraph: increase visibility of unknown nodes

This commit is contained in:
Nils Schneider 2015-07-08 23:46:42 +02:00
parent 071bf43268
commit f6516a6807
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ define(["d3"], function (d3) {
var clientColor = "#E6324B"
var hilightColor = "#FA940F"
var unknownColor = "#353634"
var unknownColor = "#D10E2A"
var nodeColor = "#F2E3C6"
ctx.fillStyle = clientColor