mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
Added notation for dotted links as described in issue #26 and support for thicker links
This commit is contained in:
@@ -64,6 +64,7 @@ exports.addLink = function (start, end, type, linktext) {
|
||||
|
||||
if (typeof type !== 'undefined') {
|
||||
edge.type = type.type;
|
||||
edge.stroke = type.stroke;
|
||||
}
|
||||
edges.push(edge);
|
||||
};
|
||||
|
Reference in New Issue
Block a user