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 = {
|
const edgeData = {
|
||||||
id: 'edge' + cnt,
|
id: 'edge' + cnt,
|
||||||
arrowhead: 'normal',
|
arrowhead: 'normal',
|
||||||
arrowType: 'arrow_barb',
|
arrowTypeEnd: 'arrow_barb',
|
||||||
style: 'fill:none',
|
style: 'fill:none',
|
||||||
labelStyle: '',
|
labelStyle: '',
|
||||||
label: item.description,
|
label: item.description,
|
||||||
|
Reference in New Issue
Block a user