@media only screen and (max-width: 768px) {
    .chartCanvas {
        width: 250px;
        height: 250px;
    }
}
