.widgetChartContainer {
    position: relative !important;
    overflow: hidden !important;
    margin: 0px !important;
  }

  .chart-echartjs {
    position: relative;
    height: 100vh;
    overflow: hidden;
    border: 1px solid #ced4da;
    padding: 15px 10px 30px;
    border-radius: 8px;
    box-shadow: 1px 1px 17px 0px rgb(0 0 0 / 10%) !important;
    background: white;
  }
  