Skip to content

Instantly share code, notes, and snippets.

@davelandry
Created November 18, 2013 21:54
Show Gist options
  • Save davelandry/7536038 to your computer and use it in GitHub Desktop.
Save davelandry/7536038 to your computer and use it in GitHub Desktop.
function change_id(selection) {
selection.attr("id","visualization")
}
d3.select("div#container").call(change_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment