Set canvas size

This commit is contained in:
Torjus Håkestad 2021-04-11 00:56:48 +02:00
parent a832ef9220
commit e3a655d46f

View File

@ -177,7 +177,8 @@ export default class StatsPie extends Vue {
<style lang="scss" scoped>
canvas {
width: 70vmin;
width: 70%;
height: auto;
}
.stats-container {
align-content: center;