Hacker News new | ask | show | jobs
by pratkar 4512 days ago
I've always been a D3.js fan, more so because of the extensive range of novel chart types that it has. But, this looks good when you need a simpler solution.
1 comments

AFAIK D3.js does not have 'a range' of chart types. It's just that you can use D3 to draw anything you like including charts, maps etc. It does not have any chart types built-in.
What I meant was users have created an extensive library of re-usable chart types. :)