Add support for node(-ellipse shape-) in flow charts

This commit is contained in:
Tomasz Szczęśniak-Szlagowski
2015-10-24 23:34:21 +01:00
parent 1a60b6e412
commit e4d25ed9cd
5 changed files with 30 additions and 4 deletions

View File

@@ -111,6 +111,9 @@ exports.addVertices = function (vert, g) {
case 'circle':
_shape = 'circle';
break;
case 'ellipse':
_shape = 'ellipse';
break;
case 'group':
_shape = 'rect';
verticeText = '';