From d366077d3226da72c983c615e307106214e9ee52 Mon Sep 17 00:00:00 2001 From: fiery- Date: Sun, 2 Mar 2014 04:42:07 +0200 Subject: [PATCH] Added style for the bar values patch Added style for the bartxt class for bar values in the c3.js patch. --- c3.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/c3.css b/c3.css index 6ccc9f4..cf50ea0 100644 --- a/c3.css +++ b/c3.css @@ -1,4 +1,3 @@ - /*-- Chart --*/ svg { @@ -69,7 +68,11 @@ text { fill: white; stroke-width: 2px; } - +.-bartxt { + font-weight: bold; + fill: rgba(0,0,0,1); + stroke: rgba(0,0,0,0); +} /*-- Arc --*/ .chart-arcs-title {