Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created January 4, 2014 01:37
Show Gist options
  • Select an option

  • Save NakedMoleRatScientist/8250329 to your computer and use it in GitHub Desktop.

Select an option

Save NakedMoleRatScientist/8250329 to your computer and use it in GitHub Desktop.
svg
.append("rect")
.attr("x",0)
.attr("y",0)
.attr("width",width)
.attr("height",height)
.attr("fill","gray")
.attr("opacity",0.5)
.on("click",(o)->
o.remove()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment