Skip to content

Instantly share code, notes, and snippets.

View pr3ssh's full-sized avatar

Pres pr3ssh

View GitHub Profile
@pr3ssh
pr3ssh / index.html
Last active December 28, 2015 19:09 — forked from rduplain/responsive_d3_example.html
Responsive d3.js D3 Javascript Histogram Example
<!DOCTYPE html>
<script src="http://mbostock.github.com/d3/d3.v2.js?2.8.1"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<style>
body {
font: 10px sans-serif;
}
rect {