eurostat-map
    Preparing search index...

    Interface SparklineNoDataLegendConfig

    Configuration for no data legend in sparkline maps.

    interface SparklineNoDataLegendConfig {
        show?: boolean;
        text?: string;
    }
    Index

    Properties

    Properties

    show?: boolean

    Whether to show the no data legend item.

    true
    
    text?: string

    Text label for "no data" item.

    'No data'