Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created May 21, 2015 14:24
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 aleszu/8a2d4bb480d248304c3b to your computer and use it in GitHub Desktop.
Save aleszu/8a2d4bb480d248304c3b to your computer and use it in GitHub Desktop.
var marginbottom = 0, chartwidth = 90, chartheight = 30; //3D units
var xscale = d3.scale.linear().range([0, chartwidth]),
yscale = d3.scale.linear().range([0, chartheight]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment