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