@import '../../chartStyle.scss';

.chart-card {
  @include third-layer-echarts;
  overflow: hidden;
  height: 100%;

  .chart-title {
    @include graph-title;
  }

  .chart-body {
    position: relative;
    height: calc(100% - 2.9rem);
  }

  .echarts {
    width: 100%;
    height: 100%;
  }

  .echartfontsize {
    font-size: 1.2rem;
  }
}
