eurostat-map
    Preparing search index...

    Interface TooltipConfig

    Configuration for tooltips

    interface TooltipConfig {
        textFunction?: (region: any, map: MapInstance) => string;
        omitRegions?: string[];
        maxWidth?: number;
        fontSize?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    textFunction?: (region: any, map: MapInstance) => string
    omitRegions?: string[]
    maxWidth?: number
    fontSize?: number