#map {
  height: 500px;
  width: 100%;
  margin: 20px 0;
}

canvas {
  height: 600px !important; /* Let Chart.js adjust height automatically */
  max-height: 80vh; /*prevent mobile overflow */
  display: block;
}
