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

This commit is contained in:
Bob Monteverde 2012-10-10 15:33:02 -04:00
parent 4b11bec994
commit 5db233787f

View File

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