|
@@ -85,34 +85,6 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="charts-row">
|
|
|
|
|
- <DashboardChartCard title="Faturamento Serviço / Materiais">
|
|
|
|
|
- <GroupedBarChart
|
|
|
|
|
- :labels="faturamentoChart.labels"
|
|
|
|
|
- :datasets="faturamentoChart.datasets"
|
|
|
|
|
- label-y="R$"
|
|
|
|
|
- :tick-formatter="formatCurrencyTick"
|
|
|
|
|
- :tooltip-formatter="formatCurrencyTooltip"
|
|
|
|
|
- class="full-width full-height"
|
|
|
|
|
- />
|
|
|
|
|
- </DashboardChartCard>
|
|
|
|
|
-
|
|
|
|
|
- <DashboardChartCard title="Matrículas por Período">
|
|
|
|
|
- <GroupedBarChart
|
|
|
|
|
- :labels="matriculasChart.labels"
|
|
|
|
|
- :datasets="matriculasChart.datasets"
|
|
|
|
|
- :bar-radius="50"
|
|
|
|
|
- :show-datalabels="true"
|
|
|
|
|
- :max-bar-thickness="44"
|
|
|
|
|
- :category-percentage="0.6"
|
|
|
|
|
- :bar-percentage="0.85"
|
|
|
|
|
- class="full-width full-height"
|
|
|
|
|
- />
|
|
|
|
|
- </DashboardChartCard>
|
|
|
|
|
-
|
|
|
|
|
- <AniversariantesCard :people="aniversariantes" />
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
<div class="stat-cards-row">
|
|
<div class="stat-cards-row">
|
|
|
<DashboardStatCard
|
|
<DashboardStatCard
|
|
|
title="Frequência Média"
|
|
title="Frequência Média"
|
|
@@ -146,6 +118,34 @@
|
|
|
@click="openTicketsAbertoDialog"
|
|
@click="openTicketsAbertoDialog"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="charts-row">
|
|
|
|
|
+ <DashboardChartCard title="Faturamento Serviço / Materiais">
|
|
|
|
|
+ <GroupedBarChart
|
|
|
|
|
+ :labels="faturamentoChart.labels"
|
|
|
|
|
+ :datasets="faturamentoChart.datasets"
|
|
|
|
|
+ label-y="R$"
|
|
|
|
|
+ :tick-formatter="formatCurrencyTick"
|
|
|
|
|
+ :tooltip-formatter="formatCurrencyTooltip"
|
|
|
|
|
+ class="full-width full-height"
|
|
|
|
|
+ />
|
|
|
|
|
+ </DashboardChartCard>
|
|
|
|
|
+
|
|
|
|
|
+ <DashboardChartCard title="Matrículas por Período">
|
|
|
|
|
+ <GroupedBarChart
|
|
|
|
|
+ :labels="matriculasChart.labels"
|
|
|
|
|
+ :datasets="matriculasChart.datasets"
|
|
|
|
|
+ :bar-radius="50"
|
|
|
|
|
+ :show-datalabels="true"
|
|
|
|
|
+ :max-bar-thickness="44"
|
|
|
|
|
+ :category-percentage="0.6"
|
|
|
|
|
+ :bar-percentage="0.85"
|
|
|
|
|
+ class="full-width full-height"
|
|
|
|
|
+ />
|
|
|
|
|
+ </DashboardChartCard>
|
|
|
|
|
+
|
|
|
|
|
+ <AniversariantesCard :people="aniversariantes" />
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div v-else class="flex flex-center full-width q-pa-xl">
|
|
<div v-else class="flex flex-center full-width q-pa-xl">
|