Browse Source

Fix css for text on chart - #46

pull/51/head
Masayuki Tanaka 11 years ago
parent
commit
7617408db0
  1. 11
      c3.css

11
c3.css

@ -37,6 +37,11 @@ text {
.xgrid-focus { .xgrid-focus {
} }
/*-- Text on Chart --*/
.-text {
}
/*-- Line --*/ /*-- Line --*/
.-line { .-line {
@ -68,11 +73,7 @@ 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