Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javascript high level charting api based on d3.js [closed]

Tags:

svg

d3.js

I love the flexibility of d3.js, but in some cases its low level api is hard to use. What are some higher level charting libraries based on d3.js? I know on rickshaw so far.

like image 838
Yaron Naveh Avatar asked Aug 13 '12 09:08

Yaron Naveh


1 Answers

Like you I have been very impressed by D3, but found it tricky.

The best D3 charting library I've seen is NVD3.js. I've been testing it out, but not yet used it in anger.

Currently I'm working on the theory that to get the best out of D3 you need a strong understanding of JavaScript, so I'm brushing up on my JavaScript Patterns, which I'm finding very helpful.

like image 153
Derek Hill Avatar answered Sep 28 '22 08:09

Derek Hill