fix: Issues #278 done.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<span class="inline-block py-4">Waiting Time</span>
|
||||
<ul>
|
||||
<li class="bg-neutral-10 mb-4 p-1 border border-neutral-300 rounded">
|
||||
<span class="block font-bold text-sm leading-loose text-center my-2">{{ contentData.avgWaitingTime.title }}</span>
|
||||
<span class="block font-bold text-sm leading-loose text-center my-2">{{ contentData.avgWaitingTime.title }}<span class="material-symbols-outlined align-middle ml-2 cursor-pointer !text-base" v-tooltip.bottom="tooltip.avgWaitingTime">info</span></span>
|
||||
<Chart type="line" :data="avgWaitingTimeData" :options="avgWaitingTimeOptions" class="h-96" />
|
||||
</li>
|
||||
<li class="bg-neutral-10 p-1 border border-neutral-300 rounded">
|
||||
@@ -147,12 +147,16 @@ export default {
|
||||
class: '!max-w-[212px] !text-[10px] !opacity-80',
|
||||
autoHide: false,
|
||||
},
|
||||
avgWaitingTimeByEdge: {
|
||||
value: 'Average Waiting Time Between Activities : The average duration during which a task or an item (like a work order, a product, or a piece of information) is on hold or idle before the next step in the process can begin. This time does not contribute to the active progression of the task but is instead a period of inactivity.',
|
||||
avgWaitingTime: {
|
||||
value: 'Average Waiting Time: The average duration during which a task or an item (like a work order, a product, or a piece of information) is on hold or idle before the next step in the process can begin. This time does not contribute to the active progression of the task but is instead a period of inactivity.',
|
||||
class: '!max-w-[212px] !text-[10px] !opacity-80',
|
||||
autoHide: false,
|
||||
}
|
||||
|
||||
},
|
||||
avgWaitingTimeByEdge: {
|
||||
value: 'Average Waiting Time Between Activities: The average duration during which a task or an item (like a work order, a product, or a piece of information) is on hold or idle before the next step in the process can begin. This time does not contribute to the active progression of the task but is instead a period of inactivity.',
|
||||
class: '!max-w-[212px] !text-[10px] !opacity-80',
|
||||
autoHide: false,
|
||||
},
|
||||
},
|
||||
isActive: null,
|
||||
avgCycleTimeData: null,
|
||||
|
||||
Reference in New Issue
Block a user