Issue #271 css tweak to make sure the single point of a line chart shows up

master-patched
Bob Monteverde 12 years ago
parent c8ef258c5c
commit 62a8e4fa9c

@ -351,8 +351,8 @@ svg .title {
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
fill-opacity: .5;
stroke-opacity: .5;
fill-opacity: .5 !important;
stroke-opacity: .5 !important;
}

Loading…
Cancel
Save