#1613 #1495 Adding support for edge length to flowchart (beta)

This commit is contained in:
Knut Sveidqvist
2020-08-16 08:45:44 +02:00
parent 958b032cea
commit 888b1fb021
2 changed files with 77 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ export const addEdges = function(edges, g) {
var linkNameEnd = 'LE-' + edge.end;
const edgeData = {};
edgeData.minlen = edge.length || 1;
//edgeData.id = 'id' + cnt;
// Set link type for rendering