NonSPCChartWorkerGet: ChartWorkerGet & {
    splitBy: NonSPCSplitBy[];
}

Type declaration

  • splitBy: NonSPCSplitBy[]

    Controls how the chart will be split into separately rendered graphs.

    For example, when set to ['process', 'part'], a separate graph will be drawn for each Process / Part combination.