bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Enumeration colorMapStrategyEnum

    Defines how colors are mapped to entities when there are more entities than colors.

    • firstColorForAll: Uses the first color for all entities (legacy behavior)
    • lastColorRemainder: Maps colors 1:1, then uses last color for remaining entities
    • repeatColors: Cycles through colors in a repeating pattern
    • reversedColors: After exhausting colors, reverses direction (ping-pong pattern)
    Index

    Enumeration Members

    firstColorForAll: "firstColorForAll"

    Uses the first color for all entities (legacy behavior)

    lastColorRemainder: "lastColorRemainder"

    Maps colors 1:1, then uses last color for remaining entities

    repeatColors: "repeatColors"

    Cycles through colors in a repeating pattern

    reversedColors: "reversedColors"

    After exhausting colors, reverses direction (ping-pong pattern)