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/012507d96ec7dd58f565 to your computer and use it in GitHub Desktop.
Save aleszu/012507d96ec7dd58f565 to your computer and use it in GitHub Desktop.
xscale.domain([0, data.length - 1]);
yscale.domain([0, d3.max(data, function(d){ return d.all; })]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment