Created
November 6, 2015 10:30
-
-
Save bet4a/bc89bb5e401f150bff9b to your computer and use it in GitHub Desktop.
Histogram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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