ControlChartWorkerUpdate: SPCChartWorkerUpdate & ChartCanIncludeSPCStatsWorkerUpdate & ChartCanIncludeDataWorkerUpdate & {
    groupBy?: ControlChartGroupBy | null;
    showControlLimits?: ControlLimitType;
    showIndividualLimits?: boolean;
    showRangeChart?: boolean;
    showSpecs?: boolean;
    showZoneColors?: ZoneColorType;
}

Type declaration

  • OptionalgroupBy?: ControlChartGroupBy | null

    Updates how the data on each graph should be grouped.

    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.

  • OptionalshowControlLimits?: ControlLimitType

    Change how control limit are shown.

    When set to 'fixed', the control limits set on the Characteristic will be shown.

    When set to 'dynamic', the control limits will be calculated based on the previous data.

    When set to 'none', no control limits will be drawn.

  • OptionalshowIndividualLimits?: boolean

    Change whether or not individual limits are drawn.

  • OptionalshowRangeChart?: boolean

    Change whether the range chart will be drawn.

  • OptionalshowSpecs?: boolean

    Change whether or not specs are drawn.

  • OptionalshowZoneColors?: ZoneColorType

    Change how zone colors should be shown.

    When set to 'control', the zones will be based on the control limits.

    When set to 'spec', the zones will based on the characteristic's specs.

    When set to 'none', no zones will be drawn.