#chart-container {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    /* height: 420px; */
    width: calc(100% - 24px);
    /* border: 2px dashed #aaa; */
    /* border-radius: 5px; */
    overflow: auto;
    text-align: center;
}