Skip to content

Instantly share code, notes, and snippets.

@tomkelly000
tomkelly000 / data.json
Last active December 20, 2015 23:39
Fantasy Football Draft
{
"name": "positions",
"children": [
{
"name": "QB",
"children": [
{
"name": "Aaron Rodgers",
"value": 352,
"stats": {
@tomkelly000
tomkelly000 / d3-dropdownmenu.js
Last active December 20, 2015 09:48
d3-dropdownmenu
/*-------------------------------------------------------------------*/
/* When the script is imported it extends the d3 library */
/* to include d3.element.dropdownmenu */
/*-------------------------------------------------------------------*/
(function() {
d3.element = {}; // initialize the namespace
var root; // make a closure around root