Highcharts Dashboards
    Preparing search index...

    Options to configure the chain modifier.

    interface ChainModifierOptions {
        chain?: Partial<
            | ChainModifierOptions
            | SortModifierOptions
            | FilterModifierOptions
            | RangeModifierOptions
            | InvertModifierOptions
            | MathModifierOptions,
        >[];
        reverse?: boolean;
        type: "Chain";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    chain?: Partial<
        | ChainModifierOptions
        | SortModifierOptions
        | FilterModifierOptions
        | RangeModifierOptions
        | InvertModifierOptions
        | MathModifierOptions,
    >[]

    Array of options of the chain modifiers.

    reverse?: boolean

    Whether to revert the order before execution.

    type: "Chain"

    Name of the related modifier for these options.