Improve highlighing in graph
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-06-17 18:13:38 +02:00
parent 4ef5dd8dc2
commit a28f634ece

View File

@ -22,10 +22,17 @@
var options = { var options = {
edges: { edges: {
arrows: 'to', arrows: 'to',
color: {
highlight: 'green'
}
}, },
nodes: { nodes: {
shape: 'box' shape: 'dot',
size: 15,
font: {
background: 'white'
}
} }
}; };