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

    Interface ThematikaOptions

    Thematikaインスタンスの初期化オプション

    interface ThematikaOptions {
        backgroundColor?: string;
        container: string;
        defs?: any[];
        height: number;
        projection: GeoProjection;
        width: number;
    }
    Index

    Properties

    backgroundColor?: string

    背景色

    container: string

    主題図を描画するDOM要素のCSSセレクタ

    defs?: any[]

    SVG定義(テクスチャやパターン、フィルターなど)- コールバック関数の配列

    height: number

    主題図の高さ(ピクセル)

    projection: GeoProjection

    投影法(D3投影法オブジェクト)

    width: number

    主題図の幅(ピクセル)