From 253023d805330027031172b3e2b8242feaf1b792 Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Tue, 3 Jul 2012 23:35:47 -0400 Subject: [PATCH] adding 1px white stroke to pir chart --- src/d3.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/d3.css b/src/d3.css index 91c1da4..9f09f7c 100644 --- a/src/d3.css +++ b/src/d3.css @@ -252,10 +252,18 @@ svg .title { stroke-width: 0; } +.nvd3 .pie path { + stroke: #fff; + stroke-width: 1px; + stroke-opacity: 1; +} + .nvd3 .pie .hover path { fill-opacity: .7; +/* stroke-width: 6px; stroke-opacity: 1; +*/ } /**********