Skip to content

Instantly share code, notes, and snippets.

@yields
Created October 23, 2013 12:20
Show Gist options
  • Save yields/7117614 to your computer and use it in GitHub Desktop.
Save yields/7117614 to your computer and use it in GitHub Desktop.
list = list(users, el)
.append('g')
.translate(': age * 13', 0)
.map(': age')
.append('rect')
.height(11)
.width(11)
.style('fill', '#eee')
.y(': i * 13');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment