fix: add arrow to organisation relationships

This commit is contained in:
James Graham
2021-05-12 19:39:33 +01:00
parent 1ea2c5448b
commit b28d714e9e

View File

@@ -146,7 +146,7 @@ function get_network() {
lineColor: {
'organisation-membership': '#669933'
}[relationship.kind] || 'black',
lineArrowShape: 'none'
lineArrowShape: 'triangle'
}
})
} catch (exc) {