Skip to content

Commit 1f7ceb3

Browse files
committed
hide bars representing '0' Fixes jupyter#524
see http://stackoverflow.com/questions/22378785/nvd3-charts-remove-0-value-bars (c) Copyright IBM Corp. 2016
1 parent 8ade8ba commit 1f7ceb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#chart1 .selected { fill: yellow !important; }
22
#settings-section { display: none; }
3+
4+
.nvd3 rect[height="1"] {
5+
display: none !important;
6+
}

0 commit comments

Comments
 (0)