Skip to content

Instantly share code, notes, and snippets.

View mlrsoft's full-sized avatar

mlrsoft mlrsoft

  • Copenhagen
  • 05:29 (UTC +02:00)
View GitHub Profile
@mlrsoft
mlrsoft / index.html
Last active February 17, 2017 14:02
d3.drag grouped elements in v4
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.active {
stroke: #000;
stroke-width: 2px;
}
.rect {