js-code-to-svg-flowchart
js-code-to-svg-flowchart copied to clipboard
Show comments in Diagram
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 .