D3.js is a small, open-source JavaScript visualization library for manipulating HTML and SVG documents based on data

learn more… | top users | synonyms

2
votes
1answer
585 views

Approximating/Sorting groups of dates into buckets + general JS patterns/style

Update: I've updated the code below pretty extensively and posted a new question over here. I'm working on a directed study project with a professor of mine helping him build out a Django based ...
1
vote
0answers
576 views

Approximating Date for a D3.js timeline + General Style comments

I've updated code from a couple weeks back so I've come back to get more feedback. The original post can be found over here. Here is the updated code: ...