Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Width int
Height int
TickLength int
MinorTickLength int
LineWidth float64
Color color.NRGBA
BorderColor color.NRGBA
Rect image.Rectangle
MinValue int
MaxValue int
MinFixedWindowValue int
MaxFixedWindowValue int
MinTickStep int
GetTickLength func(value int) float64
MinSafeValue *int
MaxAllowedValue *int
MinLabelStep int
GetLabelOffset func(value int) float64
}
Click to show internal directories.
Click to hide internal directories.