Ask HN: Why there is no good Graph Visualization Library in Javascript?
1–6 of 6 posts
Re: Ask HN: Why there is no good Graph Visualization Library in Javascript?
#2I've used both gRaphael (http://g.raphaeljs.com/) and jqPlot (http://www.jqplot.com/) before, and found both to be at least decent (though, I had a few issues with jqPlot, but switching to gRaphael solved those).
Re: Ask HN: Why there is no good Graph Visualization Library in Javascript?
#3Which libraries did you check, that did not fulfill your requirements, and why? I've used both gRaphael ( http://g.raphaeljs.com/ ) and jqPlot ( http://www.jqplot.com/ ) before, and found both to be at least decent (though, I had a few issues with jqPlot, but switching to gRaphael solved those).
Re: Ask HN: Why there is no good Graph Visualization Library in Javascript?
#4http://vis.stanford.edu/protovis/
Re: Ask HN: Why there is no good Graph Visualization Library in Javascript?
#5Re: Ask HN: Why there is no good Graph Visualization Library in Javascript?
#6What kind of graphs do you mean? If you're talking about charts, not graphs with nodes and edges, then there are a few: http://highcharts.com http://g.raphaeljs.com/ http://www.jqplot.com/ http://vis.stanford.edu/protovis/ http://code.google.com/p/flot/ http://dygraphs.com/ http://thejit.org/ http://www.jstat.org/ http://processingjs.org/ http://mbostock.github.com/d3/