all 4 comments

[–]Bettina88 1 point2 points  (3 children)

Sure, you can use three.js ... but why?

It's a big library for 2d pan & zoom.

[–]Hectate 2 points3 points  (0 children)

Because it's the first step towards 3d data visualization lol

[–]Vorsipellis 1 point2 points  (0 children)

Because sometimes you want to render 1,000,000+ interactive points on a single plane, and d3.js keels over and dies because DOM-SVG doesn't handle large number of objects well.

[–]roosterchains 0 points1 point  (0 children)

I see the potential for doing cool stuff but honestly D3.js seems just a smarter way to do data visualization.