I am trying to implement a flowchart using AngularJS and Canvas.
Instead of providing users with a UI
where they can drag'n'drop UI ponents, I want to build a mand line tool where users will be entering a mand to draw a circle, which will convert mand to a JSON object and render that object in canvas.
Are there any libraries which I can use to render UI ponents using JSON Object?
I am trying to implement a flowchart using AngularJS and Canvas.
Instead of providing users with a UI
where they can drag'n'drop UI ponents, I want to build a mand line tool where users will be entering a mand to draw a circle, which will convert mand to a JSON object and render that object in canvas.
Are there any libraries which I can use to render UI ponents using JSON Object?
Share Improve this question asked May 11, 2015 at 8:19 AbhishekAbhishek 2,0198 gold badges29 silver badges53 bronze badges1 Answer
Reset to default 5Is canvas a hard requirement or could it be SVG? If so, you could try AngularJS-FlowChart (Demo / Article/Tutorial) or angular-jointjs-graph (Demo).