From 9cb24ac3b0a8c1e5ddcb6bee3cc94ff95b7729b8 Mon Sep 17 00:00:00 2001 From: Brandon Bernal Date: Tue, 27 May 2014 16:10:48 -0400 Subject: [PATCH] styling changes for #275 Here are the styling changes moved to c3.css regarding #275 --- c3.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/c3.css b/c3.css index 0ff4f67..47eed98 100644 --- a/c3.css +++ b/c3.css @@ -66,6 +66,11 @@ .c3-text { } +.c3-text.c3-empty { + fill: #808080; + font-size: 2em; +} + /*-- Line --*/ .c3-line { @@ -188,4 +193,4 @@ .c3-chart-arc .c3-gauge-value { fill: #000; font-size: 28px; -} \ No newline at end of file +}