Bogdan-Lyashenko / js-code-to-svg-flowchart

js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
MIT License
7.05k stars 472 forks source link

Show comments in Diagram #63

Open nidhi-tib opened 3 years ago

nidhi-tib commented 3 years ago

I have a scenario where Iwant to show comments in the node's tooltip Ex :

//This is add function function add(a,b)

So the node for function should show its comments in tooltip .