Commit d366077d authored by fiery-'s avatar fiery-

Added style for the bar values patch

Added style for the bartxt class for bar values in the c3.js patch.
parent 1ffbf812
/*-- Chart --*/ /*-- Chart --*/
svg { svg {
...@@ -69,7 +68,11 @@ text { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment