Skip to content

Instantly share code, notes, and snippets.

@dbani-dev
Last active August 29, 2015 14:23
Show Gist options
  • Save dbani-dev/3b348590b5172542b25e to your computer and use it in GitHub Desktop.
Save dbani-dev/3b348590b5172542b25e to your computer and use it in GitHub Desktop.
d3.svg.axis()
.scale(
axisScale
.range(axisRange)
.domain(axisDomain)
)
.orient(axisOrient);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment