@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: calc(100% - 2.9rem);

      .echarts {
        font-size: 1.2rem;
        width: 100%;
        height: 100%;
      }
    }


}
