eurostat-map
    Preparing search index...

    Interface SparklineColorLegendConfig

    Configuration for sparkline color legend (explains sparkLineColor/sparkAreaColor rules).

    interface SparklineColorLegendConfig {
        show?: boolean;
        title?: string;
        titlePadding?: number;
        marginTop?: number;
        itemGap?: number;
        swatchWidth?: number;
        swatchHeight?: number;
        labelOffsetX?: number;
        items?: { color: string; label: string }[];
    }
    Index

    Properties

    show?: boolean
    title?: string
    titlePadding?: number
    marginTop?: number
    itemGap?: number
    swatchWidth?: number
    swatchHeight?: number
    labelOffsetX?: number
    items?: { color: string; label: string }[]