Skip to content

Instantly share code, notes, and snippets.

View karen-izuka's full-sized avatar
🐣
Focusing

karen-izuka

🐣
Focusing
View GitHub Profile
@cnaithani
cnaithani / D3JS Interactive Bar Chart Part 3 (Data Drill Down).html
Created August 16, 2017 18:16
D3JS Interactive Bar Chart Part 3 (Data Drill Down)
<script src="https://code.jquery.com/jquery-1.12.4.min.js" charset="utf-8"></script>
<script src="https://d3js.org/d3.v2.min.js"></script>
<style type="text/css">
#chart text {
fill: black;
font: 10px sans-serif;
text-anchor: end;
}
.axis text {