Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Last active May 17, 2021 15:34
Show Gist options
  • Select an option

  • Save ng-the-engineer/8b2658fcd8ee802c05920da33f73c941 to your computer and use it in GitHub Desktop.

Select an option

Save ng-the-engineer/8b2658fcd8ee802c05920da33f73c941 to your computer and use it in GitHub Desktop.
Code snippet of tutorial bubble plot
var myColor = d3
.scaleOrdinal()
.domain([
"Javascript",
"Frontend",
"Backend",
"Testing",
"Database",
"Programming Language",
"Version Control",
"mobile",
])
.range(d3.schemeSet2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment