Skip to content

Instantly share code, notes, and snippets.

@npras
Created May 12, 2015 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npras/160ddcc82cf6fa56c64c to your computer and use it in GitHub Desktop.
Save npras/160ddcc82cf6fa56c64c to your computer and use it in GitHub Desktop.
VLawGz
%p some text
%p some other text
%p blah blue blay
d3.selectAll('p').style('color', function(){
return "hsl("+ Math.random()*360+",100%,50%)";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment