eurostat-map
    Preparing search index...

    Interface FillPatternOptions

    Options for fill pattern definitions

    interface FillPatternOptions {
        shape?: "circle" | "square";
        patternSize?: number;
        minSize?: number;
        maxSize?: number;
        bckColor?: string;
        symbColor?: string;
    }
    Index

    Properties

    shape?: "circle" | "square"
    patternSize?: number
    minSize?: number
    maxSize?: number
    bckColor?: string
    symbColor?: string