AccountabilityStatsChartWorkerGet: ChartWorkerGet & {
    detail?: AccountabilityStatsDetailGroup[];
    groupBy: AccountabilityGroupBy;
    stats: AccountabilityStatType[];
}

Type declaration

  • Optionaldetail?: AccountabilityStatsDetailGroup[]

    The current data used to draw the chart. Will be set to undefined if the chart has never been drawn, or if there was an error with the retrieval.s

  • groupBy: AccountabilityGroupBy

    How the data retrieved is split into stats details.

    Numbers are treated as Traceability IDs. If a number is provided which does not correspond to an existing Traceability ID, an error will be thrown.

  • stats: AccountabilityStatType[]

    The stats which will be retrieved from the server.