Highcharts Dashboards
    Preparing search index...

    Options to configure the modifier.

    interface RangeModifierOptions {
        end?: number;
        start?: number;
        type: "Range";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    end?: number

    Zero-based index at which to end the range. The row at this index is not included in the range. If not set, the range ends at the end of the table.

    start?: number

    Zero-based index at which to start the range. If not set, the range starts at the beginning of the table.

    type: "Range"

    Name of the related modifier for these options.