ParetoWorkerRetrievalSettings: NonSPCChartWorkerRetrievalSettings & {
    barMethod: ParetoBarMethodType;
    groupBy: ParetoGroupBy;
    type: "pareto";
}

Type declaration

  • barMethod: ParetoBarMethodType

    Controls how the data will be sorted within each detail.

  • groupBy: ParetoGroupBy

    How the data should be grouped inside each detail.

  • type: "pareto"