#1295 Drawing edges between nodes

This commit is contained in:
Knut Sveidqvist
2020-03-11 17:36:30 +01:00
parent aa32d454c9
commit 1b64af143e
9 changed files with 54 additions and 88 deletions

View File

@@ -6,11 +6,10 @@ import flowDb from './flowDb';
import flow from './parser/flow';
import { getConfig } from '../../config';
import { render, addShape } from '../../dagre-wrapper/index.js';
import { render } from '../../dagre-wrapper/index.js';
import addHtmlLabel from 'dagre-d3/lib/label/add-html-label.js';
import { logger } from '../../logger';
import { interpolateToCurve, getStylesFromArray } from '../../utils';
import flowChartShapes from './flowChartShapes';
const conf = {};
export const setConf = function(cnf) {