Skip to content

xychart🔗

Objects🔗

Builders🔗

Functions🔗

NewXYDimensionConfig🔗

NewXYDimensionConfig creates a new XYDimensionConfig object.

func NewXYDimensionConfig() *XYDimensionConfig

NewFieldConfig🔗

NewFieldConfig creates a new FieldConfig object.

func NewFieldConfig() *FieldConfig

NewScatterSeriesConfig🔗

NewScatterSeriesConfig creates a new ScatterSeriesConfig object.

func NewScatterSeriesConfig() *ScatterSeriesConfig

NewOptions🔗

NewOptions creates a new Options object.

func NewOptions() *Options

VariantConfig🔗

VariantConfig returns the configuration related to xychart panels.

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

func VariantConfig() variants.PanelcfgConfig

XYDimensionConfigConverter🔗

XYDimensionConfigConverter accepts a XYDimensionConfig object and generates the Go code to build this object using builders.

func XYDimensionConfigConverter(input XYDimensionConfig) string

ScatterSeriesConfigConverter🔗

ScatterSeriesConfigConverter accepts a ScatterSeriesConfig object and generates the Go code to build this object using builders.

func ScatterSeriesConfigConverter(input ScatterSeriesConfig) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string