Skip to content

heatmap🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to heatmap panels.

This configuration describes how to unmarshal it, convert it to code, …

func VariantConfig() variants.PanelcfgConfig

HeatmapColorOptionsConverter🔗

HeatmapColorOptionsConverter accepts a HeatmapColorOptions object and generates the Go code to build this object using builders.

func HeatmapColorOptionsConverter(input HeatmapColorOptions) string

YAxisConfigConverter🔗

YAxisConfigConverter accepts a YAxisConfig object and generates the Go code to build this object using builders.

func YAxisConfigConverter(input YAxisConfig) string

CellValuesConverter🔗

CellValuesConverter accepts a CellValues object and generates the Go code to build this object using builders.

func CellValuesConverter(input CellValues) string

FilterValueRangeConverter🔗

FilterValueRangeConverter accepts a FilterValueRange object and generates the Go code to build this object using builders.

func FilterValueRangeConverter(input FilterValueRange) string

HeatmapTooltipConverter🔗

HeatmapTooltipConverter accepts a HeatmapTooltip object and generates the Go code to build this object using builders.

func HeatmapTooltipConverter(input HeatmapTooltip) string

HeatmapLegendConverter🔗

HeatmapLegendConverter accepts a HeatmapLegend object and generates the Go code to build this object using builders.

func HeatmapLegendConverter(input HeatmapLegend) string

ExemplarConfigConverter🔗

ExemplarConfigConverter accepts a ExemplarConfig object and generates the Go code to build this object using builders.

func ExemplarConfigConverter(input ExemplarConfig) string

RowsHeatmapOptionsConverter🔗

RowsHeatmapOptionsConverter accepts a RowsHeatmapOptions object and generates the Go code to build this object using builders.

func RowsHeatmapOptionsConverter(input RowsHeatmapOptions) string

PanelConverter🔗

PanelConverter accepts a Panel object and generates the Go code to build this object using builders.

func PanelConverter(input dashboard.Panel) string