.chart-container>div:not(.full) {
   max-width: 720px;
   margin-inline: auto;
}

.chart-container>.full {
   position: relative !important;
   /* width: calc(80vw - 10%);
   margin-inline: auto;
   height: min(80vh, 500px); */
   /* margin: auto; */
   /* max-height: 80vh; */
   width: 100%;
}

.chart-container canvas {
   width: 100% !important;
   min-height: 300px;
}