.chart {
  display: block;
  min-width: 800px;
  min-height: 500px;
  width: 70vw;
  height: 70vh;
  margin: 50px;
  margin-left: auto;
  margin-right: auto;
}

.select {
  display: block;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  display: block;
  margin: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.barToolTip {
  visibility: hidden;
  height: 90px;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;

  pointer-events: none;
}

.bubbleToolTip {
  visibility: hidden;
  height: 160px;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;

  pointer-events: none;
}
