d3-thematika - v0.0.1
    Preparing search index...

    Interface DotsTextureOptions

    ドットテクスチャのオプション

    interface DotsTextureOptions {
        background?: string;
        fill?: string;
        id: string;
        radius?: number;
        size?: number;
    }
    Index

    Properties

    background?: string

    背景色

    fill?: string

    ドットの色

    id: string

    テクスチャID

    radius?: number

    ドットの半径

    size?: number

    ドットのサイズ