Skip to content

Instantly share code, notes, and snippets.

@dvas0004
Last active October 18, 2017 14:36
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 dvas0004/3b9160d25661c4ebcb7a1a3c72fe1547 to your computer and use it in GitHub Desktop.
Save dvas0004/3b9160d25661c4ebcb7a1a3c72fe1547 to your computer and use it in GitHub Desktop.
import * as d3 from "d3";
let node_color_scale = d3.scaleLinear()
.domain([0, 0.5, 1])
.range([d3.rgb("#96f788"), d3.rgb('#f9f370'), d3.rgb('#f27676')]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment