Skip to content

Instantly share code, notes, and snippets.

View bjliu's full-sized avatar

Benjamin Liu bjliu

View GitHub Profile
@bjliu
bjliu / app.css
Last active August 29, 2015 14:05
NVD3 Scatter Plot Chart w/ Selection
#chart svg {
height: 500px;
}
rect.selection {
stroke : gray;
stroke-dasharray: 4px;
stroke-opacity : 0.5;
fill : transparent;
}