HeatmapCellLayout🔗Definition🔗class HeatmapCellLayout(enum.StrEnum): LE = "le" GE = "ge" UNKNOWN = "unknown" AUTO = "auto"