Created
May 21, 2015 14:24
-
-
Save aleszu/8a2d4bb480d248304c3b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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