map/graph: change color of clients to magenta
This commit is contained in:
parent
ea9fff23e3
commit
3abebc8684
2 changed files with 2 additions and 2 deletions
|
|
@ -309,7 +309,7 @@ define(["d3"], function (d3) {
|
|||
}
|
||||
})
|
||||
|
||||
ctx.fillStyle = "#73A7CC"
|
||||
ctx.fillStyle = "rgba(220, 0, 103, 0.7)"
|
||||
ctx.fill()
|
||||
|
||||
if (highlightedLinks.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue