Skip to content

Instantly share code, notes, and snippets.

@nsonnadsnip
Forked from nsonnad/parentData.js
Created November 29, 2013 10:28
Show Gist options
  • Save nsonnadsnip/7703980 to your computer and use it in GitHub Desktop.
Save nsonnadsnip/7703980 to your computer and use it in GitHub Desktop.
d3: access parent data
(function(d, i, j){
console.log('Method A: Parent data: ', data[j], 'Parent index: ', j);
console.log('Method B: Parent data: ', this.parentNode.__data__);
return d;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment