@ -1,41 +1,36 @@
<template>
<v-container
v-if="stats"
fluid
>
<v-row>
<v-col
cols="12"
lg="4"
<v-card>
<doughnut-chart
:chart-data="progress"
/>
</v-card>
</v-col>
<bar-chart
:chart-data="labelStats"
:chart-data="userStats"
</v-row>
</v-container>
<v-row v-if="stats">
</template>
<script>