[ solved ] Unable to display a flowchart with js2flowchart library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20

[ solved ] Unable to display a flowchart with js2flowchart library

below is a sample code. it displays a flowchart based on the default value. https://code.sololearn.com/W2eBkSyFXw3Q/?ref=app I'm trying to get it to display a flowchart based on input from text box. as can be seen in the console the text value is correctly read. but for some reason the flowchart is empty. it does not show the source code. info about the library: https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart/blob/master/README.md Some help will be appreciated.

16th Nov 2017, 3:08 AM
Lord Krishna
Lord Krishna - avatar
1 Answer
+ 17
Solved!!! Okay, so what i did was remove the backtick & it worked??? but can't remove the backtick inside the code variable strange...
16th Nov 2017, 3:57 AM
Lord Krishna
Lord Krishna - avatar