Browse Source

Merge pull request #276 from bjlbernal/patch-4

styling changes Re: #275
pull/282/head
Masayuki Tanaka 10 years ago
parent
commit
413ba47d2d
  1. 7
      c3.css

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

Loading…
Cancel
Save