* {
    margin: 0;
    padding: 0;
  }
  #chart-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }