Client - update stats chart display (wip)

This commit is contained in:
Sam
2021-09-05 09:41:39 +02:00
parent 0e98efe5a9
commit 18908ce89d
6 changed files with 88 additions and 14 deletions

View File

@ -67,3 +67,19 @@
},
})
</script>
<style lang="scss">
@import '~@/scss/base';
.stat-chart {
.chart {
height: 335px;
}
}
@media screen and (max-width: $small-limit) {
.stat-chart {
.chart {
height: 280px;
}
}
}
</style>