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

    Interface LinesTextureOptions

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

    interface LinesTextureOptions {
        background?: string;
        id: string;
        orientation?: string[];
        size?: number;
        stroke?: string;
        strokeWidth?: number;
    }
    Index

    Properties

    background?: string

    背景色

    id: string

    テクスチャID

    orientation?: string[]

    線の方向

    size?: number

    テクスチャのサイズ

    stroke?: string

    線の色

    strokeWidth?: number

    線の太さ