Earlier 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/
I've actually built very similar graphs to the examples shown in vis.js with d3.js. I was a bit surprised that it wasn't just a wrapper library on top of d3.js (plenty of those exist to make working with d3 a little easier).