Skip to content

Instantly share code, notes, and snippets.

@imkojima
imkojima / index.html
Created September 9, 2015 09:29 — forked from anonymous/index.html
D3: Vertical axis added // source http://jsbin.com/pixaxeqeqe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D3: Vertical axis added</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<style id="jsbin-css">
#box {
width:375px;
height:367px;