Skip to content

Instantly share code, notes, and snippets.

@bet4a
Created November 6, 2015 10:30
Show Gist options
  • Save bet4a/bc89bb5e401f150bff9b to your computer and use it in GitHub Desktop.
Save bet4a/bc89bb5e401f150bff9b to your computer and use it in GitHub Desktop.
Histogram
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
height: 500px;
width: 500px;
border: 1px solid gray;
}
line {
shape-rendering: crispEdges;
stroke: #000000;
}
</style>
<svg></svg>
<script src="//d3js.org/d3.v3.js"></script>
<script src="//d3js.org/colorbrewer.v1.js"></script>
<script>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment