mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
* Fix bug with breakdown * allow distribution graph to scroll horizontally * don't stringify i
34 lines
388 B
CSS
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;
|
|
}
|