#1295 Updates mermaid-graphlib

This commit is contained in:
Knut Sveidqvist
2020-04-13 16:25:10 +02:00
parent 5f4da6e0bc
commit 704d56d193
7 changed files with 701 additions and 224 deletions

View File

@@ -396,5 +396,7 @@ export const clear = () => {
export const positionNode = node => {
const el = nodeElems[node.id];
logger.debug('Transforming node', node);
el.attr('transform', 'translate(' + node.x + ', ' + node.y + ')');
// el.attr('transform', 'translate(' + node.x / 2 + ', ' + 0 + ')');
};