eurostat-map
    Preparing search index...

    Interface TrivariateTernarySettings

    Ternary color settings for trivariate choropleth maps.

    interface TrivariateTernarySettings {
        sextant?: boolean;
        sextantColors?: [string, string, string, string, string, string];
        hue?: number;
        chroma?: number;
        lightness?: number;
        contrast?: number;
        spread?: number;
        breaks?: number;
        meanCentering?: boolean;
    }
    Index

    Properties

    sextant?: boolean

    Use sextant color mapping instead of continuous tricolore.

    sextantColors?: [string, string, string, string, string, string]

    Array of 6 colors used when sextant mode is enabled.

    hue?: number

    Hue.

    chroma?: number

    Chroma.

    lightness?: number

    Lightness.

    contrast?: number

    Contrast.

    spread?: number

    Spread.

    breaks?: number

    Breaks.

    meanCentering?: boolean

    Mean centering.