Skip to content

Instantly share code, notes, and snippets.

@daisys
daisys / d3.css
Created August 15, 2012 20:36 — forked from bobmonteverde/d3.css
A Simple D3 Line chart with Legend and Tooltips
/********************
* TOOLTIP CSS
*/
.nvtooltip {
position: absolute;
background-color: rgba(255,255,255,1);
padding: 10px;
border: 1px solid #ddd;