eurostat-map
    Preparing search index...

    Interface RegionColorLegendConfig

    Configuration for region color legend in flow maps.

    interface RegionColorLegendConfig {
        title?: string;
        titlePadding?: number;
        marginTop?: number;
        labels?: string[];
    }
    Index

    Properties

    title?: string

    Title for the region color legend.

    titlePadding?: number

    Padding between title and legend content in pixels.

    15
    
    marginTop?: number

    Top margin for the region color legend in pixels.

    40
    
    labels?: string[]

    Labels for the region types.

    ['Exporter', 'Importer']