Skip to content

Instantly share code, notes, and snippets.

View hknowlton's full-sized avatar

Heather Knowlton hknowlton

View GitHub Profile
@cpbotha
cpbotha / dropshadow.js
Last active September 19, 2023 15:43
d3.js drop shadow example
// d3.js drop shadow example
// put together by http://charlbotha.com/
var items = [
{x : 50, y : 10},
{x : 100, y: 170},
{x : 320, y: 70}
];
// we can increase this, everything will scale up with us