Skip to content

geomap🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to geomap panels.

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

func VariantConfig() variants.PanelcfgConfig

MapViewConfigConverter🔗

MapViewConfigConverter accepts a MapViewConfig object and generates the Go code to build this object using builders.

func MapViewConfigConverter(input MapViewConfig) string

ControlsOptionsConverter🔗

ControlsOptionsConverter accepts a ControlsOptions object and generates the Go code to build this object using builders.

func ControlsOptionsConverter(input ControlsOptions) string

TooltipOptionsConverter🔗

TooltipOptionsConverter accepts a TooltipOptions object and generates the Go code to build this object using builders.

func TooltipOptionsConverter(input TooltipOptions) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string