Client - add total label on chart

This commit is contained in:
Sam
2021-09-20 18:23:05 +02:00
parent cebf877a6e
commit 795599ad46
6 changed files with 62 additions and 22 deletions

View File

@ -8,7 +8,7 @@
</div>
</template>
<script lang="ts">
<script lang="ts" scoped>
import { ComputedRef, PropType, computed, defineComponent } from 'vue'
import Chart from '@/components/Common/StatsChart/Chart.vue'
@ -72,14 +72,8 @@
@import '~@/scss/base';
.stat-chart {
.chart {
height: 335px;
}
}
@media screen and (max-width: $small-limit) {
.stat-chart {
.chart {
height: 280px;
}
padding: $default-padding;
max-height: 100%;
}
}
</style>