.chartdiv {
    width: 100%;
    height: 500px;
    background-color: lightcyan;
    transition: all 0.5s ease-in-out;
}