Browse Source

Added style for the bar values patch

Added style for the bartxt class for bar values in the c3.js patch.
pull/46/head
fiery- 11 years ago
parent
commit
d366077d32
  1. 7
      c3.css

7
c3.css

@ -1,4 +1,3 @@
/*-- Chart --*/ /*-- Chart --*/
svg { svg {
@ -69,7 +68,11 @@ text {
fill: white; fill: white;
stroke-width: 2px; stroke-width: 2px;
} }
.-bartxt {
font-weight: bold;
fill: rgba(0,0,0,1);
stroke: rgba(0,0,0,0);
}
/*-- Arc --*/ /*-- Arc --*/
.chart-arcs-title { .chart-arcs-title {

Loading…
Cancel
Save