Minor tweak to css to hide the x axis domain when not 0

master-patched
Bob Monteverde 12 years ago
parent 4b11bec994
commit 5db233787f

@ -153,6 +153,10 @@ svg .title {
stroke-opacity: .75; stroke-opacity: .75;
} }
.nvd3 .nv-axis.nv-x path.domain {
stroke-opacity: 0;
}
.nvd3 .nv-axis line { .nvd3 .nv-axis line {
fill: none; fill: none;
stroke: #000; stroke: #000;

Loading…
Cancel
Save