#1295 Arrow head start

This commit is contained in:
Knut Sveidqvist
2020-03-14 18:13:34 +01:00
parent 9266eaef16
commit 5b74d75011
5 changed files with 59 additions and 5 deletions

View File

@@ -174,6 +174,7 @@ export const addEdges = function(edges, g) {
} else {
edgeData.arrowhead = 'normal';
}
edgeData.arrowType = edge.type;
let style = '';
let labelStyle = '';
@@ -311,6 +312,7 @@ export const draw = function(text, id) {
const edges = flowDb.getEdges();
logger.info(edges);
let i = 0;
for (i = subGraphs.length - 1; i >= 0; i--) {
subG = subGraphs[i];