DEV Community

Discussion on: What are some interesting visualization libraries?

Collapse
 
nightwolfdev profile image
nightwolfdev • Edited

I've used D3. If you're familiar with jQuery, it feels like that. It can be confusing at first with the concept of data binding, but there is good documentation and examples out there. You're basically creating the visualization from scratch.

I've also used Google Charts. Pre-made charts so it's a bit easier.

Collapse
 
leob profile image
leob

D3 is probably the most powerful lib but complex, has a steep learning curve ... depending on their goals it might be overkill (or not)

Collapse
 
nightwolfdev profile image
nightwolfdev

Agreed. Depends on what's needed.