mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
1465 Marking edges witrh new schema for arrow heads
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user