-
Notifications
You must be signed in to change notification settings - Fork 0
Description
@PowerMaxZ
We need to add a graph depicting waiting time by cause over time.
Graph type: stacked area chart.
Time axis: the whole period that the event log captures by day (24h).
Waiting time axis: all waiting time causes stacked one over the other in the order of batching, resource contention, prioritization, resource unavailability, and extraneous. Colors: the same colors we use in Kronos for each cause respectively.
Waiting time axis data format: yrs, mths, days, mins (to the extent applicable, e.g., if less than a month, do not show yrs mths).
The graph should have two modes: 1) total waiting time per day and 2) average waiting time per day. The user should be able to switch between the two modes. On default: average.
The user should be able to filter out 1) the causes (e.g., to leave only one cause or several causes);
DELETED 2) the periods (e.g., to leave only a certain period of dates).
In case there are many data points, apply smoothing as here to see the trends: