Skip to content

HeatmapSelectionMode🔗

Controls which axis to allow selection on

Definition🔗

export enum HeatmapSelectionMode {
    X = "x",
    Y = "y",
    Xy = "xy",
}