Skip to content

piechart🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to piechart panels.

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

func VariantConfig() variants.PanelcfgConfig

PieChartLegendOptionsConverter🔗

PieChartLegendOptionsConverter accepts a PieChartLegendOptions object and generates the Go code to build this object using builders.

func PieChartLegendOptionsConverter(input PieChartLegendOptions) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string