Skip to content

heatmap🔗

Objects🔗

Builders🔗

Functions🔗

NewHeatmapColorOptions🔗

NewHeatmapColorOptions creates a new HeatmapColorOptions object.

func NewHeatmapColorOptions() *HeatmapColorOptions

NewYAxisConfig🔗

NewYAxisConfig creates a new YAxisConfig object.

func NewYAxisConfig() *YAxisConfig

NewCellValues🔗

NewCellValues creates a new CellValues object.

func NewCellValues() *CellValues

NewFilterValueRange🔗

NewFilterValueRange creates a new FilterValueRange object.

func NewFilterValueRange() *FilterValueRange

NewHeatmapTooltip🔗

NewHeatmapTooltip creates a new HeatmapTooltip object.

func NewHeatmapTooltip() *HeatmapTooltip

NewHeatmapLegend🔗

NewHeatmapLegend creates a new HeatmapLegend object.

func NewHeatmapLegend() *HeatmapLegend

NewExemplarConfig🔗

NewExemplarConfig creates a new ExemplarConfig object.

func NewExemplarConfig() *ExemplarConfig

NewRowsHeatmapOptions🔗

NewRowsHeatmapOptions creates a new RowsHeatmapOptions object.

func NewRowsHeatmapOptions() *RowsHeatmapOptions

NewOptions🔗

NewOptions creates a new Options object.

func NewOptions() *Options

NewFieldConfig🔗

NewFieldConfig creates a new FieldConfig object.

func NewFieldConfig() *FieldConfig

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