Skip to content

Instantly share code, notes, and snippets.

@jamesfe
Created September 26, 2017 14:19
Show Gist options
  • Select an option

  • Save jamesfe/07d8539cf8149d1886ad8e90ea48230d to your computer and use it in GitHub Desktop.

Select an option

Save jamesfe/07d8539cf8149d1886ad8e90ea48230d to your computer and use it in GitHub Desktop.
svg.append("path")
.datum({type: "FeatureCollection", features: shipData})
.attr("d", path)
.attr("class", "lines");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment