

canvas {
  border: 1px dotted red;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 50vh;
  width: 70vw;
  background:#1D1F20;
  color:white;
}
.chart2 {
}