Skip to content

HeatmapColorScale🔗

Controls the color scale of the heatmap

Definition🔗

type HeatmapColorScale string
const (
    HeatmapColorScaleLinear HeatmapColorScale = "linear"
    HeatmapColorScaleExponential HeatmapColorScale = "exponential"
)