Fix bug with breakdown (#2312)

* Fix bug with breakdown

* allow distribution graph to scroll horizontally

* don't stringify i
This commit is contained in:
vera-liu
2017-03-03 12:31:46 -08:00
committed by Alanna Scott
parent 4e848c8cb5
commit 266c049f2d
2 changed files with 7 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ text.nv-axislabel {
font-size: 14px;
}
.dist_bar .slice_container {
.dist_bar {
overflow-x: auto;
}