eurostat-map
    Preparing search index...

    Interface CoxcombTimeLegendConfig

    Configuration for time legend in coxcomb (polar area) charts.

    interface CoxcombTimeLegendConfig {
        title?: string;
        titlePadding?: number;
        marginTop?: number;
        radius?: number;
    }
    Index

    Properties

    title?: string

    Title for the time legend.

    titlePadding?: number

    Padding between title and legend content in pixels.

    15
    
    marginTop?: number

    Top margin for the time legend in pixels.

    20
    
    radius?: number

    Radius of the time legend circle in pixels.

    35