OEEChartWorkerUpdate: NonSPCChartWorkerUpdate & ChartCanIncludeOEEStatsWorkerUpdate & ChartCanIncludeDataWorkerUpdate & {
    factors?: OEEFactorType[];
    groupBy?: TrendGroupBy | null;
    groupByTime?: TimeGroupByType | null;
}

Type declaration

  • Optionalfactors?: OEEFactorType[]

    Updates which OEE factors to show. A separate graph will be drawn for each factor.

  • OptionalgroupBy?: TrendGroupBy | null

    Updates how the data should be grouped within each graph.

    If groupByTime is set, a separate line will be drawn for each group.

    If groupByTime is not set, a separate bar will be drawn for each group.

    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.

  • OptionalgroupByTime?: TimeGroupByType | null

    Updates time period to aggregate the graph over.

    If set, the data will be plotted as a time series with a line chart.

    If not set, the data will be plotted on a bar chart.