Skip to content

Instantly share code, notes, and snippets.

@limscoder
Last active November 19, 2017 17:01
Show Gist options
  • Save limscoder/07f7880f0787e8af1c336b0b82df282b to your computer and use it in GitHub Desktop.
Save limscoder/07f7880f0787e8af1c336b0b82df282b to your computer and use it in GitHub Desktop.
DOM properties from data
selection.attr('text', d => d.name)
.style('color', d => (d.role === 'human' ? 'purple' : 'yellow'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment