mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
visgraph: add hover interaction
This commit is contained in:
@@ -294,7 +294,7 @@ const store = createStore({
|
||||
arrows: 'to',
|
||||
color: 'lightblue',
|
||||
font: { color: '#33839d' },
|
||||
dashes: true,
|
||||
dashes: true, //physics: false,
|
||||
label: getRelationshipLabel(r, false),
|
||||
title: getRelationshipTitle(r),
|
||||
})
|
||||
@@ -316,7 +316,7 @@ const store = createStore({
|
||||
commit('addPerson', adapt2vis(person, { folded: true }))
|
||||
|
||||
console.log('********* fetch infos for missing', person.id, '******')
|
||||
dispatch('fetchInfoForPerson', person)
|
||||
//dispatch('fetchInfoForPerson', person)
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user