Minor tweak to css to hide the x axis domain when not 0
This commit is contained in:
parent
4b11bec994
commit
5db233787f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user