adrai / flowchart.js

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

Flow Chart not generated properly in first attempt #201

Closed ateefansari06 closed 4 years ago

ateefansari06 commented 4 years ago

ImproperFlowchart It Appears like this after First attempt, Then appears properly in next attempts. ProperFlowchart

ateefansari06 commented 4 years ago

@adrai I would like to know why this occurs and how to resolve this issue. Please assist me.

adrai commented 4 years ago

Have no idea... you need to debug

ateefansari06 commented 4 years ago

I checked it, I think the issue was in the first attempt, the div was hidden before flowchart was made so SVG was unable to give proper size to the elements. After I made the div visible before the first render, it was able to draw the flowchart properly.