Bug fixes in new functionality, intersections not taken into account in nodes used by new graph engine. Graph flowchart not usable when integrating using mermaid.core. Incorrect flwochart docs

This commit is contained in:
Knut Sveidqvist
2020-05-16 19:58:22 +02:00
parent 0ac48a431a
commit c21b61bbd2
6 changed files with 70 additions and 54 deletions

View File

@@ -551,7 +551,7 @@ function parse(text) {
break;
case 'flowchart-v2':
flowDb.clear();
parser = flowRendererV2;
parser = flowParser;
parser.parser.yy = flowDb;
break;
case 'sequence':