#MyChart{
    margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  }

  #chart-one{
    position: absolute;
    left: auto !important;
    top: auto !important;
  width: 600px;
  height: 400px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* padding: 0px; */
  /* margin: 0px; */
  border-width: 0px;
  }
.basic{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}