adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.49k stars 1.21k forks source link

Are there any restrictions on the length of the flowchart #218

Open exploritage opened 3 years ago

exploritage commented 3 years ago

Hi, I am using flowchart.js to draw a flowchart for a IBM assembler program (A legacy language). They have a complex logic and are quite lengthy. Around 350+ connections at minimum. Are there any restrictions on the number of flowchart objects that can be shown on a html page? Attached is the html file that I am testing currently. The flowchart stops in the middle. Any help in resolving this issue is much appreciated asmflow.txt

adrai commented 3 years ago

flowchart.js is only for simple charts....

jidushan200 commented 3 years ago

https://antv-g6.gitee.io/ could help this issue