Skip to content

HeatmapCellLayout🔗

Definition🔗

type HeatmapCellLayout string
const (
    HeatmapCellLayoutLe HeatmapCellLayout = "le"
    HeatmapCellLayoutGe HeatmapCellLayout = "ge"
    HeatmapCellLayoutUnknown HeatmapCellLayout = "unknown"
    HeatmapCellLayoutAuto HeatmapCellLayout = "auto"
)