eurostat-map
    Preparing search index...

    Interface CoxcombStatConfig

    Statistical configuration for coxcomb maps.

    interface CoxcombStatConfig {
        eurostatDatasetCode?: string;
        filters?: Record<string, any>;
        unitText?: string;
        transform?: (value: number) => number;
        categoryParameter?: string;
        categoryCodes?: string[];
        categoryLabels?: string[];
        categoryColors?: string[];
        totalCode?: string;
        stat?: {
            eurostatDatasetCode?: string;
            filters?: Record<string, any>;
            unitText?: string;
            transform?: (value: number) => number;
        };
        timeParameter?: string;
        times: string[];
        timeLabels?: string[];
        customData?: Record<string, Record<string, Record<string, number>>>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eurostatDatasetCode?: string
    filters?: Record<string, any>
    unitText?: string
    transform?: (value: number) => number
    categoryParameter?: string
    categoryCodes?: string[]
    categoryLabels?: string[]
    categoryColors?: string[]
    totalCode?: string
    stat?: {
        eurostatDatasetCode?: string;
        filters?: Record<string, any>;
        unitText?: string;
        transform?: (value: number) => number;
    }
    timeParameter?: string
    times: string[]
    timeLabels?: string[]
    customData?: Record<string, Record<string, Record<string, number>>>