Skip to content

HeatmapColorMode🔗

Controls the color mode of the heatmap

Definition🔗

type HeatmapColorMode string
const (
    HeatmapColorModeOpacity HeatmapColorMode = "opacity"
    HeatmapColorModeScheme HeatmapColorMode = "scheme"
)