Skip to content

Instantly share code, notes, and snippets.

@layerssss
Created June 26, 2013 11:46
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 layerssss/5866799 to your computer and use it in GitHub Desktop.
Save layerssss/5866799 to your computer and use it in GitHub Desktop.
svg.selectAll "polygon",
data: [polyData]
enter:
append: 'polygon'
style:
"stroke": "gray"
"stroke-width": 2
"fill": 'none'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment