@import '../../chartStyle.scss';

.chart-card {
  @include third-layer-echarts;
  overflow: hidden;
  height: 100%;
  // box-shadow: $box-shadow-level1;

  .chart-title {
    @include graph-title;
  }

  .chart-body {
    position: relative;
    height: 95% ;

    .chart-box {
      height: 100% ;
    }

    .echarts {
      width: 100%;
      height: 100% !important;
    }
  }



  .echartfontsize {
    font-size: 1.2rem;
  }
}
