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 +}