﻿.chart-container {
    /* Always take up the full space. The developer has to restrict space themself because it's impossible 
        to know how much space the chart should take up in the website this library is used. */
    position: relative;
    margin: auto;
    height: 100%;
    width: 100%;
}