Suggestions for flexible graph visualization on JavaScript framework

Asked By 60 points N/A Posted on -
qa-featured

Can anybody suggest a flexible graph visualization code or toolkit for javascript? I currently have a data structure which is supposed to represent a directed graph. I need this to represent nodes and render it dynamically so I could put it up on an HTML page. I want it to be flexible in the sense that users would be able to drag the nodes around and tweak the graph layout on their own.

SHARE
Answered By 0 points N/A #143432

Suggestions for flexible graph visualization on JavaScript framework

qa-featured

 

Hello Isabellagregorey,

There are number of flexible graph visualization toolkit for Javascript. ProcessingJS (download using http://processingjs.org/), mxGraph (download using https://www.jgraph.com/index.html), Protovis (download using http://mbostock.github.io/protovis/), Javascript InfoVis Toolkit (download using http://philogb.github.io/jit/). 

Key-Lines is a commercially licensed toolkit for graphs. You can download Key-Lines using https://cambridge-intelligence.com/keylines/. Highcharts is a Javascript library written for draw interactive graphs for websites. Hope these will helps you.

Related Questions