Skip to content

Instantly share code, notes, and snippets.

View kdenny's full-sized avatar

Kevin Earl Denny kdenny

  • Philadelphia, PA
View GitHub Profile
@kdenny
kdenny / .block
Created December 4, 2017 23:08
Dot Matrix Chart
license: MIT
@kdenny
kdenny / .block
Last active October 31, 2017 17:39
Multi-Line Chart of Largest Countries
license: mit
@kdenny
kdenny / .block
Last active October 31, 2017 17:29
Multi-Line Chart of Largest Countries
license: mit
@kdenny
kdenny / .block
Created October 2, 2017 18:07
city
license: mit
@kdenny
kdenny / index.html
Created July 10, 2016 17:55
D3Test
<!DOCTYPE html>
<meta charset="utf-8">
<style> /* set the CSS */
body { font: 12px Arial;}
path {
stroke: steelblue;
stroke-width: 2;
fill: none;