Not getting the error in code.
See original GitHub issueHello below are the definations for the squares to generate.
 st=>start: START
 start=>parallel: -_-
 end=>end: END
 ldm=>operation: Leather Defect Marking
 spreadcncroll=>operation: Spreading rolls and CNC cutting roll material
 scannest=>operation: Leather scanning and nesting /CNC cutting real leather
 spreadcncfoam=>operation: Spreading rolls and CNC cutting foam / spacer material
 laminfoambacking=>operation: 2D lamination with foam backing
 foaminject=>operation: Foam injection
 finecutleather=>operation: Fine cutting leather
 leathersplit=>operation: Leather splitting
 subsurtreat=>operation: Substrate surface treatment
 placingcutfoam=>operation: Placing of cut foam/ 3D Cut foam with douple side tape
 embossing=>operation: Embossing
 embroidery=>operation: Embroidery
 airbagplasticplate=>operation: Airbag plastic plate
 sewing=>operation: Sewing
 hotmeltglueoncover=>operation: Apply hotmelt glue on cover
 hotmeltglueonspacer=>operation: Apply hotmelt glue on foam/spacer
 hotmeltglueonsubstrate=>operation: Apply hotmelt glue on substrate
 mixingwaterglue=>parallel: Mixing water based glue
 sprayingspacer=>operation: Spraying spacer/foam
 sprayingcover=>operation: Spraying Cover and Substrate
 applyoncover=>operation: Apply on cover (hotmelt roller coating)
 imgapplyhotmelt=>operation: Apply hotmelt on Cover or Substrate
 sprayonroboticop=>operation: Spraying substrate (hotmelt robotic application)
 wbcoverglue=>operation: Glue application cover WB
 sprayingsubstrate=>operation: Spraying substrate and spraying cover
 drying=>operation: Drying
 spacerwrapping=>operation: Spacer/Foam wrapping on substrate
 waterglue=>operation: Glue applicaction Susbtrate
 manualAsurfacewrapping=>operation: Seam line positioning and manual A-Surface wrapping
 autosecuring=>operation: Securing with automatic edgefolding
 manualfinishing=>operation: Manual finishing
 membrane=>operation: 2D, 3D Membrane
 stapling=>operation: Stapling
 cooling=>operation: Cooling process
 manualedgefolding=>operation: Manual edge folding
 tapewelding=>operation: Tape welding
Note that start and mixingwaterglue are parallel operation.
Below is the flowchart I want to generate-
st->start(path1, left)->spreadcncroll->spreadcncfoam->finecutleather->embroidery->embossing->sewing->mixingwaterglue
mixingwaterglue(path4, left)->tapewelding->end
mixingwaterglue(path5, right)->cooling->end
start(path2, bottom)->ldm->scannest->leathersplit->finecutleather->embroidery->embossing->sewing->mixingwaterglue
start(path3, right)->subsurtreat->placingcutfoam->end
This is the final output I get.

start as a parallel is working fine but here if you see I have tapewelding and cooling after mixingwaterglue but it is not displaying in the flowchart. (See the image above)
Could you please tell me what is wrong in above code, Why there is no tapewelding and cooling parallel to mixingwaterglue ?
Thank you in advance.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
c++ - I am not getting the error message in VScode without ...
I have to run the program to know about the error in the code. Like in which line I am getting error. As...
Read more >Fix program errors and improve code - Visual Studio ...
This article describes some basic ways Visual Studio can help you find and fix problems in your code, including build errors, code analysis, ......
Read more >Coding problems? Learn what to do when you're stuck
7 tips for getting unstuck when programming. Don't panic. First things first: don't panic. You've got this. Errors are not something to fear ......
Read more >Oh, no, errors! (And how to deal with them) | Programming ...
Logic Error. Your code does the wrong thing, but the program runs and does not produce errors of types 1-3. Logic is broken....
Read more >Java Software Errors: How to Avoid 50 Code Issues in Java
You'll get the “(array) <X> not initialized” message when an array has been declared but not initialized. Arrays are fixed in length so...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

no
Do you know any other library which will work like flowchart.js but for dynamic code.