mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: add arrow to organisation relationships
This commit is contained in:
@@ -146,7 +146,7 @@ function get_network() {
|
||||
lineColor: {
|
||||
'organisation-membership': '#669933'
|
||||
}[relationship.kind] || 'black',
|
||||
lineArrowShape: 'none'
|
||||
lineArrowShape: 'triangle'
|
||||
}
|
||||
})
|
||||
} catch (exc) {
|
||||
|
||||
Reference in New Issue
Block a user