Skip to content

Instantly share code, notes, and snippets.

View fabric-io-rodrigues's full-sized avatar

Fabrício Rodrigues fabric-io-rodrigues

  • Rio de Janeiro, Brazil
View GitHub Profile
@d3noob
d3noob / index.html
Last active April 30, 2024 06:05
Sankey Diagram with v4
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}