Improve health condition charts.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user