interface Region {
    data: Datum[];
    tooltip: string;
}

Properties

Properties

data: Datum[]

The data that represents the boundary of this region

tooltip: string

The text to display on mouse hover

MMNEPVFCICPMFPCPTTAAATR