change nodecolor

This commit is contained in:
Nils Schneider 2015-03-22 14:00:19 +01:00
parent 478703fd13
commit f892501f3b
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph, gotoAnything) {
})
var onlinemarkers = onlinenodes.map( function (d) {
var opt = { color: "#76B22D",
fillColor: "#76B22D",
var opt = { color: "#1566A9",
fillColor: "#1566A9",
radius: 5,
opacity: 0.7,
fillOpacity: 0.5