Documentation ¶
Index ¶
- type Axis
- type AxisPointer
- type ComponentWorkloadChart
- func (w *ComponentWorkloadChart) GenComponentState(c *cptype.Component) error
- func (w *ComponentWorkloadChart) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error
- func (w *ComponentWorkloadChart) SetComponentValue(ctx context.Context) error
- func (w *ComponentWorkloadChart) Transfer(c *cptype.Component)
- type Count
- type Data
- type Legend
- type Option
- type Series
- type State
- type Tooltip
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AxisPointer ¶
type AxisPointer struct {
Type string `json:"type,omitempty"`
}
type ComponentWorkloadChart ¶
type ComponentWorkloadChart struct { base.DefaultProvider Type string `json:"type,omitempty"` State State `json:"state"` Data Data `json:"data"` }
func (*ComponentWorkloadChart) GenComponentState ¶
func (w *ComponentWorkloadChart) GenComponentState(c *cptype.Component) error
func (*ComponentWorkloadChart) Render ¶
func (w *ComponentWorkloadChart) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, _ cptype.ComponentEvent, _ *cptype.GlobalStateData) error
func (*ComponentWorkloadChart) SetComponentValue ¶
func (w *ComponentWorkloadChart) SetComponentValue(ctx context.Context) error
func (*ComponentWorkloadChart) Transfer ¶
func (w *ComponentWorkloadChart) Transfer(c *cptype.Component)
Click to show internal directories.
Click to hide internal directories.