diff --git a/templates/graph.html b/templates/graph.html index 229ae9e..cbd363c 100644 --- a/templates/graph.html +++ b/templates/graph.html @@ -22,10 +22,17 @@ var options = { edges: { arrows: 'to', + color: { + highlight: 'green' + } }, nodes: { - shape: 'box' + shape: 'dot', + size: 15, + font: { + background: 'white' + } } };