Embedded analytics SDK API
    Preparing search index...

    Type Alias ChartColorV2

    ChartColorV2: string | { base: string; shade?: string; tint?: string } | null

    Chart color definition for V2 themes.

    Can be a simple color string or an object with base/tint/shade variants.

    Type Declaration

    • string
    • { base: string; shade?: string; tint?: string }
      • base: string
      • Optionalshade?: string

        Darker variation of the base color

      • Optionaltint?: string

        Lighter variation of the base color

    • null