superset/caravel/assets/visualizations/nvd3_vis.css

30 lines
375 B
CSS

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