MAIDR JavaScript API
    Preparing search index...

    Variable BOX_SECTIONSConst

    BOX_SECTIONS: readonly BoxplotSectionType[] = ...

    The sections a standard box carries, in navigation order.

    One rule with two callers, as candlestickSectionsOf is for a candlestick: the trace lays its values out along these, and the live data service asks where a section sits to announce a streamed box on it. They must agree — an index counted off a different list names a different section, or none.

    Copied into the trace rather than held by it: dispose() truncates the array it was given, which held by reference would empty this one.