Improve highlighing in graph
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ef5dd8dc2
commit
a28f634ece
|
@ -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'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user