Skip to content

Instantly share code, notes, and snippets.

View d3noob's full-sized avatar

d3noob

View GitHub Profile
@d3noob
d3noob / .block
Last active July 6, 2020 07:36
World Map Centered on the Pacific
license: mit
@d3noob
d3noob / .block
Last active April 25, 2024 13:48
World Map with zoom and pan
license: mit
@d3noob
d3noob / .block
Last active November 30, 2019 18:26
World map with zoom / pan and cities
license: mit
@d3noob
d3noob / .block
Last active November 30, 2019 18:20
Simple d3.js Bullet Chart example
license: mit
@d3noob
d3noob / .block
Last active November 30, 2019 18:26
Bullet Charts with automatic updating
license: mit
@d3noob
d3noob / .block
Last active November 30, 2019 18:26
Multiple Simple graphs on one page
license: mit
@d3noob
d3noob / .block
Last active August 30, 2022 17:09
Earthquake Data Discovery using dc.js, crossfilter, d3.js and bootstrap
license: mit
@d3noob
d3noob / leanpubdownloads.html
Last active December 20, 2015 22:09
Leanpub book data investigations
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>dc.js Experiment</title>
<script src='js/d3.v3.js' type='text/javascript'></script>
<script src='js/crossfilter.js' type='text/javascript'></script>
<script src='js/dc2.js' type='text/javascript'></script>
@d3noob
d3noob / bootstrap.min.css
Last active August 30, 2022 17:09
dc.js chart examples
/*!
* Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;ver
@d3noob
d3noob / index.html
Last active March 2, 2016 21:49
A simple leaflet.js map
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>