-
Notifications
You must be signed in to change notification settings - Fork 0
Replace a dashboard KPI with a new Late, Early On time one #51
Description
I want to replace this KPI
<KpiGauge name="'All Overdue Items'" value="state.alloverdue.value"
in static\src\components\dashboard.xml
with a vertical bar graph that shows Early, Ontime and Late data. This data is also displayed here in "Tasks by Due Status".
The vertical bar chart will show three vertical bars - green for Early, Gray for on-time and red for Late. Use the same colours as the other doughnut chart.
Display with a dark outline and light fill.
I want a second set of 3 bars to be displayed showing a comparison over the previous period. So if the period range is 7 days, the comparison data will show data from day 8 to 14.
We need to show the prior period in a different style. Try Bar Chart Border Radius for this period. And perhaps change the outline to dashed.
I want the bars of the same type to be together (ie early and early together).