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

    Interface PathsTextureOptions

    パステクスチャのオプション

    interface PathsTextureOptions {
        background?: string;
        d?: string;
        fill?: string;
        id: string;
        size?: number;
        stroke?: string;
        strokeWidth?: number;
    }
    Index

    Properties

    background?: string

    背景色

    d?: string

    パスのd属性

    fill?: string

    パスの塗り色

    id: string

    テクスチャID

    size?: number

    テクスチャのサイズ

    stroke?: string

    パスの線の色

    strokeWidth?: number

    パスの線の太さ