Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I want understand what kind of free javascript library use for diagram in asp.net mvc

What I have tried:

I want understand what kind of free javascript library use for diagram in asp.net mvc
Posted
Updated 9-Oct-18 5:34am
Comments
Dave Kreskowiak 7-Oct-18 9:01am    
Do you have any idea many different types of "diagrams" there are in the world? Now, do you want be a more specific about what you're really doing?
mzandi 7-Oct-18 9:41am    
I want not use kendo.Diagram.
I want use library javascript light and free
Afzaal Ahmad Zeeshan 7-Oct-18 9:29am    
A diagram is not clear, do you mean charts, or graphs?
mzandi 7-Oct-18 9:38am    
I mean graph. for example kendo.Diagram.
I want not use kendouI.
because it's heavy and not free

1 solution

You can take a look at Chart.js. It's free and open-source AFAIK.

Here's an article demonstrating how to use it in the context of ASP.NET MVC: Create Free Charts Using Chart.js In ASP.NET MVC[^]

D3.js is also is another option. Here's an example on how to use it: Creating charts with d3.js and ASP.NET MVC | NET, DevOps, Architecture, Azure, Erik Steinebach[^]

Chatist.js is another option if you are aiming for a light weight responsive charting tool.


For Flow Diagram:

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
 
v3
Comments
mzandi 10-Oct-18 4:51am    
hiI want have an diagram as like kendo.diagram.
please look at https://demos.telerik.com/kendo-ui/diagram/index
Vincent Maverick Durano 10-Oct-18 10:19am    
D3.js should do that. I've updated the solution for the links. Please take a look at them.

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