Skip to content

xychart🔗

Objects🔗

Builders🔗

Functions🔗

NewMatcherConfig🔗

NewMatcherConfig creates a new MatcherConfig object.

func NewMatcherConfig() *MatcherConfig

NewFieldConfig🔗

NewFieldConfig creates a new FieldConfig object.

func NewFieldConfig() *FieldConfig

NewXYSeriesConfig🔗

NewXYSeriesConfig creates a new XYSeriesConfig object.

func NewXYSeriesConfig() *XYSeriesConfig

NewOptions🔗

NewOptions creates a new Options object.

func NewOptions() *Options

NewXychartFieldConfigPointSize🔗

NewXychartFieldConfigPointSize creates a new XychartFieldConfigPointSize object.

func NewXychartFieldConfigPointSize() *XychartFieldConfigPointSize

NewXychartXYSeriesConfigName🔗

NewXychartXYSeriesConfigName creates a new XychartXYSeriesConfigName object.

func NewXychartXYSeriesConfigName() *XychartXYSeriesConfigName

NewXychartXYSeriesConfigFrame🔗

NewXychartXYSeriesConfigFrame creates a new XychartXYSeriesConfigFrame object.

func NewXychartXYSeriesConfigFrame() *XychartXYSeriesConfigFrame

NewXychartXYSeriesConfigX🔗

NewXychartXYSeriesConfigX creates a new XychartXYSeriesConfigX object.

func NewXychartXYSeriesConfigX() *XychartXYSeriesConfigX

NewXychartXYSeriesConfigY🔗

NewXychartXYSeriesConfigY creates a new XychartXYSeriesConfigY object.

func NewXychartXYSeriesConfigY() *XychartXYSeriesConfigY

NewXychartXYSeriesConfigColor🔗

NewXychartXYSeriesConfigColor creates a new XychartXYSeriesConfigColor object.

func NewXychartXYSeriesConfigColor() *XychartXYSeriesConfigColor

NewXychartXYSeriesConfigSize🔗

NewXychartXYSeriesConfigSize creates a new XychartXYSeriesConfigSize object.

func NewXychartXYSeriesConfigSize() *XychartXYSeriesConfigSize

VariantConfig🔗

VariantConfig returns the configuration related to xychart panels.

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

func VariantConfig() variants.PanelcfgConfig

MatcherConfigConverter🔗

MatcherConfigConverter accepts a MatcherConfig object and generates the Go code to build this object using builders.

func MatcherConfigConverter(input MatcherConfig) string

XYSeriesConfigConverter🔗

XYSeriesConfigConverter accepts a XYSeriesConfig object and generates the Go code to build this object using builders.

func XYSeriesConfigConverter(input XYSeriesConfig) string

XychartFieldConfigPointSizeConverter🔗

XychartFieldConfigPointSizeConverter accepts a XychartFieldConfigPointSize object and generates the Go code to build this object using builders.

func XychartFieldConfigPointSizeConverter(input XychartFieldConfigPointSize) string

XychartXYSeriesConfigNameConverter🔗

XychartXYSeriesConfigNameConverter accepts a XychartXYSeriesConfigName object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigNameConverter(input XychartXYSeriesConfigName) string

XychartXYSeriesConfigFrameConverter🔗

XychartXYSeriesConfigFrameConverter accepts a XychartXYSeriesConfigFrame object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigFrameConverter(input XychartXYSeriesConfigFrame) string

XychartXYSeriesConfigXConverter🔗

XychartXYSeriesConfigXConverter accepts a XychartXYSeriesConfigX object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigXConverter(input XychartXYSeriesConfigX) string

XychartXYSeriesConfigYConverter🔗

XychartXYSeriesConfigYConverter accepts a XychartXYSeriesConfigY object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigYConverter(input XychartXYSeriesConfigY) string

XychartXYSeriesConfigColorConverter🔗

XychartXYSeriesConfigColorConverter accepts a XychartXYSeriesConfigColor object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigColorConverter(input XychartXYSeriesConfigColor) string

XychartXYSeriesConfigSizeConverter🔗

XychartXYSeriesConfigSizeConverter accepts a XychartXYSeriesConfigSize object and generates the Go code to build this object using builders.

func XychartXYSeriesConfigSizeConverter(input XychartXYSeriesConfigSize) string

PanelConverter🔗

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

func PanelConverter(input dashboard.Panel) string