Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript graph visualization library [duplicate]

Possible Duplicate:
Graph visualization code in javascript?

I have to create a web-application to display graphs (Nodes connected by edges). I'd like to be able to control the color of edges as well as they labels (It would be better to have them displayed at mouse over).

I'd also like to attach some information to the nodes to show at mouse over.

like image 216
mariosangiorgio Avatar asked Sep 16 '11 14:09

mariosangiorgio


People also ask

Why use D3?

D3 helps you bring data to life using HTML, SVG, and CSS. D3's emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

What is cytoscape JS?

Summary: Cytoscape. js is an open-source JavaScript-based graph library. Its most common use case is as a visualization software component, so it can be used to render interactive graphs in a web browser. It also can be used in a headless manner, useful for graph operations on a server, such as Node.

What is KeyLines?

KeyLines is a JavaScript software development kit (SDK). You can use the technology to quickly build network visualization web components to embed in your applications.


1 Answers

Sounds like your looking for something like http://arborjs.org/ ?

like image 52
Rick Winscot Avatar answered Sep 19 '22 18:09

Rick Winscot