From cdc6565da43c0753243b7a9fbb87a5191985d94e Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 2 Nov 2012 15:58:28 -0400 Subject: [PATCH] Changing the sparkline tooltip color to avoid confusion with the cumulative chart line --- src/nv.d3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nv.d3.css b/src/nv.d3.css index aa10861..99f25db 100644 --- a/src/nv.d3.css +++ b/src/nv.d3.css @@ -512,7 +512,7 @@ svg .title { } .nvd3.nv-sparklineplus .nv-hoverValue line { - stroke: #f44; + stroke: #333; stroke-width: 1.5px; }