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

#chart1 {
    height: 50%;
}

#chart2 {
    height: 50%;
}