From f892501f3b3e38522dd171136b3033b00827ff8b Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 14:00:19 +0100 Subject: [PATCH] change nodecolor --- history.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.js b/history.js index de6cd69..bbc066e 100644 --- a/history.js +++ b/history.js @@ -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