Ask HN: Large dataset visualization through Javascript?
https://news.ycombinator.com/item?id=3098113I am wondering if people here have any good suggestions for a Javascript library that I can use for large dataset visualization using force-directed layouts.
I have tried d3.js but it seems to drastically slow down beyond a few thousand nodes. Currently, the number of nodes in my dataset is around 50K. Are there any other alternatives?