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

    Interface PaletteSelectionOptions

    カラーパレット選択オプション

    interface PaletteSelectionOptions {
        harmonizeWithBrand?: string[];
        numClasses: number;
        requireColorBlindSafe?: boolean;
        type: PaletteType;
    }
    Index

    Properties

    harmonizeWithBrand?: string[]

    ブランドカラーとの調和が必要か

    numClasses: number

    必要なクラス数

    requireColorBlindSafe?: boolean

    色覚障害対応が必要か

    データタイプ