Vis.js: A Visual Interaction System
visjs.org
Vis.js: A Visual Interaction System
1–10 of 54 posts
Re: Vis.js: A Visual Interaction System
#2Re: Vis.js: A Visual Interaction System
#3Re: Vis.js: A Visual Interaction System
#4Wow I needed this library about 3 weeks ago! Anyone know else know of any alternatives?
Re: Vis.js: A Visual Interaction System
#5Re: Vis.js: A Visual Interaction System
#6Wow I needed this library about 3 weeks ago! Anyone know else know of any alternatives?
I may be missing something but it seems to be going for the same space as the popular D3.js library: http://d3js.org
Re: Vis.js: A Visual Interaction System
#7Earlier quoted context omitted.
I may be missing something but it seems to be going for the same space as the popular D3.js library: http://d3js.org
d3.js doesn't target (it renders to ) so graph drawing can be pretty slow. Some more alternatives for this scenario (both of which handle fast drawing to : http://trifacta.github.io/vega/ http://sigmajs.org/
Re: Vis.js: A Visual Interaction System
#8Earlier quoted context omitted.
I may be missing something but it seems to be going for the same space as the popular D3.js library: http://d3js.org
d3.js doesn't target (it renders to ) so graph drawing can be pretty slow. Some more alternatives for this scenario (both of which handle fast drawing to : http://trifacta.github.io/vega/ http://sigmajs.org/
Re: Vis.js: A Visual Interaction System
#9Re: Vis.js: A Visual Interaction System
#10Earlier quoted context omitted.
d3.js doesn't target (it renders to ) so graph drawing can be pretty slow. Some more alternatives for this scenario (both of which handle fast drawing to : http://trifacta.github.io/vega/ http://sigmajs.org/
To add to the list - I recently used http://kineticjs.com for a data vis project involving some massive amounts of data in the browser and was very impressed at its performance and ease of use.