Skip to content

Instantly share code, notes, and snippets.

View whylovejp's full-sized avatar

whylovejn whylovejp

View GitHub Profile
@whylovejp
whylovejp / bar_chart.html
Created September 20, 2012 03:47 — forked from codefactory/bar_chart.html
d3.js로 만든 bar chart
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3.js Bar Chart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: dotum;
font-size: 11px;