Skip to content

Instantly share code, notes, and snippets.

@jakejscott
Created October 9, 2012 01:00
Show Gist options
  • Save jakejscott/3855930 to your computer and use it in GitHub Desktop.
Save jakejscott/3855930 to your computer and use it in GitHub Desktop.
<p>Hey Jake</p>
d3.selectAll('p')
.style('color', '#333')
.style('font-size', '20px')
.style({
padding : '10px',
background:'#ccc'
})
.style('font-family', 'Sans-Serif');
d3.select("body").style("background-color", "#eee");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment