Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,

Can anyone help me in chosing the best free tool/ method to implement dynamic flow diagrams/ flow charts in ASP.NET MVC UI.

Data will be coming from the database and the flow diagrams will be drawn connecting each nodes according to the database tags.

Thanks in advance.
Posted
Updated 9-Oct-18 6:27am

Hi you use chart.mvc of nuget.
that have licence MIT (free)
 
Share this answer
 
PS: I didn't mean to necro-post. I didn't know this question was posted a few years ago.


Take a look at Cola.js here: cola.js: Constraint-based Layout in the Browser[^]

Dagre is your another option too. Both of them are implemented on top of D3.js
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900