.chartcont{
    position: relative;
    padding:10px;
    background-color: white;
    border:1px solid lightgray;
    border-radius:5px;
    box-shadow: 2px 2px 8px 4px lightgrey;
}
.candiv{
    position: relative;
    width:100%;
    height: fit-content;
}

.mycanvas{
    position: relative;
    width:100%;
    height: fit-content;
}