.chartist-tooltip {
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
}

svg.ct-chart-bar,
svg.ct-chart-line {
    overflow: visible;
}

.ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-100%) rotate(-45deg);
    white-space: nowrap;
}