Domanda

I want to show links in my page as network graph consisting of nodes. So please suggest some visualization library or plugin that can be used with javascript or jQuery. i want to show like where links on particular page going.

È stato utile?

Soluzione

mxGraph is an open diagramming library written in JavaScript. We sold it for 10 years, then just open sourced it.

Altri suggerimenti

There is a number of javascript libraries out there that you should be able to reuse. A popular open source solution is d3. It is a general purpose visualization library and has good support and examples for visualizing graph like structures.

In a commercial scenario, you might want to take a look at yFiles, the latter has the advantage that you can choose from a great number of automatic layout algorithms that can automatically arrange the elements and link routings in your diagrams, which may be necessary if there is a large number of nodes and links that you need to display.

An outdated (since it has been closed and does not contain newer solutions) list of libraries is also here: JavaScript Chart Library

You could also try sigma.js. That is what we're using now.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top