.chart-wrapper {
    width: 100%;
    max-width: 75%;
    margin: 0 0 30px;
}
.chart-wrapper canvas {
    width: 100%;
    height: 30px;
}
table .chart-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
}
table .chart-wrapper canvas {
    /*width: 150px!important;*/
    height: 40px!important;
}
.no-data-chart {
    border-radius: 4px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    padding: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}