AccountabilityStatsChartWorkerUpdate: ChartWorkerUpdate & {
    groupBy?: AccountabilityGroupBy;
    stats?: AccountabilityStatType[];
}

Type declaration

  • OptionalgroupBy?: AccountabilityGroupBy

    Update 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.

  • Optionalstats?: AccountabilityStatType[]

    Update the stats which will be retrieved from the server.