Improve health condition charts.

This commit is contained in:
Joshua Bemenderfer
2022-01-01 13:18:28 -05:00
parent b02aa6e0b3
commit 6ca85aaef1
22 changed files with 60 additions and 45 deletions

View File

@@ -15,7 +15,7 @@
{{chips.tests.date.toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' })}}
</template>
<template v-slot:meta v-if="chips.tests">
<span class="text-indigo-500 font-bold">{{chips.tests.value.toLocaleString()}}</span> tests performed
<span class="text-violet-500 font-bold">{{chips.tests.value.toLocaleString()}}</span> tests performed
</template>
</StatCard>

View File

@@ -1,6 +1,6 @@
<template>
<Card>
<h2 class="mb-6 text-xl text-indigo-900 flex justify-between items-center">
<h2 class="mb-6 text-xl text-violet-900 flex justify-between items-center">
Daily Positive Antigen Results
<select v-model="chart" class="text-base m-0">

View File

@@ -1,6 +1,6 @@
<template>
<Card>
<h2 class="mb-6 text-xl text-indigo-900 flex justify-between items-center">
<h2 class="mb-6 text-xl text-violet-900 flex justify-between items-center">
Daily Antigen Tests Performed
<select v-model="chart" class="text-base m-0">
<option value="calendar">Calendar</option>

View File

@@ -1,6 +1,6 @@
<template>
<Card>
<h2 class="mb-6 text-xl text-indigo-900 flex justify-between items-center">
<h2 class="mb-6 text-xl text-violet-900 flex justify-between items-center">
Daily Positive PCR Results
<select v-model="chart" class="text-base m-0">

View File

@@ -1,6 +1,6 @@
<template>
<Card>
<h2 class="mb-6 text-xl text-indigo-900 flex justify-between items-center">
<h2 class="mb-6 text-xl text-violet-900 flex justify-between items-center">
Daily PCR Tests Performed
<select v-model="chart" class="text-base m-0">