1465 Marking edges witrh new schema for arrow heads

This commit is contained in:
Knut Sveidqvist
2020-06-24 19:47:12 +02:00
parent eaf0d5e0a0
commit b9931da241

View File

@@ -179,7 +179,7 @@ const setupDoc = (g, parent, doc, altFlag) => {
const edgeData = {
id: 'edge' + cnt,
arrowhead: 'normal',
arrowType: 'arrow_barb',
arrowTypeEnd: 'arrow_barb',
style: 'fill:none',
labelStyle: '',
label: item.description,