.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#toolPanel {
  text-align: center;
}

#toolPanel button {
  margin-left: 20px;
}

#myChart {
  height: 100%;
}
