Issue #130: Done.

This commit is contained in:
chiayin
2023-09-27 10:27:38 +08:00
parent cb117979a2
commit 3a50b9ba8f

View File

@@ -134,7 +134,7 @@
<!-- Issues chart --> <!-- Issues chart -->
<div v-if="data.timeTrend.chart != null" class="border rounded border-neutral-300 p-2 bg-neutral-10 w-1/2"> <div v-if="data.timeTrend.chart != null" class="border rounded border-neutral-300 p-2 bg-neutral-10 w-1/2">
<p class="h2 p-2 flex justify-between items-center"> <p class="h2 p-2 flex justify-between items-center">
<span>Time Trend<span class="material-symbols-outlined text-sm align-middle ml-2" v-tooltip.bottom="tooltip.rate">info</span></span> <span>Time Trend<span class="material-symbols-outlined text-sm align-middle ml-2" v-tooltip.bottom="tooltip.timeTrend">info</span></span>
<span class="text-2xl"><span class="text-cfm-secondary">{{ data.timeTrend.not_conforming }}</span>&nbsp/&nbsp{{ data.timeTrend.total }}</span> <span class="text-2xl"><span class="text-cfm-secondary">{{ data.timeTrend.not_conforming }}</span>&nbsp/&nbsp{{ data.timeTrend.total }}</span>
</p> </p>
<Chart type="line" :data="timeChartData" :options="timeChartOptions" class="w-[99%]"/> <Chart type="line" :data="timeChartData" :options="timeChartOptions" class="w-[99%]"/>