DEV Community

Discussion on: What are some interesting visualization libraries?

Collapse
 
fayaz profile image
Fayaz Ahmed • Edited

Building something on similar lines. Explored these so far

  1. Konva.js
  2. D3
  3. Pixi
  4. Feather.js
  5. Interact.js if we plan om using plain html

Konva seems to be the best one for this kinda thing so far (using it with vue btw)

If you find a better alternative, I'd definition check it out.

Also, I have seen people building really cool things with leaflet.js here are some examples

codecanyon.net/item/yourmap-custom...

anthonyblackham.com/floorplans/

Collapse
 
bernardbaker profile image
Bernard Baker

I've used Pixi. Quick to get started.