Skip to content

Instantly share code, notes, and snippets.

@kpq
Created March 17, 2015 19:23
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 kpq/50816b7492bd00813c75 to your computer and use it in GitHub Desktop.
Save kpq/50816b7492bd00813c75 to your computer and use it in GitHub Desktop.
this code turns all lines red in MCM
d3.selectAll("path").style("stroke", "red");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment