.d3-bar-chart {
    overflow: visible !important;
    margin: 4rem 0 4rem 0;

    text,
    tspan {
        fill: currentColor;
        font-size: 9px;
        font-family: inherit;
    }

    .axis path,
    .axis .tick line {
        stroke: $color-border;
    }
}

.theme-light {
    .d3-bar-chart {
        .axis path,
        .axis .tick line {
            stroke: $color-light-border;
        }
    }
}
