.row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;
}
#chart-area1{
  width: 50%;
  height: 100%;
}
#chart-area2{
  width: 50%;
  height: 100%;
}