Skip to content

Commit cf34d6b

Browse files
committed
Building latest.
1 parent 5ec4670 commit cf34d6b

File tree

6 files changed

+1503
-932
lines changed

6 files changed

+1503
-932
lines changed

build/nv.d3.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* nvd3 version 1.8.1-dev (https://github.com/novus/nvd3) 2015-09-10 */
1+
/* nvd3 version 1.8.1-dev (https://github.com/novus/nvd3) 2016-01-24 */
22
.nvd3 .nv-axis {
33
pointer-events:none;
44
opacity: 1;
@@ -408,9 +408,12 @@ svg.nvd3-svg {
408408
stroke-opacity: 1;
409409
}
410410

411-
.nvd3.nv-pie .hover path {
411+
.nvd3.nv-pie path {
412412
fill-opacity: .7;
413413
}
414+
.nvd3.nv-pie .hover path {
415+
fill-opacity: 1;
416+
}
414417
.nvd3.nv-pie .nv-label {
415418
pointer-events: none;
416419
}

0 commit comments

Comments
 (0)