Ubuntu IRC Contributions Graph
Ubuntu IRC D3 CONTRIBUTIONS GRAPH
This graph represents The number of posts in the UbuntuIRC logs. The lighter green squares represent days with less posts than the darker green squares. Months go from left to right and are separated by the darker lines. Days go by columns from left to right.
SQL Code
SELECT YEAR( date_of_entry ) , MONTH( date_of_entry ) , DAY( date_of_entry ) , COUNT( `type` )
FROM `ubuntu_irc`
WHERE TYPE = 'message'
GROUP BY 1 , 2, 3
Source code
This visualization was created using D3 and JavaScript. To view similar source code on GitHub click here
Attachment | Size |
---|---|
Ubuntu Graph 2.PNG | 69.91 KB |
Ubuntu Graph.PNG | 45.6 KB |
- gbatchelor's blog
- Log in to post comments