.chart {
    display: none;
    position: absolute;
    padding: 10px;
    width: fit-content;
    border-radius: 20px;
    box-shadow: 3px 3px 12px 0px;
    height: 220px !important;
    width: 364px !important;
}

.chart #myChart {
    height: 100%!important;
    width: 100%!important;
}