Files
superset2/superset/assets/visualizations/nvd3_vis.css
vera-liu 266c049f2d Fix bug with breakdown (#2312)
* Fix bug with breakdown

* allow distribution graph to scroll horizontally

* don't stringify i
2017-03-03 12:31:46 -08:00

34 lines
388 B
CSS

g.superset path {
stroke-dasharray: 5, 5;
}
.nvtooltip tr.highlight td {
font-weight: bold;
font-size: 15px !important;
}
text.nv-axislabel {
font-size: 14px;
}
.dist_bar {
overflow-x: auto;
}
.dist_bar svg.nvd3-svg {
width: auto;
font-size: 14px;
}
.nv-x text{
font-size: 12px;
}
.bar .slice_container {
overflow-x: auto;
}
.bar svg.nvd3-svg {
width: auto;
}