Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverrideOption ¶
type OverrideOption func(series *sdk.SeriesOverride) error
OverrideOption represents an option that can be used alter a graph panel series.
func Alias ¶
func Alias(alias string) OverrideOption
Alias defines an alias/regex used to identify the series to override.
func Color ¶
func Color(color string) OverrideOption
Color overrides the color for the matched series.
func Dashes ¶
func Dashes(enabled bool) OverrideOption
Dashes enables/disables display of the series using dashes instead of lines.
func Fill ¶
func Fill(opacity int) OverrideOption
func LineWidth ¶
func LineWidth(width int) OverrideOption
func Lines ¶
func Lines(enabled bool) OverrideOption
Lines enables/disables display of the series using dashes instead of dashes.
Click to show internal directories.
Click to hide internal directories.