.ngx-charts {
    width: 100%;
}

.chart-bar-custom {
    border: 1px solid lightgrey;
    padding: 10px 10px 10px 0;
    background-color: lavender;
}

.chart-bar-custom h5 {
    text-align: center;
}

.ngx-charts-outer {
    width: 100% !important;
}