vue_visgraph improve (physics, corrections)

This commit is contained in:
2021-10-28 15:47:40 +02:00
parent 317ba0a095
commit 998295dc5f
3 changed files with 75 additions and 7 deletions

View File

@@ -223,7 +223,7 @@ const store = createStore({
from: `${p.person.type}_${p.person.id}`,
to: `${course.id}`,
id: `p${p.person.id}-c`+ course.id.split('_')[2],
arrows: 'to',
arrows: 'from',
color: 'orange',
font: { color: 'darkorange' },
label: visMessages.fr.visgraph.concerned,