mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
visgraph: fix logic error with relationship direction
This commit is contained in:
@@ -295,7 +295,7 @@ const store = createStore({
|
||||
color: 'lightblue',
|
||||
font: { color: '#33839d' },
|
||||
dashes: true, //physics: false,
|
||||
label: getRelationshipLabel(r, false),
|
||||
label: getRelationshipLabel(r),
|
||||
title: getRelationshipTitle(r),
|
||||
})
|
||||
for (let person of [r.fromPerson, r.toPerson]) {
|
||||
|
Reference in New Issue
Block a user