Skip to content

Instantly share code, notes, and snippets.

View ENPlummer's full-sized avatar

Ebony Plummer ENPlummer

  • GW Data Analytics Boot Camp
  • Stafford, Virginia
View GitHub Profile
@ENPlummer
ENPlummer / index.html
Created November 21, 2019 16:52 — forked from d3noob/.block
Simple horizontal tree diagram using v4
<!DOCTYPE html>
<meta charset="utf-8">
<style> /* set the CSS */
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
@ENPlummer
ENPlummer / index.html
Created November 20, 2019 23:36 — forked from d3noob/.block
Simple d3.js tree diagram
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Collapsible Tree Example</title>
<style>
.node circle {
@ENPlummer
ENPlummer / metro.geojson
Created May 17, 2018 00:33
Metro GeoJson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.