#myChart{
    max-height: 150px;
}
@media(min-width: 576px){
    #myChart{
        max-height: 200px;
    }
}