Skip to content

Instantly share code, notes, and snippets.

View d3noob's full-sized avatar

d3noob

View GitHub Profile
@d3noob
d3noob / .block
Last active May 13, 2020 14:42
Simple d3.js bar chart
license: mit
@d3noob
d3noob / 2013-earthquake.js
Last active August 17, 2021 20:51
Leaflet.heat plugin for leaflet.js
// This earthquake data is sourced from New Zealand’s Geonet
// site over a date range that covers a period of reasonable
// activity in July/August 2013.
var quakePoints = [
[-41.5396,174.1242,1.7345],
[-38.8725,175.9561,2.6901],
[-41.8992,174.3117,4.6968],
[-41.7495,174.02,1.8642],
[-41.7008,174.0876,2.1629],
[-41.7371,174.0682,2.0408],
@d3noob
d3noob / index.html
Last active August 29, 2015 13:56
Aircraft track experiment
<?php ?>
<!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"
@d3noob
d3noob / index.html
Last active May 31, 2023 13:39
Add multiple markers in leaflet.js
<!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>
@d3noob
d3noob / index.html
Last active January 13, 2022 23:02
Aircraft markers on a 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"
/>
<style>
@d3noob
d3noob / .block
Last active November 30, 2019 18:28
Aircraft Icon Test
license: mit
@d3noob
d3noob / .block
Last active September 16, 2020 09:18
Map using leaflet.js and d3,js combined
license: mit
@d3noob
d3noob / .block
Last active January 21, 2020 23:56
Map using leaflet.js and d3,js overlaid
license: mit
@d3noob
d3noob / .block
Last active January 13, 2022 22:58
Dynamic historical stock data with d3.js and YQL
license: mit
@d3noob
d3noob / .block
Last active January 13, 2022 22:59
Interactive Linux process tree using d3.js
license: mit