package
Version:
v0.22.2
Opens a new window with list of versions in this module.
Published: Jun 18, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type Axis struct {
Builder *sdk.Axis
}
Axis represents a visualization axis.
New creates a new Axis configuration.
type Option func(axis *Axis)
Option represents an option that can be used to configure an axis.
Hide makes the axis hidden.
Label sets the label on this axis.
LogBase allows to change the logarithmic scale used to display the values.
Max sets the maximum value expected on this axis.
Min sets the minimum value expected on this axis.
Unit sets the unit of the data displayed on this axis.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.