Just testing stuff.
Example taken from: Mike Bostock.
See my his articel on Krzywinski’s Hive Plots. See also area hive plots.
Just testing stuff.
Example taken from: Mike Bostock.
See my his articel on Krzywinski’s Hive Plots. See also area hive plots.
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.link { | |
fill: none; | |
stroke-width: 1.5px; | |
} | |
.axis, .node { | |
stroke: #000; | |
stroke-width: 1.5px; | |
} | |
</style> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script src="http://d3js.org/d3.hive.v0.min.js"></script> | |
<script src="https://dl.dropboxusercontent.com/u/16389915/test/main.js"></script> |